aboutsummaryrefslogtreecommitdiff
path: root/astro
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 /astro
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 'astro')
-rw-r--r--astro/astrometry/Makefile1
-rw-r--r--astro/gnuastro/Makefile1
-rw-r--r--astro/siril/Makefile2
-rw-r--r--astro/stellarsolver/Makefile1
4 files changed, 4 insertions, 1 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile
index 30553487c42a..182738c1f8f7 100644
--- a/astro/astrometry/Makefile
+++ b/astro/astrometry/Makefile
@@ -2,6 +2,7 @@
PORTNAME= astrometry
PORTVERSION= 0.85
+PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= http://astrometry.net/downloads/
DISTNAME= ${PORTNAME}.net-${PORTVERSION}
diff --git a/astro/gnuastro/Makefile b/astro/gnuastro/Makefile
index 8a4de5456dff..cb759943ed23 100644
--- a/astro/gnuastro/Makefile
+++ b/astro/gnuastro/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gnuastro
PORTVERSION= 0.15
+PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= GNU
diff --git a/astro/siril/Makefile b/astro/siril/Makefile
index 2b04309c29dc..63ef8af94453 100644
--- a/astro/siril/Makefile
+++ b/astro/siril/Makefile
@@ -1,6 +1,6 @@
PORTNAME= siril
DISTVERSION= 0.99.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro graphics
MASTER_SITES= https://free-astro.org/download/
diff --git a/astro/stellarsolver/Makefile b/astro/stellarsolver/Makefile
index 492f1313eedf..f73d693398d7 100644
--- a/astro/stellarsolver/Makefile
+++ b/astro/stellarsolver/Makefile
@@ -1,5 +1,6 @@
PORTNAME= stellarsolver
DISTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= astro
MAINTAINER= acm@FreeBSD.org