diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-22 16:36:38 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-22 16:36:38 +0000 |
commit | 5f341a2ffb5a6254a084f16902ea9d814b92fd46 (patch) | |
tree | bd806f1c8c9e82908e7bba376844a1e60becdb31 /math/scalapack | |
parent | f88a88fd5e7f84cdbe87c6a49424ead45507e1ff (diff) |
Notes
Diffstat (limited to 'math/scalapack')
-rw-r--r-- | math/scalapack/Makefile | 7 |
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" |