summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gsl
Commit message (Collapse)AuthorAgeFilesLines
* gsl: upgrade 2.7.1 -> 2.8Wang Mingyu2024-05-282-4/+4
| | | | | | | | | | | | | | Changelog: ============ * updated multilarge TSQR method to store ||z_2|| and provide it to the user * add routines for Hermite B-spline interpolation * add Lebedev quadrature (gsl_integration_lebedev) * major overhaul to the B-spline module to add new functionality Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsl: Disable on musl/ppcKhem Raj2022-03-261-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsl: upgrade 2.7 -> 2.7.1Wang Mingyu2021-12-062-4/+4
| | | | | | | | Changes: update libtool version numbers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsl: upgrade 2.6 -> 2.7zangrc2021-09-072-5/+4
| | | | | | | | | | | | | | | | | | | | * 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>
* gsl: update to 2.6Oleksandr Kravchuk2019-09-162-6/+5
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsl: update to version 2.5Łukasz Łaguna2019-06-152-7/+6
| | | | | | | | | | | The current gsl recipe's PV is 1.15 which is already quite dated. The 1.15 was released back in the 2011. The most recent one is 2.5 released in June 2018. There are no dependencies on gsl in the oe-core / meta-oe so upgrading major from 1 to 2 should not break anything. Signed-off-by: Łukasz Łaguna <lukasz.laguna@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsl: Update from version 1.12 to version 1.15.Philip Balister2013-06-122-6/+7
| | | | | | | Build tested for armv7a. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gsl: fix licence checksumsKoen Kooi2011-06-191-3/+2
| | | | | | also clean up some metadata Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-172-0/+16
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>