aboutsummaryrefslogtreecommitdiff
path: root/math/sundials
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-05-08 05:40:49 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-05-08 05:40:49 +0000
commit114ce84cd09a5d6b29c1ac2f301ff2d5b9ca8d48 (patch)
tree671bf6db335ac5dda87fcbf60914bfc5ac5bab8e /math/sundials
parent40c77f194750625ca8293c5ee5a5d2caff271012 (diff)
downloadports-114ce84cd09a5d6b29c1ac2f301ff2d5b9ca8d48.tar.gz
ports-114ce84cd09a5d6b29c1ac2f301ff2d5b9ca8d48.zip
math/sundials: Update 3.1.0 -> 3.1.1
Reported by: portscout
Notes
Notes: svn path=/head/; revision=469357
Diffstat (limited to 'math/sundials')
-rw-r--r--math/sundials/Makefile5
-rw-r--r--math/sundials/distinfo6
-rw-r--r--math/sundials/pkg-plist8
3 files changed, 9 insertions, 10 deletions
diff --git a/math/sundials/Makefile b/math/sundials/Makefile
index 593a8e9d0ce2..7e7cfab0033a 100644
--- a/math/sundials/Makefile
+++ b/math/sundials/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= sundials
-DISTVERSION= 3.1.0
-PORTREVISION= 1
+DISTVERSION= 3.1.1
CATEGORIES= math
MASTER_SITES= https://computation.llnl.gov/projects/sundials/download/
@@ -18,7 +17,7 @@ USE_LDCONFIG= yes
CMAKE_ARGS= -DPTHREAD_ENABLE:BOOL=ON \
-DBUILD_STATIC_LIBS:BOOL=OFF
-PLIST_SUB= SHL3=${DISTVERSION} SHL1=${DISTVERSION:R:R} SHLX3=1.1.0 SHLX1=1 SHLY3=2.1.0 SHLY1=2
+PLIST_SUB= SHL3=${DISTVERSION} SHL1=${DISTVERSION:R:R} SHLX3=1.1.1 SHLX1=1
OPTIONS_DEFINE= BLAS EXAMPLES LAPACK MPI SUPERLUMT # OPENMP detection is broken in cmake: https://gitlab.kitware.com/cmake/cmake/issues/17474
OPTIONS_GROUP= VECTORS
diff --git a/math/sundials/distinfo b/math/sundials/distinfo
index 8803953a0a86..5af1fd63450b 100644
--- a/math/sundials/distinfo
+++ b/math/sundials/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514338444
-SHA256 (sundials-3.1.0.tar.gz) = 18d52f8f329626f77b99b8bf91e05b7d16b49fde2483d3a0ea55496ce4cdd43a
-SIZE (sundials-3.1.0.tar.gz) = 13033516
+TIMESTAMP = 1525757285
+SHA256 (sundials-3.1.1.tar.gz) = a24d643d31ed1f31a25b102a1e1759508ce84b1e4739425ad0e18106ab471a24
+SIZE (sundials-3.1.1.tar.gz) = 14955445
diff --git a/math/sundials/pkg-plist b/math/sundials/pkg-plist
index e280d843babd..369dff058239 100644
--- a/math/sundials/pkg-plist
+++ b/math/sundials/pkg-plist
@@ -73,8 +73,8 @@ include/sunmatrix/sunmatrix_band.h
include/sunmatrix/sunmatrix_dense.h
include/sunmatrix/sunmatrix_sparse.h
lib/libsundials_arkode.so
-lib/libsundials_arkode.so.%%SHLY1%%
-lib/libsundials_arkode.so.%%SHLY3%%
+lib/libsundials_arkode.so.2
+lib/libsundials_arkode.so.2.1.1
lib/libsundials_cvode.so
lib/libsundials_cvode.so.%%SHL1%%
lib/libsundials_cvode.so.%%SHL3%%
@@ -85,8 +85,8 @@ lib/libsundials_ida.so
lib/libsundials_ida.so.%%SHL1%%
lib/libsundials_ida.so.%%SHL3%%
lib/libsundials_idas.so
-lib/libsundials_idas.so.%%SHLY1%%
-lib/libsundials_idas.so.%%SHLY3%%
+lib/libsundials_idas.so.2
+lib/libsundials_idas.so.2.1.0
lib/libsundials_kinsol.so
lib/libsundials_kinsol.so.%%SHL1%%
lib/libsundials_kinsol.so.%%SHL3%%