Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smem: conflicts with cfitsio #53084

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion srcpkgs/smem/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'smem'
pkgname=smem
version=1.5
revision=2
revision=3
depends="python3"
short_desc="Memory reporting tool"
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
Expand All @@ -10,6 +10,7 @@ homepage="https://www.selenic.com/smem"
distfiles="https://selenic.com/repo/smem/archive/${version}.tar.bz2"
checksum=950c39ee8b1e051866564b25c36a6113eae2617e597b8302324bb8ee57d82ba6
python_version=3
conflicts="cfitsio"

do_build() {
$CC $CFLAGS $LDFLAGS -o smemcap smemcap.c
Expand Down