science/code_saturne: upgrade to 8.0.2
Releases notes at <https://github.com/code-saturne/code_saturne/blob/v8.0/NEWS.md>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= code_saturne
|
||||
PORTVERSION= 8.0.0
|
||||
PORTVERSION= 8.0.2
|
||||
CATEGORIES= science parallel
|
||||
MASTER_SITES= https://www.code-saturne.org/releases/
|
||||
|
||||
@@ -10,7 +10,7 @@ WWW= https://www.code-saturne.org/
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpi4py>0:net/py-mpi4py@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${MPI4PY} \
|
||||
gsed:textproc/gsed
|
||||
LIB_DEPENDS= libsysinfo.so:devel/libsysinfo \
|
||||
libcgns.so:science/cgnslib \
|
||||
@@ -22,7 +22,7 @@ LIB_DEPENDS= libsysinfo.so:devel/libsysinfo \
|
||||
libcblas.so:math/cblas \
|
||||
libmedC.so:french/med
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mpi4py>0:net/py-mpi4py@${PY_FLAVOR} \
|
||||
${MPI4PY} \
|
||||
pbs-config:sysutils/torque \
|
||||
xmgrace:math/grace \
|
||||
bash:shells/bash \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1690981640
|
||||
SHA256 (code_saturne-8.0.0.tar.gz) = f5ab127bac9e8f2fafcc582dab25682c131c1a0cd656cae36527b3ba402aa45e
|
||||
SIZE (code_saturne-8.0.0.tar.gz) = 61261214
|
||||
TIMESTAMP = 1697142365
|
||||
SHA256 (code_saturne-8.0.2.tar.gz) = 48d33a55e9f7b77b486e0fa1706223910eb9add7d13f11bb18dc79583587378f
|
||||
SIZE (code_saturne-8.0.2.tar.gz) = 61255604
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
--- src/user_examples/cs_user_profile.cxx.orig 2023-06-20 20:09:20 UTC
|
||||
+++ src/user_examples/cs_user_profile.cxx
|
||||
@@ -38,7 +38,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#if defined(__FreeBSD__)
|
||||
+#include <dirent.h>
|
||||
+#else
|
||||
#include <sys/dir.h>
|
||||
+#endif
|
||||
#include <sys/stat.h>
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user