diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-04-09 21:26:21 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-12 09:28:25 -0700 |
| commit | fef412b06ceedc6a2738b5a805d866928b099346 (patch) | |
| tree | 233f3dfbd7db087f48f57f64c0e266ba9d5a2421 /meta-oe/recipes-devtools/lapack | |
| parent | 763af22a346c53d134f715bdfa0a525360fb0992 (diff) | |
| download | meta-openembedded-fef412b06ceedc6a2738b5a805d866928b099346.tar.gz | |
lapack: upgrade 3.9.0 -> 3.10.0
License-Update: Copyright year updated to 2021.
Changelog:
http://netlib.org/lapack/lapack-3.10.0.html
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/lapack')
| -rw-r--r-- | meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb (renamed from meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb b/meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb index a87dbf0481..c82761ac34 100644 --- a/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb +++ b/meta-oe/recipes-devtools/lapack/lapack_3.10.0.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=930f8aa500a47c7dab0f8efb5a1c9a40" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=39902829ba0c2cbac1b0debfb75a416b" |
| 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=930f8aa500a47c7dab0f8efb5a1c9a40" | |||
| 13 | 13 | ||
| 14 | DEPENDS = "libgfortran" | 14 | DEPENDS = "libgfortran" |
| 15 | 15 | ||
| 16 | SRCREV = "6acc99d5f39130be7cec00fb835606042101a970" | 16 | SRCREV = "aa631b4b4bd13f6ae2dbab9ae9da209e1e05b0fc" |
| 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 | ||
