diff options
author | yuri <yuri@FreeBSD.org> | 2018-09-23 01:40:41 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-09-23 01:40:41 +0800 |
commit | 0a064180256fc167981914dc95fa80f333656b51 (patch) | |
tree | be52eb04866ee01496b23257b0332af1712d318f /math/py-petsc4py | |
parent | 215f7d71c16f68303fbeea5adb169244e071e011 (diff) | |
download | freebsd-ports-gnome-0a064180256fc167981914dc95fa80f333656b51.tar.gz freebsd-ports-gnome-0a064180256fc167981914dc95fa80f333656b51.tar.zst freebsd-ports-gnome-0a064180256fc167981914dc95fa80f333656b51.zip |
Change 10 ports from net/mpich2 to net/mpich
mpich2 is the obsolete version 2.x, mpich is at the current version 3.x
science/triqs science/PETSc math/py-slepc4py math/slepc math/py-petsc4py
math/petiga math/sundials cad/elmerfem math/blocksolve95 math/spooles
Diffstat (limited to 'math/py-petsc4py')
-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} |