diff options
author | Tim Biermann <tbier@posteo.de> | 2021-03-15 22:12:29 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-03-15 22:12:29 +0000 |
commit | 75ca27151cfb5a502624d01a763697614724a316 (patch) | |
tree | b519a78057988dff1eb4861f2b5f8a8febada52e /lapack | |
parent | 978a5b96bc97b21d7a6ee83e122f05d39b73dbb3 (diff) | |
download | contrib-75ca27151cfb5a502624d01a763697614724a316.tar.gz contrib-75ca27151cfb5a502624d01a763697614724a316.tar.xz |
lapack: 3.9.0 -> 3.9.1
Diffstat (limited to 'lapack')
-rw-r--r-- | lapack/.footprint | 4 | ||||
-rw-r--r-- | lapack/.signature | 9 | ||||
-rw-r--r-- | lapack/Pkgfile | 6 |
3 files changed, 9 insertions, 10 deletions
diff --git a/lapack/.footprint b/lapack/.footprint index 54008e345..a726ad6ac 100644 --- a/lapack/.footprint +++ b/lapack/.footprint @@ -23,7 +23,9 @@ lrwxrwxrwx root/root usr/lib/liblapack.so.3 -> liblapack.so.3.9.0 lrwxrwxrwx root/root usr/lib/liblapacke.so -> liblapacke.so.3 lrwxrwxrwx root/root usr/lib/liblapacke.so.3 -> liblapacke.so.3.9.0 -rwxr-xr-x root/root usr/lib/liblapacke.so.3.9.0 --rwxr-xr-x root/root usr/lib/libtmglib.so +lrwxrwxrwx root/root usr/lib/libtmglib.so -> libtmglib.so.3 +lrwxrwxrwx root/root usr/lib/libtmglib.so.3 -> libtmglib.so.3.9.0 +-rwxr-xr-x root/root usr/lib/libtmglib.so.3.9.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/lapack.pc -rw-r--r-- root/root usr/lib/pkgconfig/lapacke.pc diff --git a/lapack/.signature b/lapack/.signature index 6b287df6f..1cf855921 100644 --- a/lapack/.signature +++ b/lapack/.signature @@ -1,6 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+V9npLq9NnxI6tmwCMFZrRl2b1ARQZF6p1qgxPXbD96RpnTcdSDENOMegr26Hj7l2EJ495LyPE31c3wPYko/Q8= -SHA256 (Pkgfile) = 4287f60697c03df1ca1617bbc9b661a9e403785dd98edbac5cf0bec13ba6fe20 -SHA256 (.footprint) = 270d36a46c5a39470ede7ed88db1fa9cd153ebddad41777ed7b4195472341df1 -SHA256 (lapack-3.9.0.tar.gz) = 106087f1bb5f46afdfba7f569d0cbe23dacb9a07cd24733765a0e89dbe1ad573 -SHA256 (87536aa3.patch) = 327d62ee39eeb967ce48b4ed0b95e78c6210f688b5c3f944810aafe68d2dadfa +RWSagIOpLGJF35ei2m0OLUoAHOjWdLepFUJFO3+F0vygafFzJbktv2SMPCYXUMPsiGCr98cpC8l53fWJXoG5qaD3DzhXSr3cNg4= +SHA256 (Pkgfile) = d1d2ea3240b6a0e666829bdab32f1a81a53dbac53c91ac1a59a8a498fec561c1 +SHA256 (.footprint) = f464b94100c64a83c7074733d952d890f3b3817d59dfc36a01a74fefd5c29fa9 +SHA256 (lapack-3.9.1.tar.gz) = 6e071a15053048a38ec076227ad8d326b01cfd809794f13e6539573bd791e3bc diff --git a/lapack/Pkgfile b/lapack/Pkgfile index b9b0fdd02..43e5d122a 100644 --- a/lapack/Pkgfile +++ b/lapack/Pkgfile @@ -4,13 +4,11 @@ # Depends on: cmake gcc-fortran python3 openblas name=lapack -version=3.9.0 +version=3.9.1 release=1 -source=(https://github.com/Reference-LAPACK/lapack/archive/v$version/$name-$version.tar.gz - https://github.com/Reference-LAPACK/lapack/commit/87536aa3.patch) +source=(https://github.com/Reference-LAPACK/lapack/archive/v$version/$name-$version.tar.gz) build() { - patch -d $name-$version -p1 -i ../87536aa3.patch export CFLAGS+=' -fPIC' [[ -e /usr/bin/ninja ]] && PKGMK_LAPACK+=' -G Ninja' |