summaryrefslogtreecommitdiff
path: root/lapack
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-03-24 21:42:28 +1100
committerDanny Rawlins <contact@romster.me>2021-03-24 21:42:51 +1100
commitcf4e252939b32cce9a70c6821354414949394fbd (patch)
tree34938aba8eb9d73976833a4ed4b0f53f98ff700c /lapack
parentf861e09cc12a7222d6aeee269fafb81b07e83d91 (diff)
downloadcontrib-cf4e252939b32cce9a70c6821354414949394fbd.tar.gz
contrib-cf4e252939b32cce9a70c6821354414949394fbd.tar.xz
lapack: 3.9.0 -> 3.9.1
Diffstat (limited to 'lapack')
-rw-r--r--lapack/.footprint4
-rw-r--r--lapack/.signature9
-rw-r--r--lapack/Pkgfile7
3 files changed, 9 insertions, 11 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..45aa5829f 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
+RWSagIOpLGJF39Y+N6EZs8FBk6+f/1SUnJn0SruFd3dxKOXE7v0G0eL669JHz6BRvzm+8QEXh3Uj+w5G7CEdYG0ntf8xGVU9vgo=
+SHA256 (Pkgfile) = 024caf3f972d8e365c96b28d214db32f6d9dfd6525a08a0c8bd385d34c9f46c7
+SHA256 (.footprint) = f464b94100c64a83c7074733d952d890f3b3817d59dfc36a01a74fefd5c29fa9
+SHA256 (lapack-3.9.1.tar.gz) = 6e071a15053048a38ec076227ad8d326b01cfd809794f13e6539573bd791e3bc
diff --git a/lapack/Pkgfile b/lapack/Pkgfile
index b9b0fdd02..5c95d4482 100644
--- a/lapack/Pkgfile
+++ b/lapack/Pkgfile
@@ -4,14 +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'
cmake -S $name-$version -B build $PKGMK_LAPACK \

Generated by cgit