diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-05-28 09:47:48 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-28 09:34:30 -0700 |
commit | b6746096f41cdbebbe6a001409da772b465eac1b (patch) | |
tree | 67691689a3bc2d872378b917a01646b0f4702fae /meta-oe/recipes-support | |
parent | 808f2bf90b2956c803f01dde99813e78ab8c9490 (diff) | |
download | meta-openembedded-b6746096f41cdbebbe6a001409da772b465eac1b.tar.gz |
gsl: upgrade 2.7.1 -> 2.8
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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/gsl/gsl_2.7.1.bb | 4 | ||||
-rw-r--r-- | meta-oe/recipes-support/gsl/gsl_2.8.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/gsl/gsl_2.7.1.bb b/meta-oe/recipes-support/gsl/gsl_2.7.1.bb deleted file mode 100644 index a4dc1437e..000000000 --- a/meta-oe/recipes-support/gsl/gsl_2.7.1.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | include gsl.inc | ||
2 | |||
3 | SRC_URI = "${GNU_MIRROR}/gsl/gsl-${PV}.tar.gz" | ||
4 | SRC_URI[sha256sum] = "dcb0fbd43048832b757ff9942691a8dd70026d5da0ff85601e52687f6deeb34b" | ||
diff --git a/meta-oe/recipes-support/gsl/gsl_2.8.bb b/meta-oe/recipes-support/gsl/gsl_2.8.bb new file mode 100644 index 000000000..45c776112 --- /dev/null +++ b/meta-oe/recipes-support/gsl/gsl_2.8.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | include gsl.inc | ||
2 | |||
3 | SRC_URI = "${GNU_MIRROR}/gsl/gsl-${PV}.tar.gz" | ||
4 | SRC_URI[sha256sum] = "6a99eeed15632c6354895b1dd542ed5a855c0f15d9ad1326c6fe2b2c9e423190" | ||