svn commit: r535640 - head/science/py-gpaw

Antoine Brodin antoine at FreeBSD.org
Sun May 17 18:33:54 UTC 2020


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 \


More information about the svn-ports-head mailing list