From 6787df452d35efb5ac7a16ba70566ee99eee9347 Mon Sep 17 00:00:00 2001 From: graysky Date: Fri, 19 May 2017 15:00:14 -0400 Subject: [PATCH] Update to 2017.3.017-1 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 56858d5..3dfeb62 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,16 @@ # Generated by mksrcinfo v8 -# Sat Mar 4 13:19:00 UTC 2017 +# Fri May 19 19:00:14 UTC 2017 pkgbase = linpack - pkgver = 2017.2.015 + pkgver = 2017.3.017 pkgrel = 1 url = http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download arch = i686 arch = x86_64 license = custom - source = http://registrationcenter-download.intel.com/akdlm/irc_nas/9752/l_mklb_p_2017.2.015.tgz + source = http://registrationcenter-download.intel.com/akdlm/irc_nas/9752/l_mklb_p_2017.3.017.tgz source = linpack.conf source = runme.template - sha256sums = b749459131d5c940d60af18b45bd01a92af8c62bc4e0c2a1e1bede25e32630d4 + sha256sums = ff1164e9b525c115543059be87bc759f3f843b598fc78fd445abd7747a136a95 sha256sums = d7e31c8c7e2648c8fa3c4838d98dfc39b8fadf0f74bdaa4ca52cd38277ec8254 sha256sums = 8bcd48bd97b3177590f15e922f8f7fb1ebfe6ea0608b4d63d8902ac2bd9b6a52 diff --git a/PKGBUILD b/PKGBUILD index 59a6b01..295f4b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Contributor: graysky pkgname=('linpack') -pkgver=2017.2.015 +pkgver=2017.3.017 _math_kernel_lib=2017 _url=9752 pkgrel=1 @@ -9,7 +9,7 @@ license=('custom') url="http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download" source=("http://registrationcenter-download.intel.com/akdlm/irc_nas/$_url/l_mklb_p_$pkgver.tgz" 'linpack.conf' 'runme.template') -sha256sums=('b749459131d5c940d60af18b45bd01a92af8c62bc4e0c2a1e1bede25e32630d4' +sha256sums=('ff1164e9b525c115543059be87bc759f3f843b598fc78fd445abd7747a136a95' 'd7e31c8c7e2648c8fa3c4838d98dfc39b8fadf0f74bdaa4ca52cd38277ec8254' '8bcd48bd97b3177590f15e922f8f7fb1ebfe6ea0608b4d63d8902ac2bd9b6a52') @@ -29,6 +29,6 @@ package_linpack() { install -Dm755 linpack_runme_xeon$bit "$pkgdir/usr/bin/linpack_runme_xeon$bit" install -Dm644 linpack.conf "$pkgdir/usr/share/$pkgname/linpack.conf" - install -Dm644 "$_base/license_repo.txt" "$pkgdir/usr/share/licenses/linpack/license.txt" + install -Dm644 "$_base/license.txt" "$pkgdir/usr/share/licenses/linpack/license.txt" install -Dm755 "$_test/xlinpack_xeon$bit" "$pkgdir/usr/bin/xlinpack_xeon$bit" }