diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-02-23 15:22:05 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-02-23 17:23:28 +0100 |
commit | d1edb7917515f9e2a50740d4e63e98217687fd61 (patch) | |
tree | 95dba6b84d3498e488a6db66f5bb06393c83f831 /science/code_saturne | |
parent | 109d514d70f48e324918a2d5662440b5d4fc7821 (diff) | |
download | freebsd-ports-d1edb7917515f9e2a50740d4e63e98217687fd61.zip |
science/code_saturne: upgrade to 8.1.1
Changelog at
<https://github.com/code-saturne/code_saturne/blob/v8.1/NEWS.md#release-811-2024-03-09>
Diffstat (limited to 'science/code_saturne')
-rw-r--r-- | science/code_saturne/Makefile | 4 | ||||
-rw-r--r-- | science/code_saturne/distinfo | 6 | ||||
-rw-r--r-- | science/code_saturne/pkg-descr | 2 | ||||
-rw-r--r-- | science/code_saturne/pkg-plist | 4 |
4 files changed, 9 insertions, 7 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index 1a0f0f4b749a..209a65ed3087 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -1,6 +1,5 @@ PORTNAME= code_saturne -PORTVERSION= 8.1.0 -PORTREVISION= 2 +PORTVERSION= 8.1.1 CATEGORIES= science parallel MASTER_SITES= https://www.code-saturne.org/releases/ @@ -47,6 +46,7 @@ CONFIGURE_ARGS= --without-salome --without-salome-yacs --without-salome-kernel \ --with-scotch-include="${LOCALBASE}/include" CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed ldflags_rpath="-R" \ MUMPS_LIBS="-lmpiseq -llapack" +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes INSTALL_TARGET= install-strip BINARY_ALIAS= python=${PYTHON_CMD} \ diff --git a/science/code_saturne/distinfo b/science/code_saturne/distinfo index eaba0ccab479..4ecc145bbaa1 100644 --- a/science/code_saturne/distinfo +++ b/science/code_saturne/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702564424 -SHA256 (code_saturne-8.1.0.tar.gz) = 6f2b067337b8ad003a26b91f59971a1028f01cf14c962031629203899dc4053f -SIZE (code_saturne-8.1.0.tar.gz) = 64587304 +TIMESTAMP = 1708696645 +SHA256 (code_saturne-8.1.1.tar.gz) = 8b7c70a03f08d3c41a79ebcd05a02b85f13488a661f3dde37800fc8c41675a61 +SIZE (code_saturne-8.1.1.tar.gz) = 64580020 diff --git a/science/code_saturne/pkg-descr b/science/code_saturne/pkg-descr index 2f7714ebb1b8..2450a7a57d10 100644 --- a/science/code_saturne/pkg-descr +++ b/science/code_saturne/pkg-descr @@ -7,3 +7,5 @@ Dedicated modules are available for specific physics such as radiative heat transfer, combustion (gas, coal, heavy fuel oil, ...), magneto-hydrodynamics, compressible flows, two-phase flows (Euler-Lagrange approach with two-way coupling), or atmospheric flows. + +See also: <https://github.com/code-saturne/code_saturne>. diff --git a/science/code_saturne/pkg-plist b/science/code_saturne/pkg-plist index 0dbe94e40418..b2fe4ad72e39 100644 --- a/science/code_saturne/pkg-plist +++ b/science/code_saturne/pkg-plist @@ -1685,8 +1685,6 @@ lib/libsaturne.so libexec/code_saturne/cs_io_dump libexec/code_saturne/cs_preprocess libexec/code_saturne/cs_solver -man/man1/code_saturne.1.gz -man/man1/ple-config.1.gz %%DATADIR%%/COPYING %%DATADIR%%/batch/batch.CCC %%DATADIR%%/batch/batch.LSF @@ -1878,3 +1876,5 @@ man/man1/ple-config.1.gz %%DATADIR%%/user_sources/REFERENCE/cs_user_wall_condensation.c %%DATADIR%%/user_sources/REFERENCE/cs_user_zones.c %%DATADIR%%/user_sources/REFERENCE/usatch.f90 +share/man/man1/code_saturne.1.gz +share/man/man1/ple-config.1.gz |