diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-09-07 09:26:50 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-07 10:03:50 -0700 |
commit | c2a8057647a0483e7faf1b55d4d89d4c9647e597 (patch) | |
tree | fa846fc701cb9a5643ad32e786a951b510b525d4 | |
parent | ac0c8d0987341f0662ae93ab46f6ca35434d31f7 (diff) | |
download | meta-openembedded-c2a8057647a0483e7faf1b55d4d89d4c9647e597.tar.gz |
gsl: upgrade 2.6 -> 2.7
* 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)
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/gsl/gsl_2.6.bb | 5 | ||||
-rw-r--r-- | meta-oe/recipes-support/gsl/gsl_2.7.bb | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/gsl/gsl_2.6.bb b/meta-oe/recipes-support/gsl/gsl_2.6.bb deleted file mode 100644 index 367a08321..000000000 --- a/meta-oe/recipes-support/gsl/gsl_2.6.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | include gsl.inc | ||
2 | |||
3 | SRC_URI = "${GNU_MIRROR}/gsl/gsl-${PV}.tar.gz" | ||
4 | SRC_URI[md5sum] = "bda73a3dd5ff2f30b5956764399db6e7" | ||
5 | SRC_URI[sha256sum] = "b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8" | ||
diff --git a/meta-oe/recipes-support/gsl/gsl_2.7.bb b/meta-oe/recipes-support/gsl/gsl_2.7.bb new file mode 100644 index 000000000..d40eebb4c --- /dev/null +++ b/meta-oe/recipes-support/gsl/gsl_2.7.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | include gsl.inc | ||
2 | |||
3 | SRC_URI = "${GNU_MIRROR}/gsl/gsl-${PV}.tar.gz" | ||
4 | SRC_URI[sha256sum] = "efbbf3785da0e53038be7907500628b466152dbc3c173a87de1b5eba2e23602b" | ||