Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 18:52:48 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532042 - head/math/deal.ii
Message-ID:  <202004181852.03IIqmAb053849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Apr 18 18:52:47 2020
New Revision: 532042
URL: https://svnweb.freebsd.org/changeset/ports/532042

Log:
  math/deal.ii: Unbreak the MPI option with the message about how math/sundials should be compiled
  
  Submitted by:	danilo (via e-mail)

Modified:
  head/math/deal.ii/Makefile

Modified: head/math/deal.ii/Makefile
==============================================================================
--- head/math/deal.ii/Makefile	Sat Apr 18 18:44:57 2020	(r532041)
+++ head/math/deal.ii/Makefile	Sat Apr 18 18:52:47 2020	(r532042)
@@ -3,7 +3,7 @@
 PORTNAME=	deal.II
 DISTVERSIONPREFIX=	v
 DISTVERSION=	9.1.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -53,12 +53,12 @@ LAPACK_CMAKE_BOOL=	DEAL_II_WITH_LAPACK
 LAPACK_CMAKE_ON=	-DLAPACK_LINKER_FLAGS:STRING="${LDFLAGS}"
 LAPACK_LIB_DEPENDS=	libopenblas.so:math/openblas
 
+MPI_DESC=		MPI support (math/sundials must be compiled with MPI)
 MPI_USES=		fortran
 MPI_CMAKE_BOOL=		DEAL_II_WITH_MPI
 MPI_CMAKE_ON=		-DMPI_LINKER_FLAGS:STRING="${LDFLAGS}"
 MPI_LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs \
-			libmpi.so:net/openmpi
-MPI_BROKEN=		Could not find any suitable mpi library! (need to investigate)
+			libmpich.so:net/mpich
 
 NETCDF_DESC=		Compile with Netcdf (only with MPI)
 NETCDF_CMAKE_BOOL=	DEAL_II_WITH_NETCDF



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