Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2020 17:54:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552350 - head/science/libgeodecomp
Message-ID:  <202010141754.09EHspA5026897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Oct 14 17:54:50 2020
New Revision: 552350
URL: https://svnweb.freebsd.org/changeset/ports/552350

Log:
  Fix DEPENDS

Modified:
  head/science/libgeodecomp/Makefile

Modified: head/science/libgeodecomp/Makefile
==============================================================================
--- head/science/libgeodecomp/Makefile	Wed Oct 14 17:53:05 2020	(r552349)
+++ head/science/libgeodecomp/Makefile	Wed Oct 14 17:54:50 2020	(r552350)
@@ -3,7 +3,7 @@
 
 PORTNAME=		libgeodecomp
 PORTVERSION=		0.4.0
-PORTREVISION=		19
+PORTREVISION=		20
 CATEGORIES=		science devel
 MASTER_SITES=		http://www.libgeodecomp.org/archive/
 
@@ -27,7 +27,7 @@ CMAKE_ARGS=		-DWITH_CUDA:BOOL=FALSE -DWITH_VISIT:BOOL=
 OPTIONS_DEFINE=		MPI SILO SCOTCH
 OPTIONS_DEFAULT=	MPI SILO SCOTCH
 
-MPI_LIB_DEPENDS=	libmpich.so:net/mpich2
+MPI_LIB_DEPENDS=	libmpich.so:net/mpich
 MPI_CMAKE_BOOL=		WITH_MPI
 
 SILO_DESC=		Enable Silo dependend output



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