Upgrade to v6.1.1 and add Scotch´s support.
This commit is contained in:
parent
21e6cae344
commit
7a64ce1b71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538909
2 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1587896974
|
||||
SHA256 (code-saturne-code_saturne-v6.1.0-89e7bbf_GH0.tar.gz) = 6308c470575e39a4656f89640a75f6b39c085b0803d921a61fbbec72fe30d636
|
||||
SIZE (code-saturne-code_saturne-v6.1.0-89e7bbf_GH0.tar.gz) = 19375559
|
||||
TIMESTAMP = 1592231752
|
||||
SHA256 (code-saturne-code_saturne-v6.1.1_GH0.tar.gz) = a6b2c8b8ebcde523a9cab3a0f3923e7079125c08dad38567d0b7fe326c6d61ee
|
||||
SIZE (code-saturne-code_saturne-v6.1.1_GH0.tar.gz) = 19591060
|
||||
|
|
Loading…
Reference in a new issue