diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-18 18:52:47 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-18 18:52:47 +0000 |
commit | cd69a3edf41e8fe7aaedf1173890dbc8691a2c1d (patch) | |
tree | 4e49428881c194061a52624884b15249c8197e3c /math/deal.ii/Makefile | |
parent | 6837ee0c2c143d607e58ba6df62cde33bb12a6de (diff) | |
download | ports-cd69a3edf41e8fe7aaedf1173890dbc8691a2c1d.tar.gz ports-cd69a3edf41e8fe7aaedf1173890dbc8691a2c1d.zip |
math/deal.ii: Unbreak the MPI option with the message about how math/sundials should be compiled
Submitted by: danilo (via e-mail)
Notes
Notes:
svn path=/head/; revision=532042
Diffstat (limited to 'math/deal.ii/Makefile')
-rw-r--r-- | math/deal.ii/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index d44abc0886d2..3c644108032a 100644 --- a/math/deal.ii/Makefile +++ b/math/deal.ii/Makefile @@ -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 |