mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
lapack: upgrade 3.10.1 -> 3.12.0
License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
SUMMARY = "Linear Algebra PACKage"
|
SUMMARY = "Linear Algebra PACKage"
|
||||||
URL = "http://www.netlib.org/lapack"
|
URL = "http://www.netlib.org/lapack"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a32c99f24d097c72d1857e533b55642b"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d0e7a458f9fcbf0a3ba97cef3128b85d"
|
||||||
|
|
||||||
# Recipe needs FORTRAN support (copied from conf/local.conf.sample.extended)
|
# Recipe needs FORTRAN support (copied from conf/local.conf.sample.extended)
|
||||||
# Enabling FORTRAN
|
# Enabling FORTRAN
|
||||||
@@ -16,7 +16,7 @@ DEPENDS = "libgfortran \
|
|||||||
"
|
"
|
||||||
RDEPENDS:${PN}-ptest += "cmake"
|
RDEPENDS:${PN}-ptest += "cmake"
|
||||||
|
|
||||||
SRCREV = "32b062a33352e05771dcc01b981ebe961bf2e42f"
|
SRCREV = "04b044e020a3560ccfa9988c8a80a1fb7083fc2e"
|
||||||
SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master \
|
SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master \
|
||||||
${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \
|
${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \
|
||||||
"
|
"
|
||||||
Reference in New Issue
Block a user