aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-06-05 07:30:51 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-06-16 19:31:27 +0000
commit63e653adaa7493aa98f17f9fbc834c0aed7e096e (patch)
tree47db6278bee0a494b51536d7f4b52c3ee2a0703d /math
parentdc8d8b47cd3c683e6071264d82adb6622d070d71 (diff)
downloadports-63e653adaa7493aa98f17f9fbc834c0aed7e096e.tar.gz
ports-63e653adaa7493aa98f17f9fbc834c0aed7e096e.zip
math/gsl: update to 2.7
From [1] * What is new in gsl-2.7: * fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com) * fixed bug #60335 (spmatrix test failure, J. Lamb) * fixed bug #36577 * clarified documentation on interpolation accelerators (V. Krishnan) * fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte) * fixed doc bug #59758 * fixed bug #58202 (rstat median for n=5) * added support for native C complex number types in gsl_complex when using a C11 compiler * upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 * updated exponential fitting example for nonlinear least squares * added banded LU decomposition and solver (gsl_linalg_LU_band) * New functions added to the library: - gsl_matrix_norm1 - gsl_spmatrix_norm1 - gsl_matrix_complex_conjtrans_memcpy - gsl_linalg_QL: decomp, unpack - gsl_linalg_complex_QR_* (thanks to Christian Krueger) - gsl_vector_sum - gsl_matrix_scale_rows - gsl_matrix_scale_columns - gsl_multilarge_linear_matrix_ptr - gsl_multilarge_linear_rhs_ptr - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense) - gsl_spmatrix_dense_sub - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply - gsl_linalg_QR_UD: decomp, lssolve - gsl_linalg_QR_UU: decomp, lssolve, QTvec - gsl_linalg_QR_UZ: decomp - gsl_multifit_linear_lcurvature - gsl_spline2d_eval_extrap * bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me) * made gsl_sf_legendre_array_index() inline and documented - gsl_sf_legendre_nlm() [1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS PR: 256423 Exp-run by: antoine
Diffstat (limited to 'math')
-rw-r--r--math/PDL/Makefile2
-rw-r--r--math/R-cran-gsl/Makefile1
-rw-r--r--math/asymptote/Makefile2
-rw-r--r--math/deal.ii/Makefile1
-rw-r--r--math/dieharder/Makefile2
-rw-r--r--math/freefem++/Makefile2
-rw-r--r--math/giacxcas/Makefile2
-rw-r--r--math/gsl/Makefile2
-rw-r--r--math/gsl/distinfo6
-rw-r--r--math/gsl/pkg-plist3
-rw-r--r--math/labplot/Makefile2
-rw-r--r--math/mathgl/Makefile2
-rw-r--r--math/ocamlgsl/Makefile2
-rw-r--r--math/octave-forge-gsl/Makefile2
-rw-r--r--math/oleo/Makefile2
-rw-r--r--math/orpie/Makefile2
-rw-r--r--math/p5-Math-GSL/Makefile1
-rw-r--r--math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm6
-rw-r--r--math/p5-Math-GSL/files/patch-inc_Ver2Func.pm11
-rw-r--r--math/py-cvxopt/Makefile1
-rw-r--r--math/py-pygsl/Makefile2
-rw-r--r--math/py-pygslodeiv2/Makefile1
-rw-r--r--math/rubygem-rb-gsl/Makefile2
-rw-r--r--math/sage/Makefile2
24 files changed, 39 insertions, 22 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index d6ac0220bec4..bde5189a70ae 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -2,7 +2,7 @@
PORTNAME= PDL
PORTVERSION= 2.019
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math perl5
MASTER_SITES= CPAN
diff --git a/math/R-cran-gsl/Makefile b/math/R-cran-gsl/Makefile
index c316aa2b9b02..cf111941a206 100644
--- a/math/R-cran-gsl/Makefile
+++ b/math/R-cran-gsl/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gsl
DISTVERSION= 2.1-6
+PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index 74947c18085f..74186fb9f284 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -2,7 +2,7 @@
PORTNAME= asymptote
PORTVERSION= 2.67
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile
index d906e24257fb..ed713db66719 100644
--- a/math/deal.ii/Makefile
+++ b/math/deal.ii/Makefile
@@ -1,6 +1,7 @@
PORTNAME= deal.II
DISTVERSIONPREFIX= v
DISTVERSION= 9.3.0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile
index 17150b7227a7..3b7397ed7804 100644
--- a/math/dieharder/Makefile
+++ b/math/dieharder/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dieharder
PORTVERSION= 3.31.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= math
MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index c3ff5f51ee6b..72cbebd168db 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -3,7 +3,7 @@
PORTNAME= freefem++
PORTVERSION= 4.6
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math science
MAINTAINER= kh@mogami.com
diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile
index 274ca4ea5df9..3db4b3a6a1fe 100644
--- a/math/giacxcas/Makefile
+++ b/math/giacxcas/Makefile
@@ -2,7 +2,7 @@
PORTNAME= giacxcas
DISTVERSION= 1.6.0-7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \
http://cocoa.dima.unige.it/cocoalib/tgz/:cocoa \
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index 514de9ab92bd..722be7fd29b6 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -1,7 +1,7 @@
# Created by: Andrew L. Neporada <andrew@chg.ru>
PORTNAME= gsl
-PORTVERSION= 2.6
+PORTVERSION= 2.7
CATEGORIES= math
MASTER_SITES= GNU
diff --git a/math/gsl/distinfo b/math/gsl/distinfo
index bbf53b1b2661..3ffd875d5588 100644
--- a/math/gsl/distinfo
+++ b/math/gsl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566551853
-SHA256 (gsl-2.6.tar.gz) = b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8
-SIZE (gsl-2.6.tar.gz) = 7398548
+TIMESTAMP = 1622878012
+SHA256 (gsl-2.7.tar.gz) = efbbf3785da0e53038be7907500628b466152dbc3c173a87de1b5eba2e23602b
+SIZE (gsl-2.7.tar.gz) = 7508761
diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist
index 507c6fd2ee47..c4687cf042a3 100644
--- a/math/gsl/pkg-plist
+++ b/math/gsl/pkg-plist
@@ -266,10 +266,11 @@ include/gsl/gsl_vector_ushort.h
include/gsl/gsl_version.h
include/gsl/gsl_wavelet.h
include/gsl/gsl_wavelet2d.h
+include/gsl/test_source.c
lib/libgsl.a
lib/libgsl.so
lib/libgsl.so.25
-lib/libgsl.so.25.0.0
+lib/libgsl.so.25.1.0
lib/libgslcblas.a
lib/libgslcblas.so
lib/libgslcblas.so.0
diff --git a/math/labplot/Makefile b/math/labplot/Makefile
index 912e73349684..55f85eb96dea 100644
--- a/math/labplot/Makefile
+++ b/math/labplot/Makefile
@@ -2,7 +2,7 @@
PORTNAME= labplot
DISTVERSION= 2.8.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
diff --git a/math/mathgl/Makefile b/math/mathgl/Makefile
index 2966cca6f33d..2487785a0ac9 100644
--- a/math/mathgl/Makefile
+++ b/math/mathgl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mathgl
DISTVERSION= 2.4.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/
diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile
index 96cd61d79a07..0483ab8359c2 100644
--- a/math/ocamlgsl/Makefile
+++ b/math/ocamlgsl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ocaml-gsl
DISTVERSIONPREFIX=v
DISTVERSION= 1.19.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= michipili@gmail.com
diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile
index 919b73e1cf14..d162c94d8d60 100644
--- a/math/octave-forge-gsl/Makefile
+++ b/math/octave-forge-gsl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= octave-forge-gsl
PORTVERSION= 2.1.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
diff --git a/math/oleo/Makefile b/math/oleo/Makefile
index c8d8dd6c5fc0..623cd8b59751 100644
--- a/math/oleo/Makefile
+++ b/math/oleo/Makefile
@@ -2,7 +2,7 @@
PORTNAME= oleo
PORTVERSION= 1.99.16
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= math
MASTER_SITES= GNU
diff --git a/math/orpie/Makefile b/math/orpie/Makefile
index 8f701211883c..2fba3087abf4 100644
--- a/math/orpie/Makefile
+++ b/math/orpie/Makefile
@@ -2,7 +2,7 @@
PORTNAME= orpie
PORTVERSION= 1.5.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES+= math
MASTER_SITES= GENTOO http://pessimization.com/software/orpie/
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index b8e22d33a3de..b4972fae9a3f 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Math-GSL
PORTVERSION= 0.42
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm b/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm
index 39fa1a44e90b..a267d5119ecb 100644
--- a/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm
+++ b/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm
@@ -1,6 +1,6 @@
---- inc/GSLBuilder.pm.orig 2018-12-10 17:11:25 UTC
+--- inc/GSLBuilder.pm.orig 2020-06-12 22:07:37 UTC
+++ inc/GSLBuilder.pm
-@@ -262,7 +262,7 @@ sub link_c {
+@@ -279,7 +279,7 @@ sub link_c {
}
}
@@ -9,7 +9,7 @@
my @shrp = $self->split_like_shell($cf->{shrpenv});
my @ld = $self->split_like_shell($cf->{ld} || $Config{cc});
-@@ -294,7 +294,7 @@ sub compile_c {
+@@ -311,7 +311,7 @@ sub compile_c {
$cf->{installarchlib} = $Config{archlib};
diff --git a/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm b/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm
new file mode 100644
index 000000000000..8ac5d9054710
--- /dev/null
+++ b/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm
@@ -0,0 +1,11 @@
+--- inc/Ver2Func.pm.orig 2021-06-16 17:58:11 UTC
++++ inc/Ver2Func.pm
+@@ -397,6 +397,8 @@ my @ver2func = (
+ ^gsl_matrix_uint_scale_columns$
+ /
+ ]
++ },
++ "2.7" => {
+ }
+ );
+
diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile
index 54a339174581..71fd81c36c6c 100644
--- a/math/py-cvxopt/Makefile
+++ b/math/py-cvxopt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cvxopt
DISTVERSION= 1.2.6
+PORTREVISION= 1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pygsl/Makefile b/math/py-pygsl/Makefile
index 75eb3f3dcec0..5abb2a33d174 100644
--- a/math/py-pygsl/Makefile
+++ b/math/py-pygsl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pygsl
PORTVERSION= 2.3.0
DISTVERSIONSUFFIX= .1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pygslodeiv2/Makefile b/math/py-pygslodeiv2/Makefile
index 2610e5b277d7..851dc798d3f8 100644
--- a/math/py-pygslodeiv2/Makefile
+++ b/math/py-pygslodeiv2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pygslodeiv2
DISTVERSION= 0.9.4
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/rubygem-rb-gsl/Makefile b/math/rubygem-rb-gsl/Makefile
index d3686f805a78..328d70a693c9 100644
--- a/math/rubygem-rb-gsl/Makefile
+++ b/math/rubygem-rb-gsl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gsl
PORTVERSION= 2.1.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-rb-
diff --git a/math/sage/Makefile b/math/sage/Makefile
index 7257b88aa524..25242e2d74d7 100644
--- a/math/sage/Makefile
+++ b/math/sage/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sage
PORTVERSION= 9.2
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= math
MASTER_SITES= https://mirrors.xmission.com/sage/src/ \
http://mirrors.xmission.com/sage/src/ \