diff options
-rw-r--r-- | meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb (renamed from meta-oe/recipes-devtools/lapack/lapack_3.12.0.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.12.0.bb b/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb index 4845d34106..87a5747246 100644 --- a/meta-oe/recipes-devtools/lapack/lapack_3.12.0.bb +++ b/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb | |||
@@ -16,7 +16,7 @@ DEPENDS = "libgfortran \ | |||
16 | " | 16 | " |
17 | RDEPENDS:${PN}-ptest += "cmake" | 17 | RDEPENDS:${PN}-ptest += "cmake" |
18 | 18 | ||
19 | SRCREV = "04b044e020a3560ccfa9988c8a80a1fb7083fc2e" | 19 | SRCREV = "5ebe92156143a341ab7b14bf76560d30093cfc54" |
20 | SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master \ | 20 | SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master \ |
21 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \ | 21 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \ |
22 | " | 22 | " |
@@ -63,9 +63,9 @@ do_configure:append(){ | |||
63 | # for f in $(find ${S} -name \*.f -printf " %f" | sort -u); do | 63 | # for f in $(find ${S} -name \*.f -printf " %f" | sort -u); do |
64 | # would be more reliable with other optional PACKAGECONFIGs, but also very slow as there are | 64 | # would be more reliable with other optional PACKAGECONFIGs, but also very slow as there are |
65 | # ~ 3500 of them and this loop takes around 20 minutes | 65 | # ~ 3500 of them and this loop takes around 20 minutes |
66 | for f in xerbla c_cblat1 c_cblat2 c_cblat3 c_dblat1 c_dblat2 c_dblat3 c_sblat1 c_sblat2 c_sblat3 c_zblat1 c_zblat2 c_zblat3; do | 66 | for f in xerbla.f c_cblat1.f c_cblat2.f c_cblat3.f c_dblat1.f c_dblat2.f c_dblat3.f c_sblat1.f c_sblat2.f c_sblat3.f c_zblat1.f c_zblat2.f c_zblat3.f cchkdmd.f90 dchkdmd.f90 schkdmd.f90 zchkdmd.f90; do |
67 | sed -i -e "s#\(.*-c \).*\(/$f\.f \)#\1$(grep "\-c .*$f\.f" $file | awk -F'cd ' '{print $2}'| \ | 67 | sed -i -e "s#\(.*-c \).*\(/$f \)#\1$(grep "\-c .*$f" $file | awk -F'cd ' '{print $2}'| \ |
68 | awk "{src=\$1; sub(/.*-c /, \"\"); sub(/$f\.f.*/, \"\"); obj=\$0; print src, obj}" | \ | 68 | awk "{src=\$1; sub(/.*-c /, \"\"); sub(/$f.*/, \"\"); obj=\$0; print src, obj}" | \ |
69 | while read src obj; do echo "$(realpath --relative-to="$src" "$obj")"; done)\2#g" $file | 69 | while read src obj; do echo "$(realpath --relative-to="$src" "$obj")"; done)\2#g" $file |
70 | done | 70 | done |
71 | done | 71 | done |