Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
intel-oneapi-compiler-shared-runtime


Commits:
8f5c8c59 by Torsten Keßler at 2024-05-03T10:41:17+02:00
upgpkg: 2024.1.0-1

New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
 pkgbase = intel-oneapi-compiler-shared-runtime
-       pkgver = 2024.0.2
-       pkgrel = 2
+       pkgver = 2024.1.0
+       pkgrel = 1
        url = 
https://software.intel.com/content/www/us/en/develop/tools/oneapi.html
        arch = x86_64
        license = LicenseRef-Intel-EULA-Developer-Tools
        depends = level-zero-loader
-       noextract = 
intel-oneapi-compiler-shared-runtime-2024.0-2024.0.2-49895_amd64.deb
-       noextract = 
intel-oneapi-compiler-shared-common-2024.0-2024.0.2-49895_all.deb
-       source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-shared-runtime-2024.0-2024.0.2-49895_amd64.deb
-       source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-shared-common-2024.0-2024.0.2-49895_all.deb
-       b2sums = 
4373248cd757528fa4b150a57a173d1f6a5dca34afe375872407d616c77789d599d9ae4267b6eca469740947e4d06005e2a19e6837b26f30ad7bc8c6ce9a4da2
-       b2sums = 
c4bb504bb8ba6903cf080132eccf861a6c155202598734543fcb58a598266ed19af9bceb8d29011ba888d0d289f9d7f627b29baa70dafb3cd0c02b9a3c7bc305
+       noextract = 
intel-oneapi-compiler-shared-runtime-2024.1-2024.1.0-963_amd64.deb
+       noextract = 
intel-oneapi-compiler-shared-common-2024.1-2024.1.0-963_all.deb
+       source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-shared-runtime-2024.1-2024.1.0-963_amd64.deb
+       source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-shared-common-2024.1-2024.1.0-963_all.deb
+       b2sums = 
3e6a840d8f95f41f9e0177ea029167f27340c028f150991efdde381af4128f97a16b19fb4f97186f44298af2678295e7dc694bb873bd0b5d6d5948e2ad8c57c7
+       b2sums = 
1580a0ded7e661f1d1dc3a21284178c506ffeb2f1505fa1d3b5758d3e71fc79ee75be95bd493c193bddc0dae30284c07f99051e3f22c296b1a2dc236d9b41b07
 
 pkgname = intel-oneapi-compiler-shared-runtime
        pkgdesc = Intel oneAPI compiler runtime libraries


=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
 _pkgname='intel-oneapi-compiler-shared'
 pkgbase="${_pkgname}-runtime"
 pkgname=("${_pkgname}-runtime" "${_pkgname}-runtime-libs")
-_pkgver=2024.0
-pkgver=2024.0.2
-_debpkgrel=49895
-pkgrel=2
+_pkgver=2024.1
+pkgver=2024.1.0
+_debpkgrel=963
+pkgrel=1
 _pkgdesc="Intel oneAPI compiler runtime libraries"
 arch=('x86_64')
 url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
@@ -15,8 +15,8 @@ license=("LicenseRef-Intel-EULA-Developer-Tools")
 depends=('level-zero-loader')
 
source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${_pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";
         
"https://apt.repos.intel.com/oneapi/pool/main/${_pkgname}-common-${_pkgver}-${pkgver}-${_debpkgrel}_all.deb";)
-b2sums=('4373248cd757528fa4b150a57a173d1f6a5dca34afe375872407d616c77789d599d9ae4267b6eca469740947e4d06005e2a19e6837b26f30ad7bc8c6ce9a4da2'
-        
'c4bb504bb8ba6903cf080132eccf861a6c155202598734543fcb58a598266ed19af9bceb8d29011ba888d0d289f9d7f627b29baa70dafb3cd0c02b9a3c7bc305')
+b2sums=('3e6a840d8f95f41f9e0177ea029167f27340c028f150991efdde381af4128f97a16b19fb4f97186f44298af2678295e7dc694bb873bd0b5d6d5948e2ad8c57c7'
+        
'1580a0ded7e661f1d1dc3a21284178c506ffeb2f1505fa1d3b5758d3e71fc79ee75be95bd493c193bddc0dae30284c07f99051e3f22c296b1a2dc236d9b41b07')
 
 noextract=(
     "${pkgname}-${_pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
@@ -90,19 +90,6 @@ package_intel-oneapi-compiler-shared-runtime() {
     echo "${_lib_path}/latest/linux/lib" > "${_ldso_conf}/${pkgname}.conf"
     echo "${_lib_path}/latest/linux/lib/x64" >> "${_ldso_conf}/${pkgname}.conf"
 
-    # Symlinks to these libraries are shipped by Intel in a different package,
-    # intel-oneapi-compiler-shared. If we install this package, ldconfig
-    # creates the missing symlinks automatically. But they are not owned by
-    # the package and thus not removed with the package. We fix this by
-    # creating the symlinks by hand and remove them from the second package.
-    local _lib_name="${_lib_path}/2024.0/lib/libur_adapter_level_zero.so"
-    ln -s "${_lib_name}" "${pkgdir}/${_lib_name}.0"
-    ln -s "${_lib_name}" "${pkgdir}/${_lib_name}.0.0.0"
-
-    _lib_name="${_lib_path}/2024.0/lib/libur_loader.so"
-    ln -s "${_lib_name}" "${pkgdir}/${_lib_name}.0"
-    ln -s "${_lib_name}" "${pkgdir}/${_lib_name}.0.7.0"
-
     echo '/opt/intel/oneapi/compiler/latest/lib/libintelocl.so' > 
'intelocl.icd'
     install -Dm644 'intelocl.icd' "$pkgdir/etc/OpenCL/vendors/intelocl.icd"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-compiler-shared-runtime/-/commit/8f5c8c59de6808be6ac1bfb1dd7276db946fe351

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-compiler-shared-runtime/-/commit/8f5c8c59de6808be6ac1bfb1dd7276db946fe351
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to