summaryrefslogtreecommitdiff
path: root/science/bout++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/bout++/Makefile')
-rw-r--r--science/bout++/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/science/bout++/Makefile b/science/bout++/Makefile
index c00c2823ea8a..b901aa12150f 100644
--- a/science/bout++/Makefile
+++ b/science/bout++/Makefile
@@ -1,7 +1,7 @@
PORTNAME= bout++
DISTVERSIONPREFIX= v
DISTVERSION= 4.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science math # physics
MAINTAINER= yuri@FreeBSD.org
@@ -49,7 +49,7 @@ OPTIONS_MULTI= FORMAT
OPTIONS_MULTI_FORMAT= HDF5 NETCDF
OPTIONS_SINGLE= MPI
OPTIONS_SINGLE_MPI= MPICH OPENMPI
-OPTIONS_DEFAULT= MPICH NETCDF PETSC SLEPC
+OPTIONS_DEFAULT= MPICH NETCDF # PETSC SLEPC: not compatible with the latest petsc-3.18.4
FORMAT_DESC= File format support
@@ -68,8 +68,6 @@ OPRNMP_BROKEN= SEGV when OpenMP is enabled, see https://github.com/boutproject/
OPENMPI_USES= mpi:openmpi
-PETSC_CMAKE_BOOL= BOUT_USE_PETSC
-
PETSC_DESC= Build with PETSc support
PETSC_CMAKE_BOOL= BOUT_USE_PETSC
PETSC_LIB_DEPENDS= libpetsc.so:science/PETSc