Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 21:26:56 +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: r532424 - head/science/ALPSCore
Message-ID:  <202004212126.03LLQuu5072368@repo.freebsd.org>

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

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

Modified:
  head/science/ALPSCore/Makefile

Modified: head/science/ALPSCore/Makefile
==============================================================================
--- head/science/ALPSCore/Makefile	Tue Apr 21 21:23:40 2020	(r532423)
+++ head/science/ALPSCore/Makefile	Tue Apr 21 21:26:56 2020	(r532424)
@@ -3,7 +3,7 @@
 PORTNAME=	ALPSCore
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.2.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	science
 
 MAINTAINER=	ports@FreeBSD.org
@@ -37,15 +37,15 @@ DOXYGEN_CMAKE_BOOL=	Documentation
 DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
 
 OPENMPI_CMAKE_BOOL=	ENABLE_MPI
-OPENMPI_LIB_DEPENDS=	libmpi.so:net/openmpi3
+OPENMPI_LIB_DEPENDS=	libmpi.so:net/openmpi
 
 PORTDOCS=	*
 
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MOPENMPI}
-CC=	${LOCALBASE}/mpi/openmpi3/bin/mpicc
-CXX=	${LOCALBASE}/mpi/openmpi3/bin/mpicxx
+CC=	${LOCALBASE}/mpi/openmpi/bin/mpicc
+CXX=	${LOCALBASE}/mpi/openmpi/bin/mpicxx
 .endif
 
 post-install-DOXYGEN-on:



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