Date: Sun, 12 Apr 2020 09:07:30 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531487 - head/benchmarks/mdtest Message-ID: <202004120907.03C97UqL015543@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sun Apr 12 09:07:30 2020 New Revision: 531487 URL: https://svnweb.freebsd.org/changeset/ports/531487 Log: - Move OpenMPI support to net/openmpi3. OpenMPI 1 is deprecated. Modified: head/benchmarks/mdtest/Makefile Modified: head/benchmarks/mdtest/Makefile ============================================================================== --- head/benchmarks/mdtest/Makefile Sun Apr 12 09:07:03 2020 (r531486) +++ head/benchmarks/mdtest/Makefile Sun Apr 12 09:07:30 2020 (r531487) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004120907.03C97UqL015543>