- Update to 1.14
PR: ports/144776 Submitted by: bf <bf1783@gmail.com> (maintainer)
This commit is contained in:
parent
1ca938a253
commit
d53fd93f0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251665
3 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gsl
|
||||
PORTVERSION= 1.13
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \
|
||||
http://www.gnu.org/software/${PORTNAME}/manual/:gslref
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (gsl-1.13.tar.gz) = d9fcfa367c44ab68a25b4edf34c3c5f7
|
||||
SHA256 (gsl-1.13.tar.gz) = 094648a6e40854cbe006357213fb16fe3e55d048a4a4df675df36a540f8ba2c7
|
||||
SIZE (gsl-1.13.tar.gz) = 3014270
|
||||
MD5 (gsl-1.14.tar.gz) = d55e7b141815412a072a3f0e12442042
|
||||
SHA256 (gsl-1.14.tar.gz) = 3d4a47afd9a1e7c73b97791b4180d8cc4d5f0e5db6027fe06437f1f3f957fafb
|
||||
SIZE (gsl-1.14.tar.gz) = 3128269
|
||||
MD5 (gsl-ref.ps.gz) = IGNORE
|
||||
SHA256 (gsl-ref.ps.gz) = IGNORE
|
||||
|
|
|
@ -84,6 +84,7 @@ include/gsl/gsl_multifit.h
|
|||
include/gsl/gsl_multifit_nlin.h
|
||||
include/gsl/gsl_multimin.h
|
||||
include/gsl/gsl_multiroots.h
|
||||
include/gsl/gsl_multiset.h
|
||||
include/gsl/gsl_nan.h
|
||||
include/gsl/gsl_ntuple.h
|
||||
include/gsl/gsl_odeiv.h
|
||||
|
@ -221,7 +222,7 @@ include/gsl/gsl_wavelet2d.h
|
|||
lib/libgsl.a
|
||||
lib/libgsl.la
|
||||
lib/libgsl.so
|
||||
lib/libgsl.so.14
|
||||
lib/libgsl.so.15
|
||||
lib/libgslcblas.a
|
||||
lib/libgslcblas.la
|
||||
lib/libgslcblas.so
|
||||
|
|
Loading…
Reference in a new issue