svn commit: r559221 - head/math/py-petsc4py

Antoine Brodin antoine at FreeBSD.org
Fri Dec 25 09:09:42 UTC 2020


Author: antoine
Date: Fri Dec 25 09:09:42 2020
New Revision: 559221
URL: https://svnweb.freebsd.org/changeset/ports/559221

Log:
  Mark BROKEN
  
  src/include/custom.h:174:1: error: static declaration of 'VecCUDAGetArray' follows non-static declaration
  
  Reported by:	pkg-fallout

Modified:
  head/math/py-petsc4py/Makefile

Modified: head/math/py-petsc4py/Makefile
==============================================================================
--- head/math/py-petsc4py/Makefile	Fri Dec 25 09:06:44 2020	(r559220)
+++ head/math/py-petsc4py/Makefile	Fri Dec 25 09:09:42 2020	(r559221)
@@ -13,6 +13,8 @@ COMMENT=	PETSc for Python
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	libmpich.so:net/mpich \
 		libpetsc.so:science/PETSc


More information about the svn-ports-all mailing list