aboutsummaryrefslogtreecommitdiff
path: root/math/scalapack
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-09-22 16:36:38 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-09-22 16:36:38 +0000
commit5f341a2ffb5a6254a084f16902ea9d814b92fd46 (patch)
treebd806f1c8c9e82908e7bba376844a1e60becdb31 /math/scalapack
parentf88a88fd5e7f84cdbe87c6a49424ead45507e1ff (diff)
downloadports-5f341a2ffb5a6254a084f16902ea9d814b92fd46.tar.gz
ports-5f341a2ffb5a6254a084f16902ea9d814b92fd46.zip
Change 20 ports from net/mpich2 to net/mpich
mpich2 is the obsolete version 2.x, mpich is at the current version 3.x Ports: math/scalapack science/nwchem science/quantum-espresso science/qmcpack science/madness science/qbox science/openmx science/jdftx science/fleur science/libgridxc science/mdynamix science/lm science/dftbplus science/py-gpaw devel/ga math/elpa net/charm science/gromacs math/pari math/arpack-ng-mpich
Notes
Notes: svn path=/head/; revision=480395
Diffstat (limited to 'math/scalapack')
-rw-r--r--math/scalapack/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile
index d5e460c0795b..530d814eeac1 100644
--- a/math/scalapack/Makefile
+++ b/math/scalapack/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scalapack
PORTVERSION= 2.0.2
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= math
MASTER_SITES= NL
DISTFILES= scalapack-${PORTVERSION}.tgz manpages.tgz
@@ -64,9 +64,8 @@ WITH_OPENMPI= yes
BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi/lib/libmpi.so:net/openmpi
RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi
.else
-#LIB_DEPENDS+= libmpich.so:net/mpich2
-BUILD_DEPENDS+= ${LOCALBASE}/bin/mpicc:net/mpich2
-RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:net/mpich2
+BUILD_DEPENDS+= ${LOCALBASE}/bin/mpicc:net/mpich
+RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:net/mpich
.endif
.if ${ARCH} == "sparc64" || ${ARCH} == "amd64"