summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c82761ac34..00dfb0954c 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 @@
1SUMMARY = "Linear Algebra PACKage" 1SUMMARY = "Linear Algebra PACKage"
2URL = "http://www.netlib.org/lapack" 2URL = "http://www.netlib.org/lapack"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=39902829ba0c2cbac1b0debfb75a416b" 4LIC_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
14DEPENDS = "libgfortran" 14DEPENDS = "libgfortran"
15 15
16SRCREV = "aa631b4b4bd13f6ae2dbab9ae9da209e1e05b0fc" 16SRCREV = "32b062a33352e05771dcc01b981ebe961bf2e42f"
17SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master" 17SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19