Update to 2022.0.2.84-1
This commit is contained in:
parent
e54aeb92a6
commit
bc2cf3f39e
2 changed files with 11 additions and 11 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,15 +1,15 @@
|
||||||
pkgbase = linpack
|
pkgbase = linpack
|
||||||
pkgver = 2021.2.0_109
|
pkgver = 2022.0.2.84
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download
|
url = http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
source = https://www.intel.com/content/dam/develop/external/us/en/documents/l_onemklbench_p_2021.2.0_109.tgz
|
source = https://downloadmirror.intel.com/721397/l-onemklbench-p-2022-0-2-84.tgz
|
||||||
source = linpack.conf
|
source = linpack.conf
|
||||||
source = linpack_runme_xeon64
|
source = linpack_runme_xeon64
|
||||||
b2sums = 31642cc4fcf478cb8bed8f21b7e099f6d228c11de728c07bc3c19c545c2ba115213430e7a298167c60fc8e58f615cec319137d1bae9d489862ec0f95aedea932
|
sha1sums = 3c9f41fcd1454bfbb5525a1056b18edc7f58aae5
|
||||||
b2sums = cb9e676aab60304f56c1ab099a0a46e0bb2af9beee93b95adbf2661c475c8e5a1ee35c6726f646b98c5cdacbdb1870488526bc0f19de59699c6a550bb2de06b6
|
sha1sums = 96636f441f3ab48b2df5e24afd2775ff5f954446
|
||||||
b2sums = 1ab0b9fde310496400bfa924c2e1a9206f341102117a64b3b086732394cbc33498708322ffbdf45b117898ed35a34b5107127cfedd9eec0eeb1a3f84d7aeaf63
|
sha1sums = 9529264752433c0fa5fe33c9712ffc3cf83acc2a
|
||||||
|
|
||||||
pkgname = linpack
|
pkgname = linpack
|
||||||
pkgdesc = Benchmark based on linear algebra excellent app for stress testing.
|
pkgdesc = Benchmark based on linear algebra excellent app for stress testing.
|
||||||
|
|
12
PKGBUILD
12
PKGBUILD
|
@ -1,16 +1,16 @@
|
||||||
# Contributor: graysky <graysky AT archlinux dot us>
|
# Contributor: graysky <graysky AT archlinux dot us>
|
||||||
pkgname=('linpack')
|
pkgname=('linpack')
|
||||||
pkgver=2021.2.0_109
|
pkgver=2022.0.2.84
|
||||||
_math_kernel_lib=2021.2.0
|
_math_kernel_lib=2022.0.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
url="http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download"
|
url="http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download"
|
||||||
source=("https://www.intel.com/content/dam/develop/external/us/en/documents/l_onemklbench_p_$pkgver.tgz"
|
source=("https://downloadmirror.intel.com/721397/l-onemklbench-p-${pkgver//./-}.tgz"
|
||||||
'linpack.conf' 'linpack_runme_xeon64')
|
'linpack.conf' 'linpack_runme_xeon64')
|
||||||
b2sums=('31642cc4fcf478cb8bed8f21b7e099f6d228c11de728c07bc3c19c545c2ba115213430e7a298167c60fc8e58f615cec319137d1bae9d489862ec0f95aedea932'
|
sha1sums=('3c9f41fcd1454bfbb5525a1056b18edc7f58aae5'
|
||||||
'cb9e676aab60304f56c1ab099a0a46e0bb2af9beee93b95adbf2661c475c8e5a1ee35c6726f646b98c5cdacbdb1870488526bc0f19de59699c6a550bb2de06b6'
|
'96636f441f3ab48b2df5e24afd2775ff5f954446'
|
||||||
'1ab0b9fde310496400bfa924c2e1a9206f341102117a64b3b086732394cbc33498708322ffbdf45b117898ed35a34b5107127cfedd9eec0eeb1a3f84d7aeaf63')
|
'9529264752433c0fa5fe33c9712ffc3cf83acc2a')
|
||||||
|
|
||||||
package_linpack() {
|
package_linpack() {
|
||||||
pkgdesc='Benchmark based on linear algebra excellent app for stress testing.'
|
pkgdesc='Benchmark based on linear algebra excellent app for stress testing.'
|
||||||
|
|
Loading…
Reference in a new issue