aboutsummaryrefslogtreecommitdiff
path: root/math/spooles
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-09-22 17:40:41 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-09-22 17:40:41 +0000
commit607fe7ab866b2dd2d18e099f5c68e718a3fad7a9 (patch)
treebe52eb04866ee01496b23257b0332af1712d318f /math/spooles
parentbe88507da6f1e9f50bbfdb380959ca5a49dcf915 (diff)
downloadports-607fe7ab866b2dd2d18e099f5c68e718a3fad7a9.tar.gz
ports-607fe7ab866b2dd2d18e099f5c68e718a3fad7a9.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
Notes
Notes: svn path=/head/; revision=480424
Diffstat (limited to 'math/spooles')
-rw-r--r--math/spooles/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/spooles/Makefile b/math/spooles/Makefile
index 3a1c1f7f3880..16ea640663a4 100644
--- a/math/spooles/Makefile
+++ b/math/spooles/Makefile
@@ -3,7 +3,7 @@
PORTNAME= spooles
PORTVERSION= 2.2
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= math
MASTER_SITES= NETLIB/linalg/spooles
.ifdef WITH_MPI
@@ -19,7 +19,7 @@ COMMENT= SParse Object Oriented Linear Equations Solver
LICENSE= PD
.if defined(WITH_MPI)
-BUILD_DEPENDS= ${LOCALBASE}/lib/libmpich.a:net/mpich2
+LIB_DEPENDS= libmpich.so:net/mpich
.endif
USES= gmake tar:tgz