Date: Mon, 15 Jun 2020 16:02:40 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538909 - head/science/code_saturne Message-ID: <202006151602.05FG2eho056563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Mon Jun 15 16:02:40 2020 New Revision: 538909 URL: https://svnweb.freebsd.org/changeset/ports/538909 Log: Upgrade to v6.1.1 and add Scotch´s support. Modified: head/science/code_saturne/Makefile head/science/code_saturne/distinfo Modified: head/science/code_saturne/Makefile ============================================================================== --- head/science/code_saturne/Makefile Mon Jun 15 15:56:45 2020 (r538908) +++ head/science/code_saturne/Makefile Mon Jun 15 16:02:40 2020 (r538909) @@ -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/ 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 Modified: head/science/code_saturne/distinfo ============================================================================== --- head/science/code_saturne/distinfo Mon Jun 15 15:56:45 2020 (r538908) +++ head/science/code_saturne/distinfo Mon Jun 15 16:02:40 2020 (r538909) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006151602.05FG2eho056563>