Date: Sun, 17 May 2020 18:33:45 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535640 - head/science/py-gpaw Message-ID: <202005171833.04HIXjKh008863@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 17 18:33:45 2020 New Revision: 535640 URL: https://svnweb.freebsd.org/changeset/ports/535640 Log: 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 Modified: head/science/py-gpaw/Makefile Modified: head/science/py-gpaw/Makefile ============================================================================== --- head/science/py-gpaw/Makefile Sun May 17 18:33:20 2020 (r535639) +++ head/science/py-gpaw/Makefile Sun May 17 18:33:45 2020 (r535640) @@ -13,6 +13,8 @@ COMMENT= DFT and beyond within the projector-augmented LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libmpich.so:net/mpich \ libopenblas.so:math/openblas \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005171833.04HIXjKh008863>