aboutsummaryrefslogtreecommitdiff
path: root/science/py-gpaw
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-05-17 18:33:45 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-05-17 18:33:45 +0000
commit3a5ef2dfae184bc3031a659a774cda2fa6513dc4 (patch)
tree1091c02915efcb2239eddc5b179c519796b19222 /science/py-gpaw
parent5eae4c39b16aa529ce7bb9b747e50bc2614a117e (diff)
downloadports-3a5ef2dfae184bc3031a659a774cda2fa6513dc4.tar.gz
ports-3a5ef2dfae184bc3031a659a774cda2fa6513dc4.zip
Mark BROKEN
cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DNPY_NO_DEPRECATED_API=7 -UNDEBUG -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c c/xc/revtpss_c_pbe.c -o build/temp.freebsd-11.3-RELEASE-p9-amd64-3.7/c/xc/revtpss_c_pbe.o -Wall -Wno-unknown-pragmas -std=c99 c/xc/revtpss_c_pbe.c:70:72: error: too few arguments to function call, expected 8, have 7 XC(lda)(gga_p, np, rho, &(pt->ecunif), pt->vcunif, pt->fcunif, NULL); ~~~~~~~ ^ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=535640
Diffstat (limited to 'science/py-gpaw')
-rw-r--r--science/py-gpaw/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/py-gpaw/Makefile b/science/py-gpaw/Makefile
index 8ee2f6a74022..ab96765eab13 100644
--- a/science/py-gpaw/Makefile
+++ b/science/py-gpaw/Makefile
@@ -13,6 +13,8 @@ COMMENT= DFT and beyond within the projector-augmented wave method in chemistry
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= fails to build
+
BUILD_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= libmpich.so:net/mpich \
libopenblas.so:math/openblas \