aboutsummaryrefslogtreecommitdiff
path: root/science/code_saturne
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2018-11-30 21:19:03 +0000
committerThierry Thomas <thierry@FreeBSD.org>2018-11-30 21:19:03 +0000
commit9ad1a7ad3ed124e3267af0a5a0fc49365b86cc95 (patch)
tree147e1781cb5735bcfd618bdda8dba462d4ac57e2 /science/code_saturne
parent854967287d64df2c8bf2514a5bfc8bee24e845ac (diff)
downloadports-9ad1a7ad3ed124e3267af0a5a0fc49365b86cc95.tar.gz
ports-9ad1a7ad3ed124e3267af0a5a0fc49365b86cc95.zip
Upgrade to v5.3.1.
Notes
Notes: svn path=/head/; revision=486301
Diffstat (limited to 'science/code_saturne')
-rw-r--r--science/code_saturne/Makefile4
-rw-r--r--science/code_saturne/distinfo6
-rw-r--r--science/code_saturne/files/patch-libple_tests_Makefile.am11
3 files changed, 5 insertions, 16 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile
index e6152debd619..d3b2918ef89e 100644
--- a/science/code_saturne/Makefile
+++ b/science/code_saturne/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= code_saturne
-PORTVERSION= 5.3.0
+PORTVERSION= 5.3.1
DISTVERSIONPREFIX= v
CATEGORIES= science parallel
@@ -49,7 +49,7 @@ PARMETIS_CONFIGURE_ON= --with-metis-include="${LOCALBASE}/include/parmetis" \
--with-metis-lib="${LOCALBASE}/lib/parmetis"
PARMETIS_CONFIGURE_ENV= LIBS=-lexecinfo
-#TEST_TARGET= check
+TEST_TARGET= check
.if defined(PACKAGE_BUILDING)
TERM= vt100 # Force for pointyhat to override su
diff --git a/science/code_saturne/distinfo b/science/code_saturne/distinfo
index 8181668758dd..2e25aaafab7a 100644
--- a/science/code_saturne/distinfo
+++ b/science/code_saturne/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541083916
-SHA256 (code-saturne-code_saturne-v5.3.0_GH0.tar.gz) = df1bd7784311842a3930bd2ab9490d261d7860c330ee0c3d6070c2b67e0d6734
-SIZE (code-saturne-code_saturne-v5.3.0_GH0.tar.gz) = 18872952
+TIMESTAMP = 1543066971
+SHA256 (code-saturne-code_saturne-v5.3.1_GH0.tar.gz) = 2a46e51103e220aa221fdb2b0b0b554103258da5d2f4f0ac8faa6c76c2181da6
+SIZE (code-saturne-code_saturne-v5.3.1_GH0.tar.gz) = 18872146
diff --git a/science/code_saturne/files/patch-libple_tests_Makefile.am b/science/code_saturne/files/patch-libple_tests_Makefile.am
deleted file mode 100644
index 4af4bea9b342..000000000000
--- a/science/code_saturne/files/patch-libple_tests_Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- libple/tests/Makefile.am.orig 2018-10-26 17:43:02 UTC
-+++ libple/tests/Makefile.am
-@@ -33,7 +33,7 @@ check_PROGRAMS += ple_coupling_test
- ple_coupling_test_SOURCES = ple_coupling_test.c
- ple_coupling_test_CPPFLAGS = -I$(top_srcdir)/src $(MPI_CPPFLAGS)
- ple_coupling_test_LDFLAGS = $(MPI_LDFLAGS)
--ple_coupling_test_LDADD = $(top_builddir)/src/libple.la $(MPI_LIBS) -lm
-+ple_coupling_test_LDADD = $(top_builddir)/src/libple.la $(MPI_LIBS) $(INTLLIBS) -lm
- endif
-
- # Uncomment for tests execution at "make check"