Update to 2017.2.015-1

This commit is contained in:
graysky 2017-03-04 08:19:00 -05:00
parent f6f071f95e
commit 04287f6c8e
2 changed files with 9 additions and 13 deletions

View file

@ -1,18 +1,16 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Fri Nov 4 19:19:32 UTC 2016 # Sat Mar 4 13:19:00 UTC 2017
pkgbase = linpack pkgbase = linpack
pkgver = 2017.1.013 pkgver = 2017.2.015
pkgrel = 2 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 = i686 arch = i686
arch = x86_64 arch = x86_64
license = custom license = custom
source = http://registrationcenter-download.intel.com/akdlm/irc_nas/9752/l_mklb_p_2017.1.013.tgz 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.1.013.tgz
source = linpack.conf source = linpack.conf
source = runme.template source = runme.template
sha256sums = 95fe30c52d50d7c5a81b90e08ecff6e05498d728bba129817abdd1431ae13b40 sha256sums = b749459131d5c940d60af18b45bd01a92af8c62bc4e0c2a1e1bede25e32630d4
sha256sums = 95fe30c52d50d7c5a81b90e08ecff6e05498d728bba129817abdd1431ae13b40
sha256sums = d7e31c8c7e2648c8fa3c4838d98dfc39b8fadf0f74bdaa4ca52cd38277ec8254 sha256sums = d7e31c8c7e2648c8fa3c4838d98dfc39b8fadf0f74bdaa4ca52cd38277ec8254
sha256sums = 8bcd48bd97b3177590f15e922f8f7fb1ebfe6ea0608b4d63d8902ac2bd9b6a52 sha256sums = 8bcd48bd97b3177590f15e922f8f7fb1ebfe6ea0608b4d63d8902ac2bd9b6a52

View file

@ -1,17 +1,15 @@
# Contributor: graysky <graysky AT archlinux dot us> # Contributor: graysky <graysky AT archlinux dot us>
pkgname=('linpack') pkgname=('linpack')
pkgver=2017.1.013 pkgver=2017.2.015
_math_kernel_lib=2017 _math_kernel_lib=2017
_url=9752 _url=9752
pkgrel=2 pkgrel=1
arch=('i686' 'x86_64') arch=('i686' '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=("http://registrationcenter-download.intel.com/akdlm/irc_nas/$_url/l_mklb_p_$pkgver.tgz" source=("http://registrationcenter-download.intel.com/akdlm/irc_nas/$_url/l_mklb_p_$pkgver.tgz"
http://registrationcenter-download.intel.com/akdlm/irc_nas/9752/l_mklb_p_2017.1.013.tgz
'linpack.conf' 'runme.template') 'linpack.conf' 'runme.template')
sha256sums=('95fe30c52d50d7c5a81b90e08ecff6e05498d728bba129817abdd1431ae13b40' sha256sums=('b749459131d5c940d60af18b45bd01a92af8c62bc4e0c2a1e1bede25e32630d4'
'95fe30c52d50d7c5a81b90e08ecff6e05498d728bba129817abdd1431ae13b40'
'd7e31c8c7e2648c8fa3c4838d98dfc39b8fadf0f74bdaa4ca52cd38277ec8254' 'd7e31c8c7e2648c8fa3c4838d98dfc39b8fadf0f74bdaa4ca52cd38277ec8254'
'8bcd48bd97b3177590f15e922f8f7fb1ebfe6ea0608b4d63d8902ac2bd9b6a52') '8bcd48bd97b3177590f15e922f8f7fb1ebfe6ea0608b4d63d8902ac2bd9b6a52')
@ -31,6 +29,6 @@ package_linpack() {
install -Dm755 linpack_runme_xeon$bit "$pkgdir/usr/bin/linpack_runme_xeon$bit" 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 linpack.conf "$pkgdir/usr/share/$pkgname/linpack.conf"
install -Dm644 "$_base/EULA.txt" "$pkgdir/usr/share/licenses/linpack/license.txt" install -Dm644 "$_base/license_repo.txt" "$pkgdir/usr/share/licenses/linpack/license.txt"
install -Dm755 "$_test/xlinpack_xeon$bit" "$pkgdir/usr/bin/xlinpack_xeon$bit" install -Dm755 "$_test/xlinpack_xeon$bit" "$pkgdir/usr/bin/xlinpack_xeon$bit"
} }