diff options
Diffstat (limited to 'science/code_saturne/Makefile')
-rw-r--r-- | science/code_saturne/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index 9ae220ba7dd4..2ab9839cec3e 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= code_saturne -PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTVERSION= 6.1.1 DISTVERSIONPREFIX= v CATEGORIES= science parallel @@ -25,7 +24,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= code-saturne -GH_TAGNAME= 89e7bbf # Some fixes are needed for atmospheric aerosols USES= autoreconf bison fortran gettext gnome gmake iconv libtool \ pyqt:5 python:3.6+ shebangfix @@ -43,8 +41,8 @@ BINARY_ALIAS= python=${PYTHON_CMD} \ pyrcc5=pyrcc5-${PYTHON_VER} \ pyuic5=pyuic5-${PYTHON_VER} -OPTIONS_DEFINE= DOCS EXAMPLES BATCH BLAS MPI -OPTIONS_DEFAULT= BATCH BLAS MPI METIS +OPTIONS_DEFINE= DOCS EXAMPLES BATCH BLAS MPI SCOTCH +OPTIONS_DEFAULT= BATCH BLAS MPI SCOTCH METIS OPTIONS_RADIO= METIS OPTIONS_RADIO_METIS= METIS PARMETIS BLAS_DESC= Support of OpenBLAS @@ -63,6 +61,9 @@ PARMETIS_LIB_DEPENDS= libparmetis.so:math/parmetis PARMETIS_CONFIGURE_ON= --with-metis-include="${LOCALBASE}/include/parmetis" \ --with-metis-lib="${LOCALBASE}/lib/parmetis" PARMETIS_CONFIGURE_ENV= LIBS=-lexecinfo +SCOTCH_DESC= Support of Scotch +SCOTCH_BUILD_DEPENDS= scotch>0:cad/scotch +SCOTCH_CONFIGURE_ON= --with-scotch-include="${LOCALBASE}/include" TEST_TARGET= check |