Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 21:29:09 +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: r532425 - head/lang/opencoarrays
Message-ID:  <202004212129.03LLT9mk072568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Apr 21 21:29:09 2020
New Revision: 532425
URL: https://svnweb.freebsd.org/changeset/ports/532425

Log:
  - Swap back from net/openmpi3 to net/openmpi

Modified:
  head/lang/opencoarrays/Makefile

Modified: head/lang/opencoarrays/Makefile
==============================================================================
--- head/lang/opencoarrays/Makefile	Tue Apr 21 21:26:56 2020	(r532424)
+++ head/lang/opencoarrays/Makefile	Tue Apr 21 21:29:09 2020	(r532425)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencoarrays
 DISTVERSION=	2.7.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang parallel
 
 MAINTAINER=	ports@FreeBSD.org
@@ -35,9 +35,9 @@ MPICH_BUILD_DEPENDS=	mpif90:net/mpich
 MPICH_RUN_DEPENDS=	mpif90:net/mpich
 MPICH_CONFIGURE_ENV=	MPI_HOME=${LOCALBASE}
 
-OPENMPI_BUILD_DEPENDS=	${LOCALBASE}/mpi/openmpi3/bin/mpif90:net/openmpi3
-OPENMPI_RUN_DEPENDS=	${LOCALBASE}/mpi/openmpi3/bin/mpif90:net/openmpi3
-OPENMPI_CONFIGURE_ENV=	MPI_HOME=${LOCALBASE}/mpi/openmpi3
+OPENMPI_BUILD_DEPENDS=	${LOCALBASE}/mpi/openmpi/bin/mpif90:net/openmpi
+OPENMPI_RUN_DEPENDS=	${LOCALBASE}/mpi/openmpi/bin/mpif90:net/openmpi
+OPENMPI_CONFIGURE_ENV=	MPI_HOME=${LOCALBASE}/mpi/openmpi
 OPENMPI_CMAKE_ON=	-DMPI_C_COMPILE_OPTIONS="-lpthread" \
 			-DMPI_Fortran_COMPILE_OPTIONS="-lpthread"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004212129.03LLT9mk072568>