diff options
| author | wangmy <wangmy@fujitsu.com> | 2025-03-07 12:07:24 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-03-07 19:18:02 -0500 |
| commit | 7e18b3fc774b7efabf9a20ae3cd6abd0e0715b59 (patch) | |
| tree | eb89c3d493cc4da01579382ee2c61a7ec0a8363c | |
| parent | 7842d4eb450d4360bc28e6635d501b687a212bcd (diff) | |
| download | meta-openembedded-7e18b3fc774b7efabf9a20ae3cd6abd0e0715b59.tar.gz | |
lapack: upgrade 3.10.0 -> 3.10.1
Changelog:
http://netlib.org/lapack/lapack-3.10.1.html
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Piotr Lewicki <piotr.l.lewicki@hitachienergy.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb (renamed from meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb b/meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb index 87d51d8a4d..15f394e13e 100644 --- a/meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb +++ b/meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Linear Algebra PACKage" | 1 | SUMMARY = "Linear Algebra PACKage" |
| 2 | URL = "http://www.netlib.org/lapack" | 2 | URL = "http://www.netlib.org/lapack" |
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=39902829ba0c2cbac1b0debfb75a416b" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a32c99f24d097c72d1857e533b55642b" |
| 5 | 5 | ||
| 6 | # Recipe needs FORTRAN support (copied from conf/local.conf.sample.extended) | 6 | # Recipe needs FORTRAN support (copied from conf/local.conf.sample.extended) |
| 7 | # Enabling FORTRAN | 7 | # Enabling FORTRAN |
| @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=39902829ba0c2cbac1b0debfb75a416b" | |||
| 13 | 13 | ||
| 14 | DEPENDS = "libgfortran" | 14 | DEPENDS = "libgfortran" |
| 15 | 15 | ||
| 16 | SRCREV = "aa631b4b4bd13f6ae2dbab9ae9da209e1e05b0fc" | 16 | SRCREV = "32b062a33352e05771dcc01b981ebe961bf2e42f" |
| 17 | SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master" | 17 | SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master" |
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
