[arch-commits] Commit in intel-mkl/trunk (PKGBUILD intel-mkl.conf)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue Mar 17 15:33:34 UTC 2020
Date: Tuesday, March 17, 2020 @ 15:33:34
Author: svenstaro
Revision: 600300
upgpkg: intel-mkl 2020.0.166-6
Modified:
intel-mkl/trunk/PKGBUILD
intel-mkl/trunk/intel-mkl.conf
----------------+
PKGBUILD | 5 +++--
intel-mkl.conf | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-17 15:23:35 UTC (rev 600299)
+++ PKGBUILD 2020-03-17 15:33:34 UTC (rev 600300)
@@ -5,7 +5,7 @@
pkgname=intel-mkl
pkgver=2020.0.166
_pkgver=${pkgver/%./-/}
-pkgrel=5
+pkgrel=6
pkgdesc="Intel Math Kernel Library"
arch=(x86_64)
url="https://software.intel.com/en-us/mkl"
@@ -15,7 +15,7 @@
intel-mkl.conf)
sha512sums=('470bdb6b435ad938a520185fcd35ab4ce1656da0884c32506575077f398b3db84d5eeb4ac9f1af5a4d29dc9c30d473c4ff82effe8015c4f2dd8e0e4038155127'
'1268685ff3ccd47733084dedcd4ea0d393f4ed3f6d00cd92125765ae5c8e14e7fe49b82692b3f667bfea931ad3c284a1c1c37235b474db09b5350c0046566c3c'
- '6e480cf43112fdb9ea294ed73c897f1cf739d7bacb428e90758e38a99b328db80ec8ccd244f4e684fb6cc3eb972ba0e97d3dc39c70ef158030ce870cb4d5e68a')
+ 'c7181ee34a8225eefcd66f937e58b29184181c1caa1f24ce264b6fb4c0415fcde743aff3c1a2b165c2af1920dda6c50f5e470a94fe1e11ea61b4ceb9388c3ce4')
prepare() {
cd l_mkl_$pkgver/rpm
@@ -38,6 +38,7 @@
ln -s /opt/intel/mkl/tools/mkl_link_tool "${pkgdir}"/usr/bin/mkl_link_tool
mkdir -p "${pkgdir}"/opt/intel/mkl/lib/intel64
+ ln -s intel64 "${pkgdir}"/opt/intel/mkl/lib/intel64_lin
# Sadly Intel seems to expect a certain structure for MKL
# See https://software.intel.com/en-us/mkl-linux-developer-guide-high-level-directory-structure
Modified: intel-mkl.conf
===================================================================
--- intel-mkl.conf 2020-03-17 15:23:35 UTC (rev 600299)
+++ intel-mkl.conf 2020-03-17 15:33:34 UTC (rev 600300)
@@ -1 +1,2 @@
/opt/intel/mkl/lib/intel64
+/opt/intel/mkl/lib/intel64_lin
More information about the arch-commits
mailing list