summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-02-01 20:32:00 -0500
committergraysky2021-02-01 20:32:00 -0500
commit077715093ec4642d312fa345c633bec6fea27ac0 (patch)
tree25b3bf792cd88ea45957e6ad9929ad2387fd3889
parentf0d04f8c2bac965673411cfa5945f2b3a004de86 (diff)
downloadaur-077715093ec4642d312fa345c633bec6fea27ac0.tar.gz
Update to 2021.1.1.001-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b10ffce458a4..665a98078798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = linpack
- pkgver = 2020.2.001
+ pkgver = 2021.1.1.001
pkgrel = 1
url = http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download
arch = x86_64
license = custom
- source = https://software.intel.com/content/dam/develop/external/us/en/documents/l_mklb_p_2020.2.001.tgz
+ source = https://software.intel.com/content/dam/develop/external/us/en/documents/l_mklb_p_2021.1.1.001.tgz
source = linpack.conf
source = linpack_runme_xeon64
- b2sums = b26e7220bf1c02b3f58ba9f67733cded00f98cb084bc56d783654de17e6b50bbe71369be6566110606303b8d0f59ff7f2940f8e8d35e4eb0aa9aff00901496b4
+ b2sums = 9eb6207f39b1711acb38a35340c264f24f6ba2195a21eaee6957755df7ecbb01a3d14a463e9659b29cfdbcc85f4fbc6bd0fb75db858e26413875c8753090088d
b2sums = cb9e676aab60304f56c1ab099a0a46e0bb2af9beee93b95adbf2661c475c8e5a1ee35c6726f646b98c5cdacbdb1870488526bc0f19de59699c6a550bb2de06b6
b2sums = 1ab0b9fde310496400bfa924c2e1a9206f341102117a64b3b086732394cbc33498708322ffbdf45b117898ed35a34b5107127cfedd9eec0eeb1a3f84d7aeaf63
diff --git a/PKGBUILD b/PKGBUILD
index 3a07e18805c8..2e4eb4429edc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=('linpack')
-pkgver=2020.2.001
-_math_kernel_lib=2020
+pkgver=2021.1.1.001
+_math_kernel_lib=2021.1.1
pkgrel=1
arch=('x86_64')
license=('custom')
url="http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download"
source=("https://software.intel.com/content/dam/develop/external/us/en/documents/l_mklb_p_$pkgver.tgz"
'linpack.conf' 'linpack_runme_xeon64')
-b2sums=('b26e7220bf1c02b3f58ba9f67733cded00f98cb084bc56d783654de17e6b50bbe71369be6566110606303b8d0f59ff7f2940f8e8d35e4eb0aa9aff00901496b4'
+b2sums=('9eb6207f39b1711acb38a35340c264f24f6ba2195a21eaee6957755df7ecbb01a3d14a463e9659b29cfdbcc85f4fbc6bd0fb75db858e26413875c8753090088d'
'cb9e676aab60304f56c1ab099a0a46e0bb2af9beee93b95adbf2661c475c8e5a1ee35c6726f646b98c5cdacbdb1870488526bc0f19de59699c6a550bb2de06b6'
'1ab0b9fde310496400bfa924c2e1a9206f341102117a64b3b086732394cbc33498708322ffbdf45b117898ed35a34b5107127cfedd9eec0eeb1a3f84d7aeaf63')
@@ -20,6 +20,6 @@ package_linpack() {
install -Dm755 linpack_runme_xeon64 "$pkgdir/usr/bin/linpack_runme_xeon64"
install -Dm644 linpack.conf "$pkgdir/usr/share/$pkgname/linpack.conf"
- install -Dm644 "$_base/license.txt" "$pkgdir/usr/share/licenses/linpack/license.txt"
+ install -Dm644 "$_base/linux/mkl/benchmarks/license.txt" "$pkgdir/usr/share/licenses/linpack/license.txt"
install -Dm755 "$_test/xlinpack_xeon64" "$pkgdir/usr/bin/xlinpack_xeon64"
}