[arch-commits] Commit in intel-oneapi-mkl/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Mon Aug 1 08:20:36 UTC 2022
Date: Monday, August 1, 2022 @ 08:20:36
Author: svenstaro
Revision: 1259612
upgpkg: intel-oneapi-mkl 2022.1.0_223-3: Provide and replace intel-mkl-static as well (FS#75475)
Modified:
intel-oneapi-mkl/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-01 08:19:52 UTC (rev 1259611)
+++ PKGBUILD 2022-08-01 08:20:36 UTC (rev 1259612)
@@ -5,7 +5,7 @@
_pkgver=2022.1.0
_debpkgrel=223
pkgver=${_pkgver}_${_debpkgrel}
-pkgrel=2
+pkgrel=3
pkgdesc="Intel® oneAPI Math Kernel Library"
arch=('x86_64')
url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
@@ -17,9 +17,9 @@
"${pkgname}.conf"
"${pkgname}.sh")
depends=('intel-oneapi-compiler-dpcpp-cpp-runtime' 'intel-oneapi-tbb' 'intel-oneapi-common')
-replaces=('intel-mkl')
-provides=('intel-mkl')
-conflicts=('intel-mkl')
+replaces=('intel-mkl' 'intel-mkl-static')
+provides=('intel-mkl' 'intel-mkl-static')
+conflicts=('intel-mkl' 'intel-mkl-static')
options=('staticlibs')
noextract=("${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb"
"${pkgname}-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb"
More information about the arch-commits
mailing list