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/petiga | |
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/petiga')
-rw-r--r-- | math/petiga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/petiga/Makefile b/math/petiga/Makefile index aa272a9d4ac6..deb017604a12 100644 --- a/math/petiga/Makefile +++ b/math/petiga/Makefile @@ -2,7 +2,7 @@ PORTNAME= petiga DISTVERSION= g20180518 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack \ - libmpich.so:net/mpich2 \ + libmpich.so:net/mpich \ libpetsc.so:science/PETSc BB_ACCOUNT= dalcinl |