diff options
Diffstat (limited to 'math/py-petsc4py/Makefile')
-rw-r--r-- | math/py-petsc4py/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-petsc4py/Makefile b/math/py-petsc4py/Makefile index 6c57799cadfc..0b5d0bea11ea 100644 --- a/math/py-petsc4py/Makefile +++ b/math/py-petsc4py/Makefile @@ -6,11 +6,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= PETSc for Python -WWW= https://bitbucket.org/petsc/petsc4py +WWW= https://gitlab.com/petsc/petsc LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst +BROKEN= the upstream failed to update petsc4py on PYPI, it also breaks with pythran-0.12.0, see bug#270507 + BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libpetsc.so:science/PETSc RUN_DEPENDS= ${PYNUMPY} |