svn commit: r469357 - head/math/sundials
Yuri Victorovich
yuri at FreeBSD.org
Tue May 8 05:40:51 UTC 2018
Author: yuri
Date: Tue May 8 05:40:49 2018
New Revision: 469357
URL: https://svnweb.freebsd.org/changeset/ports/469357
Log:
math/sundials: Update 3.1.0 -> 3.1.1
Reported by: portscout
Modified:
head/math/sundials/Makefile
head/math/sundials/distinfo
head/math/sundials/pkg-plist
Modified: head/math/sundials/Makefile
==============================================================================
--- head/math/sundials/Makefile Tue May 8 05:26:09 2018 (r469356)
+++ head/math/sundials/Makefile Tue May 8 05:40:49 2018 (r469357)
@@ -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
Modified: head/math/sundials/distinfo
==============================================================================
--- head/math/sundials/distinfo Tue May 8 05:26:09 2018 (r469356)
+++ head/math/sundials/distinfo Tue May 8 05:40:49 2018 (r469357)
@@ -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
Modified: head/math/sundials/pkg-plist
==============================================================================
--- head/math/sundials/pkg-plist Tue May 8 05:26:09 2018 (r469356)
+++ head/math/sundials/pkg-plist Tue May 8 05:40:49 2018 (r469357)
@@ -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%%
More information about the svn-ports-all
mailing list