diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-22 17:40:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-22 17:40:41 +0000 |
commit | 607fe7ab866b2dd2d18e099f5c68e718a3fad7a9 (patch) | |
tree | be52eb04866ee01496b23257b0332af1712d318f /math/py-petsc4py/Makefile | |
parent | be88507da6f1e9f50bbfdb380959ca5a49dcf915 (diff) | |
download | ports-607fe7ab866b2dd2d18e099f5c68e718a3fad7a9.tar.gz ports-607fe7ab866b2dd2d18e099f5c68e718a3fad7a9.zip |
Notes
Diffstat (limited to 'math/py-petsc4py/Makefile')
-rw-r--r-- | math/py-petsc4py/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-petsc4py/Makefile b/math/py-petsc4py/Makefile index 1989333134e2..951368d62187 100644 --- a/math/py-petsc4py/Makefile +++ b/math/py-petsc4py/Makefile @@ -2,6 +2,7 @@ PORTNAME= petsc4py DISTVERSION= 3.9.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= ${PYNUMPY} -LIB_DEPENDS= libmpich.so:net/mpich2 \ +LIB_DEPENDS= libmpich.so:net/mpich \ libpetsc.so:science/PETSc RUN_DEPENDS= ${PYNUMPY} |