- Move OpenMPI support to net/openmpi3. OpenMPI 1 is deprecated.
This commit is contained in:
parent
da3ed6ce28
commit
42b7a1092d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531487
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mdtest
|
||||
PORTVERSION= 1.9.3
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -23,9 +23,9 @@ PORTEXAMPLES= *
|
|||
OPTIONS_DEFINE= OPENMPI EXAMPLES
|
||||
OPENMPI_DESC= Use Open MPI instead of MPICH2
|
||||
|
||||
OPENMPI_BUILD_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpicc:net/openmpi
|
||||
OPENMPI_RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi
|
||||
OPENMPI_VARS= MPICC=${LOCALBASE}/mpi/openmpi/bin/mpicc
|
||||
OPENMPI_BUILD_DEPENDS= ${LOCALBASE}/mpi/openmpi3/bin/mpicc:net/openmpi3
|
||||
OPENMPI_RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi3/bin/mpirun:net/openmpi3
|
||||
OPENMPI_VARS= MPICC=${LOCALBASE}/mpi/openmpi3/bin/mpicc
|
||||
|
||||
OPENMPI_BUILD_DEPENDS_OFF= ${LOCALBASE}/bin/mpicc:net/mpich
|
||||
OPENMPI_RUN_DEPENDS_OFF= ${LOCALBASE}/bin/mpirun:net/mpich
|
||||
|
|
Loading…
Reference in a new issue