mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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>
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Linear Algebra PACKage"
|
||||
URL = "http://www.netlib.org/lapack"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=930f8aa500a47c7dab0f8efb5a1c9a40"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=39902829ba0c2cbac1b0debfb75a416b"
|
||||
|
||||
# Recipe needs FORTRAN support (copied from conf/local.conf.sample.extended)
|
||||
# Enabling FORTRAN
|
||||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=930f8aa500a47c7dab0f8efb5a1c9a40"
|
||||
|
||||
DEPENDS = "libgfortran"
|
||||
|
||||
SRCREV = "6acc99d5f39130be7cec00fb835606042101a970"
|
||||
SRCREV = "aa631b4b4bd13f6ae2dbab9ae9da209e1e05b0fc"
|
||||
SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user