Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 09:09:42 +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: r559221 - head/math/py-petsc4py
Message-ID:  <202012250909.0BP99gem076439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012250909.0BP99gem076439>