[Git][archlinux/packaging/packages/hip-runtime] Pushed new branch main

2024-08-24 Thread @tpkessler


Torsten Keßler pushed new branch main at Arch Linux / Packaging / Packages / 
hip-runtime

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hip-runtime/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hip-runtime] Pushed new tag 6.2.0-1

2024-08-24 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
hip-runtime

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hip-runtime/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-smi-lib][main] upgpkg: 6.2.0-1

2024-08-24 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
rocm-smi-lib


Commits:
e8931121 by Torsten Keßler at 2024-08-24T10:32:24+02:00
upgpkg: 6.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rocm-smi-lib
pkgdesc = ROCm System Management Interface Library
-   pkgver = 6.0.2
+   pkgver = 6.2.0
pkgrel = 1
url = https://rocm.docs.amd.com/projects/rocm_smi_lib/en/latest
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = rocm-smi-lib
depends = hsa-rocr
depends = python
options = !lto
-   source = 
rocm-smi-lib-6.0.2.tar.gz::https://github.com/ROCm/rocm_smi_lib/archive/rocm-6.0.2.tar.gz
-   sha256sums = 
61e755d710ff38425df3d262d1ad4c510d52d3c64e3fe15140c2575eba316949
+   source = 
rocm-smi-lib-6.2.0.tar.gz::https://github.com/ROCm/rocm_smi_lib/archive/rocm-6.2.0.tar.gz
+   sha256sums = 
95010dfc9de9c608b9ce159107585ff4adce82a52a38daab2a37870aca2428bf
 
 pkgname = rocm-smi-lib


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: acxz 
 
 pkgname=rocm-smi-lib
-pkgver=6.0.2
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='ROCm System Management Interface Library'
 arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('rocm-core' 'glibc' 'gcc-libs' 'hsa-rocr' 'python')
 makedepends=('cmake')
 _git='https://github.com/ROCm/rocm_smi_lib'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('61e755d710ff38425df3d262d1ad4c510d52d3c64e3fe15140c2575eba316949')
+sha256sums=('95010dfc9de9c608b9ce159107585ff4adce82a52a38daab2a37870aca2428bf')
 options=(!lto)
 _dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-smi-lib/-/commit/e893112129112e6de2d0fc1973c93c2f4538cbad

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-smi-lib/-/commit/e893112129112e6de2d0fc1973c93c2f4538cbad
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-smi-lib] Pushed new tag 6.2.0-1

2024-08-24 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
rocm-smi-lib

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-smi-lib/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-dbgapi][main] upgpkg: 6.2.0-1

2024-08-24 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
rocm-dbgapi


Commits:
96601821 by Torsten Keßler at 2024-08-24T10:30:15+02:00
upgpkg: 6.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rocm-dbgapi
pkgdesc = Support library necessary for a debugger of AMD's GPUs
-   pkgver = 6.0.2
+   pkgver = 6.2.0
pkgrel = 1
url = https://rocm.docs.amd.com/projects/ROCdbgapi/en/latest/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = rocm-dbgapi
depends = gcc-libs
depends = comgr
depends = hsa-rocr
-   source = 
rocm-dbgapi-6.0.2.tar.gz::https://github.com/ROCm/ROCdbgapi/archive/rocm-6.0.2.tar.gz
-   sha256sums = 
39036f083de421f46afd8d3a8799576242ef64002643d7185767ccbba41ae854
+   source = 
rocm-dbgapi-6.2.0.tar.gz::https://github.com/ROCm/ROCdbgapi/archive/rocm-6.2.0.tar.gz
+   sha256sums = 
311811ce0970ee83206791c21d539f351ddeac56ce3ff7efbefc830038748c0c
 
 pkgname = rocm-dbgapi


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Torsten Keßler 
 
 pkgname=rocm-dbgapi
-pkgver=6.0.2
+pkgver=6.2.0
 pkgrel=1
 pkgdesc="Support library necessary for a debugger of AMD's GPUs"
 arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('rocm-core' 'glibc' 'gcc-libs' 'comgr' 'hsa-rocr')
 makedepends=('cmake' 'rocm-cmake')
 _git='https://github.com/ROCm/ROCdbgapi'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('39036f083de421f46afd8d3a8799576242ef64002643d7185767ccbba41ae854')
+sha256sums=('311811ce0970ee83206791c21d539f351ddeac56ce3ff7efbefc830038748c0c')
 _dirname=$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-dbgapi/-/commit/9660182122b44763a468273f8d96de74d23df0ce

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-dbgapi/-/commit/9660182122b44763a468273f8d96de74d23df0ce
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-dbgapi] Pushed new tag 6.2.0-1

2024-08-24 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
rocm-dbgapi

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-dbgapi/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hsa-amd-aqlprofile-bin][main] upgpkg: 6.2.0-1

2024-08-24 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
hsa-amd-aqlprofile-bin


Commits:
f232495c by Torsten Keßler at 2024-08-24T10:25:21+02:00
upgpkg: 6.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hsa-amd-aqlprofile-bin
pkgdesc = AQLPROFILE library for AMD HSA runtime API extension support
-   pkgver = 6.0.2
+   pkgver = 6.2.0
pkgrel = 1
url = https://rocm.docs.amd.com/en/latest
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hsa-amd-aqlprofile-bin
depends = hsa-rocr
provides = hsa-amd-aqlprofile
conflicts = hsa-amd-aqlprofile
-   source = 
hsa-amd-aqlprofile-6.0.2.deb::https://repo.radeon.com/rocm/apt/6.0.2/pool/main/h/hsa-amd-aqlprofile/hsa-amd-aqlprofile_1.0.0.60002.60002-115~22.04_amd64.deb
-   sha256sums = 
d1778a50a6a87f9a52312fd480bc2e9810c1620c87fe909ec7d8d58942843576
+   source = 
hsa-amd-aqlprofile-6.2.0.deb::https://repo.radeon.com/rocm/apt/6.2/pool/main/h/hsa-amd-aqlprofile/hsa-amd-aqlprofile_1.0.0.60200.60200-66~22.04_amd64.deb
+   sha256sums = 
3c2511e99041b1c7800636badb18ec503bcb7d9a340a751a1a576e779828ffa8
 
 pkgname = hsa-amd-aqlprofile-bin


=
PKGBUILD
=
@@ -5,10 +5,10 @@
 _pkgbase=hsa-amd-aqlprofile
 pkgname=${_pkgbase}-bin
 _pkgver_major=6
-_pkgver_minor=0
-_pkgver_patch=2
+_pkgver_minor=2
+_pkgver_patch=0
 _pkgver_str="${_pkgver_major}$(printf '%02d' $_pkgver_minor $_pkgver_patch)"
-_pkgver_magic=115
+_pkgver_magic=66
 _pkgver_ubunturel=22.04
 pkgver=$_pkgver_major.$_pkgver_minor.$_pkgver_patch
 pkgrel=1
@@ -19,8 +19,8 @@ license=('LicenseRef-EULA')
 depends=('glibc' 'gcc-libs' 'hsa-rocr')
 provides=('hsa-amd-aqlprofile')
 conflicts=('hsa-amd-aqlprofile')
-source=("${_pkgbase}-${pkgver}.deb::https://repo.radeon.com/rocm/apt/${pkgver}/pool/main/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}_1.0.0.${_pkgver_str}.${_pkgver_str}-${_pkgver_magic}~${_pkgver_ubunturel}_amd64.deb";)
-sha256sums=('d1778a50a6a87f9a52312fd480bc2e9810c1620c87fe909ec7d8d58942843576')
+source=("${_pkgbase}-${pkgver}.deb::https://repo.radeon.com/rocm/apt/${pkgver:0:3}/pool/main/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}_1.0.0.${_pkgver_str}.${_pkgver_str}-${_pkgver_magic}~${_pkgver_ubunturel}_amd64.deb";)
+sha256sums=('3c2511e99041b1c7800636badb18ec503bcb7d9a340a751a1a576e779828ffa8')
 
 prepare() {
   tar -vxf data.tar.gz



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsa-amd-aqlprofile-bin/-/commit/f232495cc32ca39004b6601e33a6ad4f3f685bcc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsa-amd-aqlprofile-bin/-/commit/f232495cc32ca39004b6601e33a6ad4f3f685bcc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hsa-amd-aqlprofile-bin] Pushed new tag 6.2.0-1

2024-08-24 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
hsa-amd-aqlprofile-bin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsa-amd-aqlprofile-bin/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocprofiler-register] Pushed new tag 6.2.0-1

2024-08-24 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
rocprofiler-register

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocprofiler-register/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocprofiler-register] Pushed new branch main

2024-08-24 Thread @tpkessler


Torsten Keßler pushed new branch main at Arch Linux / Packaging / Packages / 
rocprofiler-register

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocprofiler-register/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-opencl-runtime] Pushed new tag 6.2.0-1

2024-08-13 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
rocm-opencl-runtime

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-opencl-runtime/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-opencl-runtime][main] upgpkg: 6.2.0-1

2024-08-13 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
rocm-opencl-runtime


Commits:
1892ca9b by Torsten Keßler at 2024-08-13T18:56:34+02:00
upgpkg: 6.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rocm-opencl-runtime
pkgdesc = OpenCL implementation for AMD
-   pkgver = 6.0.2
+   pkgver = 6.2.0
pkgrel = 1
url = https://github.com/ROCm/clr
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = rocm-opencl-runtime
depends = opencl-icd-loader
depends = opencl-headers
provides = opencl-driver
-   source = 
rocm-opencl-runtime-6.0.2.tar.gz::https://github.com/ROCm/clr/archive/rocm-6.0.2.tar.gz
-   sha256sums = 
cb8ac610c8d4041b74fb3129c084f1e7b817ce1a5a9943feca1fa7531dc7bdcc
+   source = 
rocm-opencl-runtime-6.2.0.tar.gz::https://github.com/ROCm/clr/archive/rocm-6.2.0.tar.gz
+   sha256sums = 
620e4c6a7f05651cc7a170bc4700fef8cae002420307a667c638b981d00b25e8
 
 pkgname = rocm-opencl-runtime


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: acxz 
 
 pkgname=rocm-opencl-runtime
-pkgver=6.0.2
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='OpenCL implementation for AMD'
 arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('rocm-core' 'hsakmt-roct' 'hsa-rocr' 'comgr' 'mesa'
 makedepends=('rocm-cmake')
 provides=('opencl-driver')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/rocm-$pkgver.tar.gz")
-sha256sums=('cb8ac610c8d4041b74fb3129c084f1e7b817ce1a5a9943feca1fa7531dc7bdcc')
+sha256sums=('620e4c6a7f05651cc7a170bc4700fef8cae002420307a667c638b981d00b25e8')
 _dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-opencl-runtime/-/commit/1892ca9bcb0258c04a03cf52f6252af69ca0e976

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-opencl-runtime/-/commit/1892ca9bcb0258c04a03cf52f6252af69ca0e976
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocminfo] Pushed new tag 6.2.0-1

2024-08-13 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
rocminfo

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocminfo/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocminfo][main] upgpkg: 6.2.0-1

2024-08-13 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
rocminfo


Commits:
5c2b494d by Torsten Keßler at 2024-08-13T18:51:36+02:00
upgpkg: 6.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rocminfo
pkgdesc = ROCm Application for Reporting System Info
-   pkgver = 6.0.2
+   pkgver = 6.2.0
pkgrel = 1
url = https://github.com/ROCm/rocminfo
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = rocminfo
depends = pciutils
depends = python
depends = hsa-rocr
-   source = 
rocminfo-6.0.2.tar.gz::https://github.com/ROCm/rocminfo/archive/rocm-6.0.2.tar.gz
-   sha256sums = 
e616d364a48de18eaee661bdce999d095086905f49777663ca99312f40a63da1
+   source = 
rocminfo-6.2.0.tar.gz::https://github.com/ROCm/rocminfo/archive/rocm-6.2.0.tar.gz
+   sha256sums = 
4d9a9051bda3355f8d2050e981435cd02528a04264a7f61162d685e7e1629f73
 
 pkgname = rocminfo


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: acxz 
 
 pkgname=rocminfo
-pkgver=6.0.2
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='ROCm Application for Reporting System Info '
 arch=('x86_64')
@@ -14,7 +14,7 @@ license=('NCSA')
 depends=('rocm-core' 'glibc' 'gcc-libs' 'pciutils' 'python' 'hsa-rocr')
 makedepends=('cmake' 'rocm-cmake')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/rocm-$pkgver.tar.gz")
-sha256sums=('e616d364a48de18eaee661bdce999d095086905f49777663ca99312f40a63da1')
+sha256sums=('4d9a9051bda3355f8d2050e981435cd02528a04264a7f61162d685e7e1629f73')
 _dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocminfo/-/commit/5c2b494d222bc66adcb0da4eff8105905e6bcee9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocminfo/-/commit/5c2b494d222bc66adcb0da4eff8105905e6bcee9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hsakmt-roct][main] upgpkg: 6.2.0-2

2024-08-13 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
hsakmt-roct


Commits:
277f804f by Torsten Keßler at 2024-08-13T18:45:50+02:00
upgpkg: 6.2.0-2

Add hidden symbols to global scope

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- hsakmt-global-visibility.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hsakmt-roct
pkgdesc = Radeon Open Compute Thunk Interface
pkgver = 6.2.0
-   pkgrel = 1
+   pkgrel = 2
url = https://rocmdocs.amd.com/en/latest/Installation_Guide/ROCt.html
arch = x86_64
license = MIT
@@ -13,6 +13,8 @@ pkgbase = hsakmt-roct
depends = libdrm
options = !lto
source = 
hsakmt-roct-6.2.0.tar.gz::https://github.com/ROCm/ROCT-Thunk-Interface/archive/rocm-6.2.0.tar.gz
+   source = hsakmt-global-visibility.patch
sha256sums = 
73df98ca2be8a887cb76554c23f148ef6556bdbccfac99f34111fa1f87fd7c5d
+   sha256sums = 
d464b4c08457ba84ebe65a0967c3e82c17c1a9451d4c131e52c84c811d5c0c26
 
 pkgname = hsakmt-roct


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=hsakmt-roct
 pkgver=6.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Radeon Open Compute Thunk Interface'
 arch=('x86_64')
 url='https://rocmdocs.amd.com/en/latest/Installation_Guide/ROCt.html'
@@ -14,11 +14,18 @@ license=('MIT')
 depends=('rocm-core' 'glibc' 'numactl' 'pciutils' 'libdrm')
 makedepends=('cmake')
 _git='https://github.com/ROCm/ROCT-Thunk-Interface'
-source=("${pkgname}-${pkgver}.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('73df98ca2be8a887cb76554c23f148ef6556bdbccfac99f34111fa1f87fd7c5d')
+source=("${pkgname}-${pkgver}.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
+"hsakmt-global-visibility.patch")
+sha256sums=('73df98ca2be8a887cb76554c23f148ef6556bdbccfac99f34111fa1f87fd7c5d'
+'d464b4c08457ba84ebe65a0967c3e82c17c1a9451d4c131e52c84c811d5c0c26')
 options=(!lto)
 _dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"
 
+prepare() {
+  cd "$_dirname"
+  patch -Np1 -i "$srcdir/hsakmt-global-visibility.patch"
+}
+
 build() {
   local cmake_args=(
 -Wno-dev


=
hsakmt-global-visibility.patch
=
@@ -1,12 +1,12 @@
 diff --git a/src/libhsakmt.ver b/src/libhsakmt.ver
-index 15c2916..c04cefe 100644
+index 8a64f8d..ac543df 100644
 --- a/src/libhsakmt.ver
 +++ b/src/libhsakmt.ver
-@@ -81,6 +81,7 @@ hsaKmtWaitOnEvent_Ext;
- hsaKmtWaitOnMultipleEvents_Ext;
- hsaKmtReplaceAsanHeaderPage;
- hsaKmtReturnAsanHeaderPage;
-+hsaKmtGetAMDGPUDeviceHandle;
+@@ -87,6 +87,7 @@ hsaKmtPcSamplingCreate;
+ hsaKmtPcSamplingDestroy;
+ hsaKmtPcSamplingStart;
+ hsaKmtPcSamplingStop;
++hsaKmtAllocMemoryAlign;
  
  local: *;
  };



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsakmt-roct/-/commit/277f804fab6f9145c7736169e34959d763ffa963

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsakmt-roct/-/commit/277f804fab6f9145c7736169e34959d763ffa963
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hsakmt-roct] Pushed new tag 6.2.0-2

2024-08-13 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-2 at Arch Linux / Packaging / Packages / 
hsakmt-roct

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsakmt-roct/-/tree/6.2.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hsa-rocr] Pushed new tag 6.2.0-1

2024-08-13 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
hsa-rocr

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsa-rocr/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hsa-rocr][main] upgpkg: 6.2.0-1

2024-08-13 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
hsa-rocr


Commits:
9c978eac by Torsten Keßler at 2024-08-13T16:10:32+02:00
upgpkg: 6.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hsa-rocr
pkgdesc = HSA Runtime API and runtime for ROCm
-   pkgver = 6.0.2
-   pkgrel = 2
+   pkgver = 6.2.0
+   pkgrel = 1
url = https://github.com/ROCm/ROCR-Runtime
arch = x86_64
license = NCSA
@@ -16,7 +16,7 @@ pkgbase = hsa-rocr
depends = hsakmt-roct
depends = rocm-device-libs
options = !lto
-   source = 
hsa-rocr-6.0.2.tar.gz::https://github.com/ROCm/ROCR-Runtime/archive/rocm-6.0.2.tar.gz
-   sha256sums = 
e7ff4d7ac35a2dd8aad1cb40b96511a77a9c23fe4d1607902328e53728e05c28
+   source = 
hsa-rocr-6.2.0.tar.gz::https://github.com/ROCm/ROCR-Runtime/archive/rocm-6.2.0.tar.gz
+   sha256sums = 
c98090041fa56ca4a260709876e2666f85ab7464db9454b177a189e1f52e0b1a
 
 pkgname = hsa-rocr


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 # Contributor: Ranieri Althoff 
 
 pkgname=hsa-rocr
-pkgver=6.0.2
-pkgrel=2
+pkgver=6.2.0
+pkgrel=1
 pkgdesc='HSA Runtime API and runtime for ROCm'
 arch=('x86_64')
 url='https://github.com/ROCm/ROCR-Runtime'
@@ -16,7 +16,7 @@ depends=('rocm-core' 'glibc' 'gcc-libs' 'libelf' 'libdrm'
  'hsakmt-roct' 'rocm-device-libs')
 makedepends=('cmake' 'rocm-llvm' 'xxd')
 source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz")
-sha256sums=('e7ff4d7ac35a2dd8aad1cb40b96511a77a9c23fe4d1607902328e53728e05c28')
+sha256sums=('c98090041fa56ca4a260709876e2666f85ab7464db9454b177a189e1f52e0b1a')
 _dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
 options=(!lto)
 
@@ -32,7 +32,7 @@ build() {
 -D CMAKE_PREFIX_PATH=/opt/rocm
 -D CMAKE_CXX_FLAGS="$CXXFLAGS -DNDEBUG")
   cmake "${cmake_args[@]}"
-  VERBOSE=1 cmake --build build
+  cmake --build build
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsa-rocr/-/commit/9c978eac80d577d9e2555afca7b43c3a86e8db6e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsa-rocr/-/commit/9c978eac80d577d9e2555afca7b43c3a86e8db6e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hsakmt-roct] Pushed new tag 6.2.0-1

2024-08-13 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
hsakmt-roct

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsakmt-roct/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hsakmt-roct][main] upgpkg: 6.2.0-1

2024-08-13 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
hsakmt-roct


Commits:
eb9a37e9 by Torsten Keßler at 2024-08-13T16:06:56+02:00
upgpkg: 6.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hsakmt-roct
pkgdesc = Radeon Open Compute Thunk Interface
-   pkgver = 6.0.0
-   pkgrel = 2
+   pkgver = 6.2.0
+   pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/Installation_Guide/ROCt.html
arch = x86_64
license = MIT
@@ -12,9 +12,7 @@ pkgbase = hsakmt-roct
depends = pciutils
depends = libdrm
options = !lto
-   source = 
hsakmt-roct-6.0.0.tar.gz::https://github.com/ROCm/ROCT-Thunk-Interface/archive/rocm-6.0.0.tar.gz
-   source = hsakmt-global-visibility.patch
-   sha256sums = 
9f4e80bd0a714ce45326941b906a62298c62025eff186dc6c48282ce84c787c7
-   sha256sums = 
e4c64d33bf5253da947015887487037db5726824586955bf8d3250fcbe8c46f6
+   source = 
hsakmt-roct-6.2.0.tar.gz::https://github.com/ROCm/ROCT-Thunk-Interface/archive/rocm-6.2.0.tar.gz
+   sha256sums = 
73df98ca2be8a887cb76554c23f148ef6556bdbccfac99f34111fa1f87fd7c5d
 
 pkgname = hsakmt-roct


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Ranieri Althoff 
 
 pkgname=hsakmt-roct
-pkgver=6.0.0
-pkgrel=2
+pkgver=6.2.0
+pkgrel=1
 pkgdesc='Radeon Open Compute Thunk Interface'
 arch=('x86_64')
 url='https://rocmdocs.amd.com/en/latest/Installation_Guide/ROCt.html'
@@ -14,18 +14,11 @@ license=('MIT')
 depends=('rocm-core' 'glibc' 'numactl' 'pciutils' 'libdrm')
 makedepends=('cmake')
 _git='https://github.com/ROCm/ROCT-Thunk-Interface'
-source=("${pkgname}-${pkgver}.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
-"hsakmt-global-visibility.patch")
-sha256sums=('9f4e80bd0a714ce45326941b906a62298c62025eff186dc6c48282ce84c787c7'
-'e4c64d33bf5253da947015887487037db5726824586955bf8d3250fcbe8c46f6')
+source=("${pkgname}-${pkgver}.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
+sha256sums=('73df98ca2be8a887cb76554c23f148ef6556bdbccfac99f34111fa1f87fd7c5d')
 options=(!lto)
 _dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"
 
-prepare() {
-  cd "$_dirname"
-  patch -Np1 -i "$srcdir/hsakmt-global-visibility.patch"
-}
-
 build() {
   local cmake_args=(
 -Wno-dev



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsakmt-roct/-/commit/eb9a37e909c568f235242f42a7cce2602e799d45

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hsakmt-roct/-/commit/eb9a37e909c568f235242f42a7cce2602e799d45
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-cmake] Pushed new tag 6.2.0-1

2024-08-13 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
rocm-cmake

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-cmake/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-cmake][main] upgpkg: 6.2.0-1

2024-08-13 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
rocm-cmake


Commits:
6d06aea8 by Torsten Keßler at 2024-08-13T16:01:47+02:00
upgpkg: 6.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rocm-cmake
pkgdesc = CMake modules for common build tasks needed for the ROCm 
software stack
-   pkgver = 6.0.2
+   pkgver = 6.2.0
pkgrel = 1
url = https://github.com/ROCm/rocm-cmake
arch = any
@@ -9,9 +9,9 @@ pkgbase = rocm-cmake
checkdepends = rocm-llvm
depends = rocm-core
depends = cmake
-   source = 
rocm-cmake-6.0.2.tar.gz::https://github.com/ROCm/rocm-cmake/archive/rocm-6.0.2.tar.gz
+   source = 
rocm-cmake-6.2.0.tar.gz::https://github.com/ROCm/rocm-cmake/archive/rocm-6.2.0.tar.gz
source = rocm-cmake-old-policy-cmp0079.patch
-   sha256sums = 
7bd3ff971b1a898b8cf06b0ed9fac45891e2523ae651c3194ba36050ab45f869
+   sha256sums = 
7b6aaa1bb616669636aa2cd5dbc7fdb7cd05642a8dcc61138e0efb7d0dc7e1a3
sha256sums = 
7c8d8351a8e85a0d122421d02ad967c75d4dd8442192662c1a1a68bacdfad67d
 
 pkgname = rocm-cmake


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Ranieri Althoff 
 
 pkgname=rocm-cmake
-pkgver=6.0.2
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='CMake modules for common build tasks needed for the ROCm software 
stack'
 arch=('any')
@@ -14,7 +14,7 @@ depends=('rocm-core' 'cmake')
 checkdepends=('git' 'rocm-llvm')
 source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz"
 "${pkgname}-old-policy-cmp0079.patch")
-sha256sums=('7bd3ff971b1a898b8cf06b0ed9fac45891e2523ae651c3194ba36050ab45f869'
+sha256sums=('7b6aaa1bb616669636aa2cd5dbc7fdb7cd05642a8dcc61138e0efb7d0dc7e1a3'
 '7c8d8351a8e85a0d122421d02ad967c75d4dd8442192662c1a1a68bacdfad67d')
 _dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
 
@@ -27,8 +27,9 @@ prepare() {
 # As we don't package it, disable also this test
 rm test/pass/doc-sphinxdoxygen.cmake
 
+cd share/rocmcmakebuildtools
 # With cmake 3.28.1+ setting cmp0079 to old results in a deprecation error
-patch -Np1 -i "$srcdir/$pkgname-old-policy-cmp0079.patch"
+patch -Np3 -i "$srcdir/$pkgname-old-policy-cmp0079.patch"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-cmake/-/commit/6d06aea82d696ad0721f483c8b6f505cfdb5c1a5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-cmake/-/commit/6d06aea82d696ad0721f483c8b6f505cfdb5c1a5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-core] Pushed new tag 6.2.0-2

2024-08-06 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-2 at Arch Linux / Packaging / Packages / 
rocm-core

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-core/-/tree/6.2.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-core][main] upgpkg: 6.2.0-2

2024-08-06 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
rocm-core


Commits:
01b58500 by Torsten Keßler at 2024-08-07T08:37:20+02:00
upgpkg: 6.2.0-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rocm-core
pkgdesc = AMD ROCm core package (version files)
pkgver = 6.2.0
-   pkgrel = 1
+   pkgrel = 2
url = https://rocm.docs.amd.com/
arch = any
license = Unlicense


=
PKGBUILD
=
@@ -6,7 +6,7 @@ _rocm_minor=2
 _rocm_patch=0
 _pkgver_magic=66
 pkgver=$_rocm_major.$_rocm_minor.$_rocm_patch
-pkgrel=1
+pkgrel=2
 pkgdesc='AMD ROCm core package (version files)'
 license=('Unlicense')
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-core/-/commit/01b58500c5f2680ef99ee210a1de1fed513f37f4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-core/-/commit/01b58500c5f2680ef99ee210a1de1fed513f37f4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-llvm] Pushed new tag 6.2.0-1

2024-08-04 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
rocm-llvm

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-llvm/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-core][main] upgpkg: 6.2.0-1

2024-08-04 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
rocm-core


Commits:
5891617b by Torsten Keßler at 2024-08-04T17:25:10+02:00
upgpkg: 6.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,9 +1,9 @@
 pkgbase = rocm-core
pkgdesc = AMD ROCm core package (version files)
-   pkgver = 6.1.2
+   pkgver = 6.2.0
pkgrel = 1
url = https://rocm.docs.amd.com/
-   arch = x86_64
+   arch = any
license = Unlicense
source = LICENSE
source = rocm-ld.conf


=
PKGBUILD
=
@@ -2,14 +2,14 @@
 
 pkgname=rocm-core
 _rocm_major=6
-_rocm_minor=1
-_rocm_patch=2
-_pkgver_magic=119
+_rocm_minor=2
+_rocm_patch=0
+_pkgver_magic=66
 pkgver=$_rocm_major.$_rocm_minor.$_rocm_patch
 pkgrel=1
 pkgdesc='AMD ROCm core package (version files)'
 license=('Unlicense')
-arch=('x86_64')
+arch=('any')
 source=('LICENSE'
 'rocm-ld.conf'
 'rocm-profile.sh')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-core/-/commit/5891617bf4dd3e0b0bf6abcc65f8477c085902ec

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-core/-/commit/5891617bf4dd3e0b0bf6abcc65f8477c085902ec
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-core] Pushed new tag 6.2.0-1

2024-08-04 Thread @tpkessler


Torsten Keßler pushed new tag 6.2.0-1 at Arch Linux / Packaging / Packages / 
rocm-core

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-core/-/tree/6.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/blender][main] Skip unsupported targets for ROCm 6.0

2024-07-17 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
blender


Commits:
cfdd78d2 by Torsten Keßler at 2024-07-17T09:04:27+02:00
Skip unsupported targets for ROCm 6.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -122,7 +122,7 @@ 
source=("git+https://projects.blender.org/blender/blender.git#tag=v$pkgver";
 ffmpeg-7-1.patch
 ffmpeg-7-2.patch)
 
sha512sums=('2134b2cc462f2d11ddfdd69fde176cd4025fa9dc39ea4c414601801030081e04e724380607784ba12fa60708cc01c521012a454740144e6935011477dd00'
-
'c66cf633fafcf93f0e570d173c0a290a5cf573888da1170949981ff878aaaf28d6274b3175ae29b16d962fabd7902e93711a0deed743a3f5f0fe9d61f08d2faf'
+
'1e47ca5a824a5d830e95f424ad1c2d066571bd038badfacbb4001632742c1777f62a81e79612a787d5ab0038d2712730b9372bcec44bcac6131734c4430e40b3'
 
'5502d9df847de12badc702c0444bd4f1f7620460b2235026df2c3133da1e04c148af0f1fc7f345e9a0c009c32f905f66c8d427743445e8864d3a797cdce6a483'
 
'e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0'
 
'59044954880ce94d7a1da78ccd03e61a9d23382281b2221ca5c9c7eec9caeecf810d10ee07940d5843b7540fa81c00df5a26e8076605410116815e73c60ab9b9'
@@ -174,6 +174,8 @@ build() {
 -D WITH_LINKER_MOLD=ON
 -D CUDA_HOST_COMPILER="$NVCC_CCBIN"
 -D HIP_ROOT_DIR=/opt/rocm
+# Skip targets gfx115{0,1} as they not supported by ROCm 6.0.2
+-D 
CYCLES_HIP_BINARIES_ARCH="gfx900;gfx90c;gfx902;gfx1010;gfx1011;gfx1012;gfx1030;gfx1031;gfx1032;gfx1034;gfx1035;gfx1036;gfx1100;gfx1101;gfx1102;gfx1103"
 -D OCLOC_INSTALL_DIR=/usr
 -D OPTIX_ROOT_DIR="$srcdir"
 -D PYTHON_VERSION="$(_get_pyver)"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/cfdd78d2e78f107537b8f352753c7a12dfbb98ea

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/cfdd78d2e78f107537b8f352753c7a12dfbb98ea
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-oneapi-basekit][main] upgpkg: 2024.1.0.596-3

2024-07-08 Thread @tpkessler


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


Commits:
60b61efb by Torsten Keßler at 2024-07-08T18:37:26+02:00
upgpkg: 2024.1.0.596-3

Update path to compiler libs. Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-basekit/-/issues/3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = intel-oneapi-basekit
pkgdesc = Intel oneAPI Base Toolkit for Linux
pkgver = 2024.1.0.596
-   pkgrel = 2
+   pkgrel = 3
url = 
https://software.intel.com/content/www/us/en/develop/tools/oneapi.html
install = intel-oneapi-basekit.install
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = intel-oneapi-basekit
optdepends = at-spi2-atk: VTune GUI
optdepends = libdrm: VTune GUI
optdepends = libxcb: VTune GUI
+   optdepends = libxcrypt-comapt: VTune GUI
optdepends = xdg-utils: VTune GUI
optdepends = nss: Advisor GUI
provides = intel-oneapi-mkl


=
PKGBUILD
=
@@ -8,7 +8,7 @@ _pkgver=$_major_ver.$_minor_ver.$_patch_ver
 # 
https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?operatingsystem=linux&distributions=offline&version=2024.1.0
 pkgver=$_pkgver.596
 _urlver=fdc7a2bc-b7a8-47eb-8876-de6201297144
-pkgrel=2
+pkgrel=3
 pkgdesc="Intel oneAPI Base Toolkit for Linux"
 arch=('x86_64')
 url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
@@ -25,6 +25,7 @@ optdepends=('libnotify: VTune GUI'
 'at-spi2-atk: VTune GUI'
 'libdrm: VTune GUI'
 'libxcb: VTune GUI'
+'libxcrypt-comapt: VTune GUI'
 'xdg-utils: VTune GUI'
 'nss: Advisor GUI')
 provides=('intel-oneapi-mkl' 'intel-oneapi-dnnl' 'intel-oneapi-tbb' 
'intel-oneapi-dpl'
@@ -60,9 +61,8 @@ package() {
   local _lib_path='/opt/intel/oneapi/compiler'
   local _ldso_conf="${pkgdir}"/etc/ld.so.conf.d
   install -d "${_ldso_conf}"
-  echo "${_lib_path}/latest/linux/lib" >> "${_ldso_conf}/${pkgname}.conf"
-  echo "${_lib_path}/latest/linux/lib/x64" >> "${_ldso_conf}/${pkgname}.conf"
-  echo "${_lib_path}/latest/linux/compiler/lib/intel64" >> 
"${_ldso_conf}/${pkgname}.conf"
+  echo "${_lib_path}/latest/lib" >> "${_ldso_conf}/${pkgname}.conf"
+  echo "${_lib_path}/latest/opt/compiler/lib" >> 
"${_ldso_conf}/${pkgname}.conf"
 
   # Collection of licenses used in OneAPI with pointers for all toolkits
   install -Dm644 
"${pkgdir}/opt/intel/oneapi/licensing/latest/licensing/${_major_ver}.${_minor_ver}/license.htm"
 \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-basekit/-/commit/60b61efbe49b7f1c1994fc0b2e0ea5590a3e1461

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-basekit/-/commit/60b61efbe49b7f1c1994fc0b2e0ea5590a3e1461
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-oneapi-basekit] Pushed new tag 2024.1.0.596-3

2024-07-08 Thread @tpkessler


Torsten Keßler pushed new tag 2024.1.0.596-3 at Arch Linux / Packaging / 
Packages / intel-oneapi-basekit

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-basekit/-/tree/2024.1.0.596-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/half][main] upgpkg: 2.2.0-3

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / half


Commits:
333d79e2 by Torsten Keßler at 2024-07-01T08:23:52+02:00
upgpkg: 2.2.0-3

Generate SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,11 @@
+pkgbase = half
+   pkgdesc = Half-precision floating-point library
+   pkgver = 2.2.0
+   pkgrel = 3
+   url = http://half.sourceforge.net/
+   arch = any
+   license = MIT
+   source = 
half-2.2.0.zip::https://sourceforge.net/projects/half/files/half/2.2.0/half-2.2.0.zip/download
+   sha256sums = 
1d1d9e482fb95fcd7cab0953a4bd35e00b86578f11cb6939a067811a055a563b
+
+pkgname = half


=
PKGBUILD
=
@@ -2,10 +2,10 @@
 # Contributor: acxz 
 pkgname=half
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Half-precision floating-point library"
 url="http://half.sourceforge.net/";
-arch=('x86_64')
+arch=('any')
 license=('MIT')
 
source=("$pkgname-$pkgver.zip::https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.zip/download";)
 sha256sums=('1d1d9e482fb95fcd7cab0953a4bd35e00b86578f11cb6939a067811a055a563b')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/half/-/commit/333d79e242d3eb5cc5e3ed1f555785fc92a6dcab

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/half/-/commit/333d79e242d3eb5cc5e3ed1f555785fc92a6dcab
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/half] Pushed new tag 2.2.0-3

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 2.2.0-3 at Arch Linux / Packaging / Packages / 
half

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/half/-/tree/2.2.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/functional-plus][main] upgpkg: 0.2.18-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
functional-plus


Commits:
49c12c06 by Torsten Keßler at 2024-07-01T08:22:04+02:00
upgpkg: 0.2.18-2

Generate SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = functional-plus
+   pkgdesc = Functional Programming Library for C++
+   pkgver = 0.2.18
+   pkgrel = 2
+   url = https://www.editgym.com/fplus-api-search/
+   arch = any
+   license = BSL-1.0
+   checkdepends = doctest
+   makedepends = cmake
+   makedepends = python
+   source = 
functional-plus-0.2.18.tar.gz::https://github.com/Dobiasd/FunctionalPlus/archive/refs/tags/v0.2.18-p0.tar.gz
+   sha256sums = 
ffc63fc86f89a205accafa85c35790eda307adf5f1d6d51bb7ceb5c5e21e013b
+
+pkgname = functional-plus


=
PKGBUILD
=
@@ -1,11 +1,11 @@
 # Maintainer: Torsten Keßler 
 pkgname=functional-plus
 pkgver=0.2.18
-pkgrel=1
+pkgrel=2
 pkgdesc='Functional Programming Library for C++'
 arch=('any')
 url='https://www.editgym.com/fplus-api-search/'
-license=('Boost')
+license=('BSL-1.0')
 makedepends=('cmake' 'python')
 checkdepends=('doctest')
 _pkgver="$pkgver-p0"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/functional-plus/-/commit/49c12c06ac862e11ed229046bcc6c48d1a58fa79

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/functional-plus/-/commit/49c12c06ac862e11ed229046bcc6c48d1a58fa79
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/functional-plus] Pushed new tag 0.2.18-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 0.2.18-2 at Arch Linux / Packaging / Packages / 
functional-plus

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/functional-plus/-/tree/0.2.18-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/frugally-deep][main] upgpkg: 0.15.20-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
frugally-deep


Commits:
791cd325 by Torsten Keßler at 2024-07-01T08:19:28+02:00
upgpkg: 0.15.20-2

Generate SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = frugally-deep
+   pkgdesc = Header-only library for using Keras models in C++.
+   pkgver = 0.15.20
+   pkgrel = 2
+   url = https://github.com/Dobiasd/frugally-deep
+   arch = x86_64
+   license = MIT
+   makedepends = cmake
+   depends = functional-plus
+   depends = eigen
+   depends = nlohmann-json
+   source = 
frugally-deep-0.15.20.tar.gz::https://github.com/Dobiasd/frugally-deep/archive/refs/tags/v0.15.20-p0.tar.gz
+   sha256sums = 
ad0e0506b89e36ea73644c2e8dde0e56b37846de4d28f625905c633b3e1f6d6e
+
+pkgname = frugally-deep


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Torsten Keßler 
 pkgname=frugally-deep
 pkgver=0.15.20
-pkgrel=1
+pkgrel=2
 pkgdesc='Header-only library for using Keras models in C++.'
 arch=('x86_64')
 url='https://github.com/Dobiasd/frugally-deep'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/frugally-deep/-/commit/791cd32559981211371a78a5b888b25ff7bba999

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/frugally-deep/-/commit/791cd32559981211371a78a5b888b25ff7bba999
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/frugally-deep] Pushed new tag 0.15.20-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 0.15.20-2 at Arch Linux / Packaging / Packages / 
frugally-deep

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/frugally-deep/-/tree/0.15.20-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nlohmann-json][main] upgpkg: 3.11.2-3

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
nlohmann-json


Commits:
3a3c8bfb by Torsten Keßler at 2024-07-01T08:17:30+02:00
upgpkg: 3.11.2-3

Generate SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = nlohmann-json
+   pkgdesc = JSON for Modern C++
+   pkgver = 3.11.2
+   pkgrel = 3
+   url = https://github.com/nlohmann/json
+   arch = any
+   license = MIT
+   makedepends = cmake
+   makedepends = git
+   source = 
nlohmann-json::git+https://github.com/nlohmann/json#commit=bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d?signed
+   source = 
json_test_data-3.1.0.tar.gz::https://github.com/nlohmann/json_test_data/archive/v3.1.0.tar.gz
+   validpgpkeys = 797167AE41C0A6D9232E48457F3CEA63AE251B69
+   sha512sums = SKIP
+   sha512sums = 
db6c411b37f2154f5dd1ed90f4e8fa0907f4a736cd0ff79943bcacf9da422285ff142bb6a7dc6022b236090083166ac1ab197be3f480d8dc50b26a91a9477821
+   b2sums = SKIP
+   b2sums = 
809be0728a0b9d007fcc752911bdf6f7e548d6e3ec59871ea2b16d87d8248ca4dd2f681a1d0f82c618463294188ad41d6d965b8bdc39c70fdcf4b939d4121e9c
+
+pkgname = nlohmann-json


=
PKGBUILD
=
@@ -4,7 +4,7 @@ pkgname=nlohmann-json
 # upstream doesn't use annotated tags
 _commit=bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d  # v3.11.2^{}
 pkgver=3.11.2
-pkgrel=2
+pkgrel=3
 # tests are tracked in a separate repo
 # https://github.com/nlohmann/json_test_data
 _test_pkgver=3.1.0



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nlohmann-json/-/commit/3a3c8bfb78da33a659f7abadfc090ab3f78d2611

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nlohmann-json/-/commit/3a3c8bfb78da33a659f7abadfc090ab3f78d2611
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nlohmann-json] Pushed new tag 3.11.2-3

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 3.11.2-3 at Arch Linux / Packaging / Packages / 
nlohmann-json

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nlohmann-json/-/tree/3.11.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bcc][main] upgpkg: 0.30.0-3

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / bcc


Commits:
23918bcb by Torsten Keßler at 2024-06-30T16:08:35+02:00
upgpkg: 0.30.0-3

LLVM 18 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,10 @@
 pkgbase = bcc
pkgdesc = BPF Compiler Collection
pkgver = 0.30.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/iovisor/bcc
arch = x86_64
license = Apache-2.0
-   checkdepends = netperf
-   checkdepends = iperf
makedepends = cmake
makedepends = clang
makedepends = llvm


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase=bcc
 pkgname=('bcc' 'bcc-tools' 'python-bcc')
 pkgver=0.30.0
-pkgrel=2
+pkgrel=3
 pkgdesc='BPF Compiler Collection'
 arch=('x86_64')
 url='https://github.com/iovisor/bcc'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcc/-/commit/23918bcbaf565f4ec4784786921c56a5356432e4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcc/-/commit/23918bcbaf565f4ec4784786921c56a5356432e4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bcc] Pushed new tag 0.30.0-3

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 0.30.0-3 at Arch Linux / Packaging / Packages / 
bcc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcc/-/tree/0.30.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crystal][main] upgpkg: 1.12.2-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
crystal


Commits:
ada73bb9 by Torsten Keßler at 2024-06-30T16:05:24+02:00
upgpkg: 1.12.2-2

LLVM 18 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = crystal
pkgdesc = The Crystal Programming Language
pkgver = 1.12.2
-   pkgrel = 1
+   pkgrel = 2
url = https://crystal-lang.org
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=crystal
 pkgver=1.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='https://crystal-lang.org'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/ada73bb970c00897f51414ca88c4f27cbc4d6c3b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/ada73bb970c00897f51414ca88c4f27cbc4d6c3b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crystal] Pushed new tag 1.12.2-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 1.12.2-2 at Arch Linux / Packaging / Packages / 
crystal

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/tree/1.12.2-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/faust][main] upgpkg: 2.72.14-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
faust


Commits:
0c178e83 by Torsten Keßler at 2024-06-30T16:03:32+02:00
upgpkg: 2.72.14-2

LLVM 18 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = faust
pkgdesc = A functional programming language for realtime audio signal 
processing.
pkgver = 2.72.14
-   pkgrel = 1
+   pkgrel = 2
url = https://faust.grame.fr/
arch = x86_64
groups = pro-audio


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=faust
 pkgver=2.72.14
-pkgrel=1
+pkgrel=2
 pkgdesc="A functional programming language for realtime audio signal 
processing."
 arch=(x86_64)
 url="https://faust.grame.fr/";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/faust/-/commit/0c178e83918d6953fe0f3026b87a8c08dcfccac2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/faust/-/commit/0c178e83918d6953fe0f3026b87a8c08dcfccac2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/faust] Pushed new tag 2.72.14-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 2.72.14-2 at Arch Linux / Packaging / Packages / 
faust

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/faust/-/tree/2.72.14-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/blender][main] upgpkg: 17:4.1.1-11

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
blender


Commits:
232e4ea2 by Torsten Keßler at 2024-06-30T15:54:09+02:00
upgpkg: 17:4.1.1-11

LLVM 18 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.1.1
-   pkgrel = 10
+   pkgrel = 11
epoch = 17
url = https://www.blender.org
arch = x86_64


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=blender
 pkgver=4.1.1
-pkgrel=10
+pkgrel=11
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/232e4ea2490fe452a58770dc41cd1174fa2104b4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/232e4ea2490fe452a58770dc41cd1174fa2104b4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/blender] Pushed new tag 17-4.1.1-11

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 17-4.1.1-11 at Arch Linux / Packaging / Packages 
/ blender

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/tree/17-4.1.1-11
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pocl][main] upgpkg: 6.0-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / pocl


Commits:
0cec381e by Torsten Keßler at 2024-06-30T15:34:51+02:00
upgpkg: 6.0-2

* Fix license. The project is MIT licensed.
* LLVM 18 rebuild

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = pocl
pkgdesc = Portable OpenCL is an open-source implementation of OpenCL 
which can be easily adapted for new targets
pkgver = 6.0
-   pkgrel = 1
+   pkgrel = 2
url = http://portablecl.org/
arch = x86_64
-   license = GPL
+   license = MIT
makedepends = llvm
makedepends = cmake
makedepends = opencl-headers


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[pocl]
+source = "git"
+git = "https://github.com/pocl/pocl.git";
+prefix = "v"


=
PKGBUILD
=
@@ -5,11 +5,11 @@
 
 pkgname=pocl
 pkgver=6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable OpenCL is an open-source implementation of OpenCL which can 
be easily adapted for new targets"
 arch=('x86_64')
 url="http://portablecl.org/";
-license=('GPL')
+license=('MIT')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz";)
 depends=('clang' 'hwloc' 'opencl-icd-loader')
 makedepends=('llvm' 'cmake' 'opencl-headers' 'ocl-icd' 'ninja' 'python')
@@ -35,4 +35,5 @@ check() {
 package() {
   cd "$pkgname-$pkgver"
   DESTDIR="$pkgdir"/ ninja -C build install
+  install -v -Dm 644 -t "$pkgdir"/usr/share/licenses/"$pkgname" LICENSE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pocl/-/commit/0cec381ed58d95f894372334047a9d3c1bb50e15

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pocl/-/commit/0cec381ed58d95f894372334047a9d3c1bb50e15
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pocl] Pushed new tag 6.0-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 6.0-2 at Arch Linux / Packaging / Packages / pocl

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pocl/-/tree/6.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ispc][main] upgpkg: 1.24.0-1

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / ispc


Commits:
f54de926 by Torsten Keßler at 2024-06-30T15:23:27+02:00
upgpkg: 1.24.0-1

* New upstream release
* LLVM 18 rebuild

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ispc
pkgdesc = Compiler for high-performance SIMD programming on the CPU
-   pkgver = 1.23.0
+   pkgver = 1.24.0
pkgrel = 1
url = https://ispc.github.io/
arch = x86_64
@@ -25,10 +25,10 @@ pkgbase = ispc
optdepends = level-zero-loader: GPU support
optdepends = openmp: GPU support
options = staticlibs
-   source = 
git+https://github.com/ispc/ispc#tag=bcb2cf896c00f9a802a11cbf291ef6e44b205416
+   source = git+https://github.com/ispc/ispc#tag=v1.24.0
source = ispc-benchmark::git+https://github.com/google/benchmark.git
source = ispc-googletest::git+https://github.com/google/googletest.git
-   sha256sums = SKIP
+   sha256sums = 
f9a5b259f3664eecbbcbaab8df1964d70ccbb7bcbbc1574de3aae9dfdb9ee823
sha256sums = SKIP
sha256sums = SKIP
 


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[ispc]
+source = "git"
+git = "https://github.com/ispc/ispc.git";
+prefix = "v"


=
PKGBUILD
=
@@ -3,8 +3,7 @@
 # Maintainer: Torsten Keßler 
 
 pkgname=ispc
-_commit=bcb2cf896c00f9a802a11cbf291ef6e44b205416 # refs/tags/v1.23.0
-pkgver=1.23.0
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Compiler for high-performance SIMD programming on the CPU"
 arch=(x86_64)
@@ -21,19 +20,14 @@ optdepends=(
 # NOTE: libispcrt_static.a is required by ospray during build time
 options=(staticlibs)
 source=(
-  git+https://github.com/$pkgname/$pkgname#tag=$_commit
+  git+https://github.com/$pkgname/$pkgname#tag=v$pkgver
   $pkgname-benchmark::git+https://github.com/google/benchmark.git
   $pkgname-googletest::git+https://github.com/google/googletest.git
 )
-sha256sums=('SKIP'
+sha256sums=('f9a5b259f3664eecbbcbaab8df1964d70ccbb7bcbbc1574de3aae9dfdb9ee823'
 'SKIP'
 'SKIP')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
 prepare() {
   cd $pkgname
   git submodule init



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ispc/-/commit/f54de9261affa20bbc49fd5cf5cdd3443b46730f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ispc/-/commit/f54de9261affa20bbc49fd5cf5cdd3443b46730f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ispc] Pushed new tag 1.24.0-1

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 1.24.0-1 at Arch Linux / Packaging / Packages / 
ispc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ispc/-/tree/1.24.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vc-intrinsics][main] upgpkg: 0.18.0-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
vc-intrinsics


Commits:
2cc3237c by Torsten Keßler at 2024-06-30T15:19:12+02:00
upgpkg: 0.18.0-2

LLVM 18 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vc-intrinsics
pkgdesc = Set of new intrinsics on top of core LLVM IR instructions 
that represent SIMD semantics of a program targeting GPU
pkgver = 0.18.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/intel/vc-intrinsics
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = vc-intrinsics
makedepends = python
makedepends = llvm
makedepends = git
-   source = 
git+https://github.com/intel/vc-intrinsics.git#commit=f9c34404d0ea9abad83875a10bd48d88cea90ebd
-   sha256sums = SKIP
+   source = git+https://github.com/intel/vc-intrinsics.git#tag=v0.18.0
+   sha256sums = 
82062143cf2d7538a04b9e53be6312be8e54da6bc0c65c7b1c4465d7aeb54f7f
 
 pkgname = vc-intrinsics


=
PKGBUILD
=
@@ -3,20 +3,14 @@
 
 pkgname=vc-intrinsics
 pkgver=0.18.0
-_commit=f9c34404d0ea9abad83875a10bd48d88cea90ebd  # refs/tags/v0.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that 
represent SIMD semantics of a program targeting GPU"
 arch=(x86_64)
 url="https://github.com/intel/vc-intrinsics";
 license=(MIT)
 makedepends=(cmake python llvm git)
-source=(git+${url}.git#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
-}
+source=(git+${url}.git#tag=v$pkgver)
+sha256sums=('82062143cf2d7538a04b9e53be6312be8e54da6bc0c65c7b1c4465d7aeb54f7f')
 
 build() {
   export CXXFLAGS+=" -ffat-lto-objects"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vc-intrinsics/-/commit/2cc3237cef8f05b5fcd02ac905c9acc2c5da3269

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vc-intrinsics/-/commit/2cc3237cef8f05b5fcd02ac905c9acc2c5da3269
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vc-intrinsics] Pushed new tag 0.18.0-2

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 0.18.0-2 at Arch Linux / Packaging / Packages / 
vc-intrinsics

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vc-intrinsics/-/tree/0.18.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/texlab][main] upgpkg: 5.17.0-1

2024-06-30 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
texlab


Commits:
8545ae01 by Torsten Keßler at 2024-06-30T14:55:09+02:00
upgpkg: 5.17.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = texlab
pkgdesc = A cross-platform implementation of the Language Server 
Protocol for LaTeX.
-   pkgver = 5.13.1
+   pkgver = 5.17.0
pkgrel = 1
url = https://texlab.netlify.com
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = texlab
depends = glibc
depends = gcc-libs
options = !lto
-   source = 
texlab-5.13.1.tar.gz::https://github.com/latex-lsp/texlab/archive/v5.13.1.tar.gz
-   b2sums = 
f680f5c9077908365ee2df17a549a0d641715927430581ee75b8b6d20ce8b13f75e73bd0a619b1d9ac220e7bf4e768288316bf6fde63be38a598ed7de87838ac
+   source = 
texlab-5.17.0.tar.gz::https://github.com/latex-lsp/texlab/archive/v5.17.0.tar.gz
+   b2sums = 
e111966d91839e3d6d7ae1c23b027ce96967e022ea52475a88ddabe1347053c5a5e2b279ee5ccaee75acb753159adf090cf93c27752c2cb4239b261a0b9c1c54
 
 pkgname = texlab


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Patrick Förster 
 
 pkgname=texlab
-pkgver=5.13.1
+pkgver=5.17.0
 pkgrel=1
 pkgdesc="A cross-platform implementation of the Language Server Protocol for 
LaTeX."
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
 depends=('glibc' 'gcc-libs')
 makedepends=('cargo' 'npm')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/latex-lsp/texlab/archive/v${pkgver}.tar.gz";)
-b2sums=('f680f5c9077908365ee2df17a549a0d641715927430581ee75b8b6d20ce8b13f75e73bd0a619b1d9ac220e7bf4e768288316bf6fde63be38a598ed7de87838ac')
+b2sums=('e111966d91839e3d6d7ae1c23b027ce96967e022ea52475a88ddabe1347053c5a5e2b279ee5ccaee75acb753159adf090cf93c27752c2cb4239b261a0b9c1c54')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/commit/8545ae0177bbf95e543b28b2a5644ebacc9e3c13

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/commit/8545ae0177bbf95e543b28b2a5644ebacc9e3c13
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/texlab] Pushed new tag 5.17.0-1

2024-06-30 Thread @tpkessler


Torsten Keßler pushed new tag 5.17.0-1 at Arch Linux / Packaging / Packages / 
texlab

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/tree/5.17.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-core][main] upgpkg: 6.1.2-1

2024-06-18 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
rocm-core


Commits:
9ba730ca by Torsten Keßler at 2024-06-18T09:03:56+02:00
upgpkg: 6.1.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rocm-core
pkgdesc = AMD ROCm core package (version files)
-   pkgver = 6.0.2
-   pkgrel = 2
+   pkgver = 6.1.2
+   pkgrel = 1
url = https://rocm.docs.amd.com/
arch = x86_64
license = Unlicense


=
PKGBUILD
=
@@ -2,11 +2,11 @@
 
 pkgname=rocm-core
 _rocm_major=6
-_rocm_minor=0
+_rocm_minor=1
 _rocm_patch=2
-_pkgver_magic=115
+_pkgver_magic=119
 pkgver=$_rocm_major.$_rocm_minor.$_rocm_patch
-pkgrel=2
+pkgrel=1
 pkgdesc='AMD ROCm core package (version files)'
 license=('Unlicense')
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-core/-/commit/9ba730ca8a70393d67bba31f8b8bbb6ea67d37ea

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-core/-/commit/9ba730ca8a70393d67bba31f8b8bbb6ea67d37ea
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocm-core] Pushed new tag 6.1.2-1

2024-06-18 Thread @tpkessler


Torsten Keßler pushed new tag 6.1.2-1 at Arch Linux / Packaging / Packages / 
rocm-core

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-core/-/tree/6.1.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/torchvision] Pushed new tag 0.18.1-1

2024-06-14 Thread @tpkessler


Torsten Keßler pushed new tag 0.18.1-1 at Arch Linux / Packaging / Packages / 
torchvision

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/torchvision/-/tree/0.18.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytorch] Pushed new tag 2.3.1-1

2024-06-14 Thread @tpkessler


Torsten Keßler pushed new tag 2.3.1-1 at Arch Linux / Packaging / Packages / 
python-pytorch

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/tree/2.3.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/onnx] Pushed new tag 1-1.16.1-1

2024-06-01 Thread @tpkessler


Torsten Keßler pushed new tag 1-1.16.1-1 at Arch Linux / Packaging / Packages / 
onnx

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onnx/-/tree/1-1.16.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/onnx] Pushed new branch main

2024-06-01 Thread @tpkessler


Torsten Keßler pushed new branch main at Arch Linux / Packaging / Packages / 
onnx

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onnx/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-onnx] Pushed new tag 1-1.16.1-1

2024-05-26 Thread @tpkessler


Torsten Keßler pushed new tag 1-1.16.1-1 at Arch Linux / Packaging / Packages / 
python-onnx

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-onnx/-/tree/1-1.16.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-onnx][main] upgpkg: 1:1.16.1-1

2024-05-26 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
python-onnx


Commits:
a75d49d6 by Torsten Keßler at 2024-05-26T12:03:59+02:00
upgpkg: 1:1.16.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = onnx
pkgdesc = Open standard for machine learning interoperability
-   pkgver = 1.16.0
-   pkgrel = 3
+   pkgver = 1.16.1
+   pkgrel = 1
epoch = 1
url = https://onnx.ai
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = onnx
makedepends = python-protobuf
makedepends = python-setuptools
makedepends = python-wheel
-   source = onnx::git+https://github.com/onnx/onnx.git#tag=v1.16.0
-   sha512sums = 
9d0d6ca4d0808e12ef1c10a38c2232ee6f0f4c996186c66d16819f72c379d0d708a3d29724b6d1c46bb38a9d1eec7ba05022cb85a2dc34f0f40d959fc6b6ea48
+   source = onnx::git+https://github.com/onnx/onnx.git#tag=v1.16.1
+   sha512sums = 
941d40b545483217148f076a1cb5435bf0bd6fcc1dfa2d4d3b7c8036f83dd28aaddf93ea92c8cd113a1bf78d5f67c382980db2229793031fb05da7619b93961f
 
 pkgname = onnx
depends = protobuf


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgbase=onnx
 pkgname=(onnx python-onnx)
-pkgver=1.16.0
-pkgrel=3
+pkgver=1.16.1
+pkgrel=1
 epoch=1
 pkgdesc='Open standard for machine learning interoperability'
 arch=('x86_64')
@@ -24,7 +24,7 @@ makedepends=(
   python-wheel
 )
 source=("${pkgname}::git+https://github.com/onnx/onnx.git#tag=v${pkgver}";)
-sha512sums=('9d0d6ca4d0808e12ef1c10a38c2232ee6f0f4c996186c66d16819f72c379d0d708a3d29724b6d1c46bb38a9d1eec7ba05022cb85a2dc34f0f40d959fc6b6ea48')
+sha512sums=('941d40b545483217148f076a1cb5435bf0bd6fcc1dfa2d4d3b7c8036f83dd28aaddf93ea92c8cd113a1bf78d5f67c382980db2229793031fb05da7619b93961f')
 
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-onnx/-/commit/a75d49d6efe05f38fd26da38715a48b0d42c9186

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-onnx/-/commit/a75d49d6efe05f38fd26da38715a48b0d42c9186
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hip-runtime-amd] Pushed new tag 6.0.2-4

2024-05-26 Thread @tpkessler


Torsten Keßler pushed new tag 6.0.2-4 at Arch Linux / Packaging / Packages / 
hip-runtime-amd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hip-runtime-amd/-/tree/6.0.2-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hip-runtime-amd][main] upgpkg: 6.0.2-4

2024-05-26 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
hip-runtime-amd


Commits:
fab7b4ab by Torsten Keßler at 2024-05-26T11:36:13+02:00
upgpkg: 6.0.2-4

Disable assertions with -DNDEBUG to fix crashes in third party libraries,
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/issues/13

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hip-runtime-amd
pkgdesc = Heterogeneous Interface for Portability ROCm
pkgver = 6.0.2
-   pkgrel = 3
+   pkgrel = 4
url = https://rocm.docs.amd.com/projects/HIP/en/latest/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: acxz 
 pkgname=hip-runtime-amd
 pkgver=6.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Heterogeneous Interface for Portability ROCm"
 arch=('x86_64')
 url='https://rocm.docs.amd.com/projects/HIP/en/latest/'
@@ -36,6 +36,10 @@ build() {
   # The relevant upstream issue is
   # https://github.com/ROCm/HIP/issues/2426
   CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS/}
+  # Disable assertions in C/C++ code to fix
+  # 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/issues/13
+  CXXFLAGS+=" -DNDEBUG"
+  CFLAGS+=" -DNDEBUG"
   local hipcc_args=(
 -Wno-dev
 -S "$srcdir/$_dirhipcc"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hip-runtime-amd/-/commit/fab7b4abb27e293a27f0315bb4c900e42170c8a2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hip-runtime-amd/-/commit/fab7b4abb27e293a27f0315bb4c900e42170c8a2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/blender][main] upgpkg: 17:4.1.1-7

2024-05-23 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
blender


Commits:
d3ce83a7 by Torsten Keßler at 2024-05-23T21:38:58+02:00
upgpkg: 17:4.1.1-7

oneAPI 2024.1 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.1.1
-   pkgrel = 6
+   pkgrel = 7
epoch = 17
url = https://www.blender.org
arch = x86_64
@@ -108,7 +108,7 @@ pkgbase = blender
sha512sums = 
194274ee62c2a3b96e81af92520d424fb7bda24902cffcf2cd9a2e343c0627fe74cdd08d52709c8f181df72f7e36fc64f6144412c459f5a5a0b4497babd2fe07
sha512sums = 
4476c93942e5efc5a8ee7c4ef1caea2e77dc6e40eb825e35c0120f7e9f714ff8bdb873bb83d47ac27f8616eedac8e52f15804ed603c093044490f89e626baa80
sha512sums = 
877ed9ced417c5879b0bc6a7d3d87aa68a3e4015df9c08945c468dfab59a513bdd03523b7593e556fc9d0e22dbad25d980238e25583ea34a77ffcae3693cd0e7
-   sha512sums = 
cb42cd0024b09f7de7368dc5af0b6b68f853ca6b6ed88e1f141410e6c1799db961d8ef7b695fdc0f805cc1c9f1f6b9e0d67ce8155b966b96b601650b3ab81ae7
+   sha512sums = 
2eaa05da22d4a304d1db310bd8c04358e70fdd927cbaadd574e179a86bf288c7b4fa1188d15f1928788ce9c5d2b15b512d47743a230e703f44c07cb7bbc39c5b
sha512sums = 
5502d9df847de12badc702c0444bd4f1f7620460b2235026df2c3133da1e04c148af0f1fc7f345e9a0c009c32f905f66c8d427743445e8864d3a797cdce6a483
sha512sums = 
e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0
sha512sums = 
c162646eba42ea7112cfb615466c2cbaddac8d254d4a9e91cf887c5bffef1325a983701163223a1fdee091310ac5574a400347aab7f52321825b5fa3d5a9036f


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=blender
 pkgver=4.1.1
-pkgrel=6
+pkgrel=7
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -124,7 +124,7 @@ 
source=("git+https://projects.blender.org/blender/blender.git#tag=v$pkgver";
 
sha512sums=('194274ee62c2a3b96e81af92520d424fb7bda24902cffcf2cd9a2e343c0627fe74cdd08d52709c8f181df72f7e36fc64f6144412c459f5a5a0b4497babd2fe07'
 
'4476c93942e5efc5a8ee7c4ef1caea2e77dc6e40eb825e35c0120f7e9f714ff8bdb873bb83d47ac27f8616eedac8e52f15804ed603c093044490f89e626baa80'
 
'877ed9ced417c5879b0bc6a7d3d87aa68a3e4015df9c08945c468dfab59a513bdd03523b7593e556fc9d0e22dbad25d980238e25583ea34a77ffcae3693cd0e7'
-
'cb42cd0024b09f7de7368dc5af0b6b68f853ca6b6ed88e1f141410e6c1799db961d8ef7b695fdc0f805cc1c9f1f6b9e0d67ce8155b966b96b601650b3ab81ae7'
+
'2eaa05da22d4a304d1db310bd8c04358e70fdd927cbaadd574e179a86bf288c7b4fa1188d15f1928788ce9c5d2b15b512d47743a230e703f44c07cb7bbc39c5b'
 
'5502d9df847de12badc702c0444bd4f1f7620460b2235026df2c3133da1e04c148af0f1fc7f345e9a0c009c32f905f66c8d427743445e8864d3a797cdce6a483'
 
'e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0'
 
'c162646eba42ea7112cfb615466c2cbaddac8d254d4a9e91cf887c5bffef1325a983701163223a1fdee091310ac5574a400347aab7f52321825b5fa3d5a9036f')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/d3ce83a777056ae3ddc484683e018d245e7fc99f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/d3ce83a777056ae3ddc484683e018d245e7fc99f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/blender] Pushed new tag 17-4.1.1-7

2024-05-23 Thread @tpkessler


Torsten Keßler pushed new tag 17-4.1.1-7 at Arch Linux / Packaging / Packages / 
blender

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/tree/17-4.1.1-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/onnxruntime][main] Fix typo in cmake args

2024-05-23 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
onnxruntime


Commits:
1e026a83 by Torsten Keßler at 2024-05-23T21:17:19+02:00
Fix typo in cmake args

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -124,7 +124,7 @@ build() {
 -DCMAKE_CUDA_ARCHITECTURES="$(_valid_sm)"
 -DCMAKE_CUDA_STANDARD_REQUIRED=ON
 -DCMAKE_CXX_STANDARD_REQUIRED=ON
--Donnxruntime_NVCC_THREADS="$(nprocs)"
+-Donnxruntime_NVCC_THREADS="$(nproc)"
 -Donnxruntime_USE_CUDA=ON
 -Donnxruntime_USE_NCCL=ON
 -Donnxruntime_CUDA_HOME=/opt/cuda



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onnxruntime/-/commit/1e026a830bf6bd0452418853790b95a554e094da

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onnxruntime/-/commit/1e026a830bf6bd0452418853790b95a554e094da
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/onnxruntime] Pushed new tag 1.18.0-1

2024-05-23 Thread @tpkessler


Torsten Keßler pushed new tag 1.18.0-1 at Arch Linux / Packaging / Packages / 
onnxruntime

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onnxruntime/-/tree/1.18.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hip-runtime-amd] Pushed new tag 6.0.2-3

2024-05-21 Thread @tpkessler


Torsten Keßler pushed new tag 6.0.2-3 at Arch Linux / Packaging / Packages / 
hip-runtime-amd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hip-runtime-amd/-/tree/6.0.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hip-runtime-amd][main] upgpkg: 6.0.2-3

2024-05-21 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
hip-runtime-amd


Commits:
9b7dc157 by Torsten Keßler at 2024-05-21T21:49:27+02:00
upgpkg: 6.0.2-3

Rebuild with GCC 14

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hip-runtime-amd
pkgdesc = Heterogeneous Interface for Portability ROCm
pkgver = 6.0.2
-   pkgrel = 2
+   pkgrel = 3
url = https://rocm.docs.amd.com/projects/HIP/en/latest/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: acxz 
 pkgname=hip-runtime-amd
 pkgver=6.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Heterogeneous Interface for Portability ROCm"
 arch=('x86_64')
 url='https://rocm.docs.amd.com/projects/HIP/en/latest/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hip-runtime-amd/-/commit/9b7dc1577bef888dc155c57eeac0af645ba033b2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hip-runtime-amd/-/commit/9b7dc1577bef888dc155c57eeac0af645ba033b2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/magma] Pushed new tag 2.8.0-2

2024-05-21 Thread @tpkessler


Torsten Keßler pushed new tag 2.8.0-2 at Arch Linux / Packaging / Packages / 
magma

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/magma/-/tree/2.8.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/magma][main] upgpkg: 2.8.0-2

2024-05-21 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
magma


Commits:
35557dbe by Torsten Keßler at 2024-05-21T19:44:22+02:00
upgpkg: 2.8.0-2

Fix typo in AMD gpu targets. Now, the library includes support for all listed 
targets, not just gfx906.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = magma
pkgver = 2.8.0
-   pkgrel = 1
+   pkgrel = 2
url = https://icl.utk.edu/magma/
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -8,7 +8,7 @@ _pkgname=magma
 pkgbase=$_pkgname
 pkgname=(magma-cuda magma-hip)
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 _pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
 arch=('x86_64')
 url="https://icl.utk.edu/magma/";
@@ -62,7 +62,7 @@ build() {
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/opt/cuda/targets/x86_64-linux \
 -DBUILD_SHARED_LIBS=ON \
--DGPU_TARGET="$(_valid_sm | tr ' ' ';')"
+-DGPU_TARGET="$(_valid_sm)"
   ninja -C build
 
 
@@ -86,8 +86,8 @@ build() {
 -DCMAKE_INSTALL_PREFIX=/opt/rocm \
 -DBUILD_SHARED_LIBS=ON \
 -DMAGMA_ENABLE_HIP=ON \
--DGPU_TARGET="$(_valid_gfx | tr ' ' ';')" \
--DAMDGPU_TARGETS="$(_valig_gfx | tr ' ' ';')"
+-DGPU_TARGET="$(_valid_gfx)" \
+-DAMDGPU_TARGETS="$(_valid_gfx | tr ' ' ';')"
   ninja -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/magma/-/commit/35557dbe17e5ea3d79d8d8cb79c375b706818c5f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/magma/-/commit/35557dbe17e5ea3d79d8d8cb79c375b706818c5f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gcc13] Pushed new tag 13.3.0-1

2024-05-21 Thread @tpkessler


Torsten Keßler pushed new tag 13.3.0-1 at Arch Linux / Packaging / Packages / 
gcc13

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcc13/-/tree/13.3.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gcc13][main] upgpkg: 13.3.0-1

2024-05-21 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
gcc13


Commits:
0b8d3751 by Torsten Keßler at 2024-05-21T19:37:44+02:00
upgpkg: 13.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gcc13
pkgdesc = The GNU Compiler Collection
-   pkgver = 13.2.1
+   pkgver = 13.3.0
pkgrel = 1
url = https://gcc.gnu.org
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = gcc13
makedepends = zstd
options = !emptydirs
options = !lto
-   source = 
git+https://sourceware.org/git/gcc.git#commit=ca7d454804045a39d10a9b1f691a940aeacdf25b
+   source = 
git+https://sourceware.org/git/gcc.git#commit=b71f1de6e9cf7181a288c0f39f9b1ef6580cf5c8
source = c89
source = c99
source = fix-asan-allocator-aslr.patch
@@ -30,7 +30,7 @@ pkgbase = gcc13
validpgpkeys = 86CFFCA918CF3AF47147588051E8B148AC34
validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
-   sha256sums = 
4730129b2d8bc80630bfe512e6cbe69151395be6bd2eb1967d64ca87ed8c0e09
+   sha256sums = 
9ee55a2c27bf0110ffe06fe0356027480626169dbbb8ea94b7baed3ec24c8447
sha256sums = 
de48736f6e4153f03d0a5d38ceb6c6fdb7f054e8f47ddd6af0a3dbf14f27b931
sha256sums = 
2513c6d9984dd0a2058557bf00f06d8d5181734e41dcfe07be7ed86f2959622a
sha256sums = 
5ede1f5fec5b664428412a0849b28895be1c8d8982d3c0d246a4e95fd4730d65


=
PKGBUILD
=
@@ -10,9 +10,9 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=(gcc13 gcc13-libs gcc13-fortran)
-pkgver=13.2.1
+pkgver=13.3.0
 _majorver=${pkgver%%.*}
-_commit=ca7d454804045a39d10a9b1f691a940aeacdf25b
+_commit=b71f1de6e9cf7181a288c0f39f9b1ef6580cf5c8
 pkgrel=1
 pkgdesc='The GNU Compiler Collection'
 arch=(x86_64)
@@ -46,7 +46,7 @@ validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9  # 
bpiotrowski@archlinux.
   86CFFCA918CF3AF47147588051E8B148AC34  # 
evange...@foutrelis.com
   13975A70E63C361C73AE69EF6EEB81F8981C74C7  # 
richard.guent...@gmail.com
   D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62) # Jakub Jelinek 

-sha256sums=('4730129b2d8bc80630bfe512e6cbe69151395be6bd2eb1967d64ca87ed8c0e09'
+sha256sums=('9ee55a2c27bf0110ffe06fe0356027480626169dbbb8ea94b7baed3ec24c8447'
 'de48736f6e4153f03d0a5d38ceb6c6fdb7f054e8f47ddd6af0a3dbf14f27b931'
 '2513c6d9984dd0a2058557bf00f06d8d5181734e41dcfe07be7ed86f2959622a'
 '5ede1f5fec5b664428412a0849b28895be1c8d8982d3c0d246a4e95fd4730d65')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcc13/-/commit/0b8d37519a0d3c82b775c1c2d5a4f27ff8191bc6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcc13/-/commit/0b8d37519a0d3c82b775c1c2d5a4f27ff8191bc6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytorch][main] Add note on torchvision updates

2024-05-15 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytorch


Commits:
21789018 by Torsten Keßler at 2024-05-16T08:32:45+02:00
Add note on torchvision updates

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,6 +5,8 @@
 _pkgname=pytorch
 pkgbase="python-${_pkgname}"
 pkgname=("${pkgbase}" "${pkgbase}-opt" "${pkgbase}-cuda" "${pkgbase}-opt-cuda" 
"${pkgbase}-rocm" "${pkgbase}-opt-rocm")
+# When updating pytorch, also check the compatibility table for torchvision
+# https://github.com/pytorch/vision?tab=readme-ov-file#installation
 pkgver=2.3.0
 _pkgver=2.3.0
 pkgrel=5



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/21789018a86bf91557434a841a5a2f219319a1ca

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/21789018a86bf91557434a841a5a2f219319a1ca
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nsync][main] upgpkg: 1.27.0-1

2024-05-13 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
nsync


Commits:
1bef6531 by Torsten Keßler at 2024-05-13T19:39:53+02:00
upgpkg: 1.27.0-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = nsync
pkgdesc = A C library that exports various synchronization primitives, 
such as mutexes
-   pkgver = 1.26.0
-   pkgrel = 2
+   pkgver = 1.27.0
+   pkgrel = 1
url = https://github.com/google/nsync
arch = x86_64
license = Apache-2.0
makedepends = cmake
depends = gcc-libs
-   source = 
nsync-1.26.0.tar.gz::https://github.com/google/nsync/archive/1.26.0/nsync-1.26.0.tar.gz
+   source = 
nsync-1.27.0.tar.gz::https://github.com/google/nsync/archive/1.27.0/nsync-1.27.0.tar.gz
source = nsync-export.patch
-   sha256sums = 
80fc1e605bb3cf5f272811ece39c4fb6761ffcb9b30563301845cc9ff381eb8b
+   sha256sums = 
e8e552a358f4a28e844207a7c5cb51767e4aeb0b29e22d23ac2a09924130f761
sha256sums = 
7733d2979d9ec4ec7a9e7af8814544bdd68b5482ebaea1f00011ac8e1ea44258
 
 pkgname = nsync


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[nsync]
+source = "git"
+git = "https://github.com/google/nsync.git";


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Chih-Hsuan Yen 
 
 pkgname=nsync
-pkgver=1.26.0
-pkgrel=2
+pkgver=1.27.0
+pkgrel=1
 pkgdesc='A C library that exports various synchronization primitives, such as 
mutexes'
 arch=('x86_64')
 url='https://github.com/google/nsync'
@@ -13,7 +13,7 @@ depends=('gcc-libs')
 makedepends=('cmake')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
 "$pkgname-export.patch")
-sha256sums=('80fc1e605bb3cf5f272811ece39c4fb6761ffcb9b30563301845cc9ff381eb8b'
+sha256sums=('e8e552a358f4a28e844207a7c5cb51767e4aeb0b29e22d23ac2a09924130f761'
 '7733d2979d9ec4ec7a9e7af8814544bdd68b5482ebaea1f00011ac8e1ea44258')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nsync/-/commit/1bef6531dfd9bb4353b7324fbed11361098d8d33

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nsync/-/commit/1bef6531dfd9bb4353b7324fbed11361098d8d33
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nsync] Pushed new tag 1.27.0-1

2024-05-13 Thread @tpkessler


Torsten Keßler pushed new tag 1.27.0-1 at Arch Linux / Packaging / Packages / 
nsync

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nsync/-/tree/1.27.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cuda][main] upgpkg: 12.4.1-4

2024-05-08 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / cuda


Commits:
121d1b36 by Torsten Keßler at 2024-05-08T11:48:57+02:00
upgpkg: 12.4.1-4

Use gcc13

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = cuda
pkgdesc = NVIDIA's GPU programming toolkit
pkgver = 12.4.1
-   pkgrel = 3
+   pkgrel = 4
url = https://developer.nvidia.com/cuda-zone
install = cuda.install
arch = x86_64
license = LicenseRef-NVIDIA-CUDA
depends = opencl-nvidia
depends = python
-   depends = gcc
+   depends = gcc13
options = !strip
options = !debug
options = staticlibs


=
PKGBUILD
=
@@ -6,12 +6,12 @@ pkgname=(cuda cuda-tools)
 pkgbase=cuda
 pkgver=12.4.1
 _driverver=550.54.15
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuda-zone";
 license=(LicenseRef-NVIDIA-CUDA)
-depends=('opencl-nvidia' 'python' 'gcc')
+depends=('opencl-nvidia' 'python' 'gcc13')
 options=(!strip !debug staticlibs)
 install=cuda.install
 
source=(https://developer.download.nvidia.com/compute/cuda/${pkgver}/local_installers/cuda_${pkgver}_${_driverver}_linux.run
@@ -107,8 +107,8 @@ build() {
   # NOTE: As of cuda 12.3, this appears to be broken on its own.
   # It worked with cuda 12.2. Due to this bug. we now additionally need an
   # entry in cuda.sh for this to be recognized.
-  ln -s /usr/bin/gcc "${_prepdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++ "${_prepdir}/opt/cuda/bin/g++"
+  ln -s /usr/bin/gcc-13 "${_prepdir}/opt/cuda/bin/gcc"
+  ln -s /usr/bin/g++-13 "${_prepdir}/opt/cuda/bin/g++"
 
   # Install profile and ld.so.config files
   install -Dm644 "${srcdir}/cuda.sh" "${_prepdir}/etc/profile.d/cuda.sh"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cuda/-/commit/121d1b36bf7cd77c2c545d554a34cb3d37f7bcb9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cuda/-/commit/121d1b36bf7cd77c2c545d554a34cb3d37f7bcb9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cuda] Pushed new tag 12.4.1-4

2024-05-08 Thread @tpkessler


Torsten Keßler pushed new tag 12.4.1-4 at Arch Linux / Packaging / Packages / 
cuda

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cuda/-/tree/12.4.1-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gcc13] Pushed new tag 13.2.1-1

2024-05-08 Thread @tpkessler


Torsten Keßler pushed new tag 13.2.1-1 at Arch Linux / Packaging / Packages / 
gcc13

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcc13/-/tree/13.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gcc13] Pushed new branch main

2024-05-08 Thread @tpkessler


Torsten Keßler pushed new branch main at Arch Linux / Packaging / Packages / 
gcc13

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcc13/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytorch][main] upgpkg: 2.3.0-5

2024-05-05 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytorch


Commits:
477ad2b5 by Torsten Keßler at 2024-05-05T22:33:52+02:00
upgpkg: 2.3.0-5

oneAPI 2024.1 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pytorch
pkgdesc = Tensors and Dynamic neural networks in Python with strong GPU 
acceleration
pkgver = 2.3.0
-   pkgrel = 4
+   pkgrel = 5
url = https://pytorch.org
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase="python-${_pkgname}"
 pkgname=("${pkgbase}" "${pkgbase}-opt" "${pkgbase}-cuda" "${pkgbase}-opt-cuda" 
"${pkgbase}-rocm" "${pkgbase}-opt-rocm")
 pkgver=2.3.0
 _pkgver=2.3.0
-pkgrel=4
+pkgrel=5
 _pkgdesc='Tensors and Dynamic neural networks in Python with strong GPU 
acceleration'
 pkgdesc="${_pkgdesc}"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/477ad2b56f0f2c7a5541f4063a43ced008432c4e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/477ad2b56f0f2c7a5541f4063a43ced008432c4e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytorch] Pushed new tag 2.3.0-5

2024-05-05 Thread @tpkessler


Torsten Keßler pushed new tag 2.3.0-5 at Arch Linux / Packaging / Packages / 
python-pytorch

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/tree/2.3.0-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/blender][main] upgpkg: 17:4.1.1-5

2024-05-05 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
blender


Commits:
a24db3ad by Torsten Keßler at 2024-05-05T18:22:57+02:00
upgpkg: 17:4.1.1-5

OneAPI 2024.1 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.1.1
-   pkgrel = 4
+   pkgrel = 5
epoch = 17
url = https://www.blender.org
arch = x86_64


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=blender
 pkgver=4.1.1
-pkgrel=4
+pkgrel=5
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -172,6 +172,7 @@ build() {
 -D OPTIX_ROOT_DIR="$srcdir"
 -D PYTHON_VERSION="$(_get_pyver)"
 # -D SYCL_CPP_FLAGS=--verbose  # for debugging
+-D SYCL_ROOT_DIR=/opt/intel/oneapi/compiler/latest
 -D SYCL_OFFLINE_COMPILER_PARALLEL_JOBS=8
 -D USD_ROOT_DIR=/usr
 -D WITH_CYCLES_OSL=ON



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/a24db3ad12a92ac43edcd46abe3ff7328d401735

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/a24db3ad12a92ac43edcd46abe3ff7328d401735
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/blender] Pushed new tag 17-4.1.1-5

2024-05-05 Thread @tpkessler


Torsten Keßler pushed new tag 17-4.1.1-5 at Arch Linux / Packaging / Packages / 
blender

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/tree/17-4.1.1-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-oneapi-mkl] Pushed new tag 2024.1.0-1

2024-05-05 Thread @tpkessler


Torsten Keßler pushed new tag 2024.1.0-1 at Arch Linux / Packaging / Packages / 
intel-oneapi-mkl

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-mkl/-/tree/2024.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-oneapi-dpcpp-cpp][main] upgpkg: 2024.1.0-1

2024-05-05 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
intel-oneapi-dpcpp-cpp


Commits:
76e79810 by Torsten Keßler at 2024-05-05T16:31:24+02:00
upgpkg: 2024.1.0-1

New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-oneapi-dpcpp-cpp
pkgdesc = Intel oneAPI DPC++/C++ Compiler
-   pkgver = 2024.0.2
+   pkgver = 2024.1.0
pkgrel = 1
url = 
https://software.intel.com/content/www/us/en/develop/tools/oneapi.html
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = intel-oneapi-dpcpp-cpp
depends = bash
depends = zlib
conflicts = intel-oneapi-basekit
-   noextract = intel-oneapi-dpcpp-cpp-2024.0-2024.0.2-49895_amd64.deb
-   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-dpcpp-cpp-2024.0-2024.0.2-49895_amd64.deb
-   b2sums = 
e69c35e8106d63fafb9648473b60058bc8c8be5b5b63374784bee13177a720d655924ff3cdeb14a9d13d13ddb7629699040f14db9c457c22ddff27db92019edb
+   noextract = intel-oneapi-dpcpp-cpp-2024.1-2024.1.0-963_amd64.deb
+   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-dpcpp-cpp-2024.1-2024.1.0-963_amd64.deb
+   b2sums = 
515318f706eb775ee61f9e2d642deae9e6c2dc52d404dfb6dac23cff2c2e7ed1cc4be3586dc1ea77591d2d71a785ae96f0d0a0d94854d90c394db0b1dead776d
 
 pkgname = intel-oneapi-dpcpp-cpp


=
PKGBUILD
=
@@ -1,18 +1,18 @@
 # Maintainer: Torsten Keßler 
 
 pkgname="intel-oneapi-dpcpp-cpp"
-_pkgver=2024.0
-pkgver=2024.0.2
+_pkgver=2024.1
+pkgver=2024.1.0
 # Figure out new _debpkgrel value using
 # curl -L 
https://apt.repos.intel.com/oneapi/dists/all/main/binary-amd64/Packages | grep 
dpcpp-cpp
-_debpkgrel=49895
+_debpkgrel=963
 pkgrel=1
 pkgdesc="Intel oneAPI DPC++/C++ Compiler"
 arch=('x86_64')
 url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
 license=("LicenseRef-Intel-EULA-Developer-Tools")
 
source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${_pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";)
-b2sums=('e69c35e8106d63fafb9648473b60058bc8c8be5b5b63374784bee13177a720d655924ff3cdeb14a9d13d13ddb7629699040f14db9c457c22ddff27db92019edb')
+b2sums=('515318f706eb775ee61f9e2d642deae9e6c2dc52d404dfb6dac23cff2c2e7ed1cc4be3586dc1ea77591d2d71a785ae96f0d0a0d94854d90c394db0b1dead776d')
 noextract=(
 "${pkgname}-${_pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-dpcpp-cpp/-/commit/76e7981070642ad5d969e1ea9ef268b489e7c78a

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




[Git][archlinux/packaging/packages/intel-oneapi-dpcpp-cpp] Pushed new tag 2024.1.0-1

2024-05-05 Thread @tpkessler


Torsten Keßler pushed new tag 2024.1.0-1 at Arch Linux / Packaging / Packages / 
intel-oneapi-dpcpp-cpp

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-dpcpp-cpp/-/tree/2024.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-oneapi-dpcpp-debugger] Pushed new tag 2024.1.0-1

2024-05-05 Thread @tpkessler


Torsten Keßler pushed new tag 2024.1.0-1 at Arch Linux / Packaging / Packages / 
intel-oneapi-dpcpp-debugger

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-dpcpp-debugger/-/tree/2024.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-oneapi-dpcpp-debugger][main] upgpkg: 2024.1.0-1

2024-05-05 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
intel-oneapi-dpcpp-debugger


Commits:
0c5227cd by Torsten Keßler at 2024-05-05T16:21:16+02:00
upgpkg: 2024.1.0-1

New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = intel-oneapi-dpcpp-debugger
pkgdesc = Intel OneAPI GDB
-   pkgver = 2024.0.1
-   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
@@ -13,11 +13,11 @@ pkgbase = intel-oneapi-dpcpp-debugger
depends = libffi
provides = intel-oneapi-dpcpp-debugger-eclipse-cfg
conflicts = intel-oneapi-basekit
-   noextract = intel-oneapi-dpcpp-debugger-2024.0-2024.0.1-6_amd64.deb
+   noextract = intel-oneapi-dpcpp-debugger-2024.1-2024.1.0-435_amd64.deb
noextract = 
intel-oneapi-dpcpp-debugger-eclipse-cfg-2023.1.0-43513_all.deb
-   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-dpcpp-debugger-2024.0-2024.0.1-6_amd64.deb
+   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-dpcpp-debugger-2024.1-2024.1.0-435_amd64.deb
source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-dpcpp-debugger-eclipse-cfg-2023.1.0-43513_all.deb
-   b2sums = 
b6bf51186ccf055250e531040c2113b7542af8cd62c8efe2f921b6411b5f1d4be1a4399402ea4b36bd0064a2b9d12a6ce3a1167ff8402638573eb4d0b252fab5
+   b2sums = 
3d9963b1d42a2c465ca558ed92bb8b094d9b107cf775dcdc70e00a4410f7f69f9df22fe3ed0fb86fee7a4e7d5441bf1eaed75c759e09e18da4614c3fb297efc7
b2sums = 
db56931bc8c565b573d2623b3564bfb6b92d58baf199ab8e816c929db6be1b936fcdd04dc2b74fb28624aa93c83b0be388474f5395244dfc162ff39da14d0cd8
 
 pkgname = intel-oneapi-dpcpp-debugger


=
PKGBUILD
=
@@ -2,10 +2,10 @@
 # Contributor: Jingbei Li 
 
 pkgname=intel-oneapi-dpcpp-debugger
-_pkgver=2024.0
-_debpkgrel=6
-pkgver=2024.0.1
-pkgrel=2
+_pkgver=2024.1
+_debpkgrel=435
+pkgver=2024.1.0
+pkgrel=1
 pkgdesc='Intel OneAPI GDB'
 arch=('x86_64')
 url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
@@ -15,7 +15,7 @@ _eclipse_pkgver=2023.1.0
 _eclipse_debpkgrel=43513
 
source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${_pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";
 
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-eclipse-cfg-${_eclipse_pkgver}-${_eclipse_debpkgrel}_all.deb";)
-b2sums=('b6bf51186ccf055250e531040c2113b7542af8cd62c8efe2f921b6411b5f1d4be1a4399402ea4b36bd0064a2b9d12a6ce3a1167ff8402638573eb4d0b252fab5'
+b2sums=('3d9963b1d42a2c465ca558ed92bb8b094d9b107cf775dcdc70e00a4410f7f69f9df22fe3ed0fb86fee7a4e7d5441bf1eaed75c759e09e18da4614c3fb297efc7'
 
'db56931bc8c565b573d2623b3564bfb6b92d58baf199ab8e816c929db6be1b936fcdd04dc2b74fb28624aa93c83b0be388474f5395244dfc162ff39da14d0cd8')
 noextract=(
"${pkgname}-${_pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-dpcpp-debugger/-/commit/0c5227cdcbd271f5ad259931dadfa69f425bbd25

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




[Git][archlinux/packaging/packages/intel-oneapi-compiler-dpcpp-cpp-runtime][main] upgpkg: 2024.1.0-1

2024-05-05 Thread @tpkessler


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


Commits:
79074909 by Torsten Keßler at 2024-05-05T16:00:25+02:00
upgpkg: 2024.1.0-1

New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,21 +1,21 @@
 pkgbase = intel-oneapi-compiler-dpcpp-cpp-runtime
-   pkgver = 2024.0.2
+   pkgver = 2024.1.0
pkgrel = 1
url = 
https://software.intel.com/content/www/us/en/develop/tools/oneapi.html
arch = x86_64
license = custom
-   noextract = 
intel-oneapi-compiler-dpcpp-cpp-runtime-2024.0-2024.0.2-49895_amd64.deb
-   noextract = 
intel-oneapi-compiler-dpcpp-cpp-common-2024.0-2024.0.2-49895_all.deb
-   noextract = intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.0-49895_all.deb
-   noextract = 
intel-oneapi-icc-eclipse-plugin-cpp-2024.0-2024.0.2-49895_all.deb
-   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-dpcpp-cpp-runtime-2024.0-2024.0.2-49895_amd64.deb
-   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-dpcpp-cpp-common-2024.0-2024.0.2-49895_all.deb
-   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.0-2024.0.2-49895_all.deb
-   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-icc-eclipse-plugin-cpp-2024.0-2024.0.2-49895_all.deb
-   b2sums = 
fc3d676743897d95d8d82a03b2c01e1e01f016b862290d516be792c6e4004a4dc1010dffc8770f8220694dc836c9f7ac53ae99fecc0a18d534bdcf5e703fd46a
-   b2sums = 
0c35be4b3f9b7731f3553f6a568b645977d5cffb99acebab367406c45f7470318bad5347f4a72ac93da0516474266caa2ab040431d68e1fda14142091ca3df82
-   b2sums = 
13ba98f6b6c6c7f4326550eacf2d61f88cec19c07c410368d176a2931567c3b6f2fd32e57fdabc72065750b4cc0cd3fb6acc129128eb124707f36dff2c8761c7
-   b2sums = 
bdd4d169272123f43aacbef16f0eaa3ac5ede28ca42442e43b2de0b678e09a22cc18daa748715257b0d67fc0e477f50da1a2dae3e5e41beafd16fecc838c97e8
+   noextract = 
intel-oneapi-compiler-dpcpp-cpp-runtime-2024.1-2024.1.0-963_amd64.deb
+   noextract = 
intel-oneapi-compiler-dpcpp-cpp-common-2024.1-2024.1.0-963_all.deb
+   noextract = intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.1-963_all.deb
+   noextract = 
intel-oneapi-icc-eclipse-plugin-cpp-2024.1-2024.1.0-963_all.deb
+   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-dpcpp-cpp-runtime-2024.1-2024.1.0-963_amd64.deb
+   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-dpcpp-cpp-common-2024.1-2024.1.0-963_all.deb
+   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.1-2024.1.0-963_all.deb
+   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-icc-eclipse-plugin-cpp-2024.1-2024.1.0-963_all.deb
+   b2sums = 
019469e6183d7e7008c21bf5079899409a8ffde75a4f1a590e905cb7b2528a46dfd5bca13c276da78e1f4c730fc8e4a4342ed0be5ae9aaf9629530b5989ace8c
+   b2sums = 
a09bc6ecf2a5429c5b9729b9e09a85340b4e9589889d3998fc0e114a178c175af9fafd2db7019370981a29b2a8c94427426c6d6f643ce53652f05f63357770b2
+   b2sums = 
42ef84bf913485f87eda9cd6dd87096a1f316b8f9d913686d390b673e9997bc929737dab5b6c8ea8870519fdca90cf5f72760ebed4dd604d056adf6d263762e4
+   b2sums = 
ffedd178c9709a07e1a125f876cb1d63098ec860f7d122bef3013c605977210f632f3a4c2d40dd3d5bc384ff8ea68d60ca00aec71e006a25af963f21cb064993
 
 pkgname = intel-oneapi-compiler-dpcpp-cpp-runtime
pkgdesc = Intel oneAPI Data Parallel C++ compiler: Full runtime 
libraries and header files


=
PKGBUILD
=
@@ -5,9 +5,9 @@ _pkgbase='intel-oneapi-compiler-dpcpp'
 _pkgname="${_pkgbase}-cpp"
 pkgbase="${_pkgname}-runtime"
 pkgname=("${_pkgname}-runtime" "${_pkgname}-runtime-libs")
-_pkgver=2024.0
-pkgver=2024.0.2
-_debpkgrel=49895
+_pkgver=2024.1
+pkgver=2024.1.0
+_debpkgrel=963
 pkgrel=1
 _pkgdesc="Intel oneAPI Data Parallel C++ compiler"
 arch=('x86_64')
@@ -17,10 +17,10 @@ 
source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${_pkgver}-${pk
 
"https://apt.repos.intel.com/oneapi/pool/main/${_pkgname}-common-${_pkgver}-${pkgver}-${_debpkgrel}_all.deb";
 
"https://apt.repos.intel.com/oneapi/pool/main/${_pkgbase}-eclipse-cfg-${_pkgver}-${pkgver}-${_debpkgrel}_all.deb";
 
"https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-icc-eclipse-plugin-cpp-${_pkgver}-${pkgver}-${_debpkgrel}_all.deb";)
-b2sums=('fc3d676743897d95d8d82a03b2c01e1e01f016b862290d516be792c6e4004a4dc1010dffc8770f8220694dc836c9f7ac53ae99fecc0a18d534bdcf5e703fd46a'
-
'0c35be4b3f9b7731f3553f6a568b645977d5cffb99acebab367406c45f7470318bad5347f4a72ac93da0516474266caa2ab040431d68e1fda14142091ca3df82'
-
'13ba98f6b6c6c7f4326550eacf2d61f88cec19c07c410368d176a293156

[Git][archlinux/packaging/packages/intel-oneapi-compiler-dpcpp-cpp-runtime] Pushed new tag 2024.1.0-1

2024-05-05 Thread @tpkessler


Torsten Keßler pushed new tag 2024.1.0-1 at Arch Linux / Packaging / Packages / 
intel-oneapi-compiler-dpcpp-cpp-runtime

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




[Git][archlinux/packaging/packages/torchvision][main] upgpkg: 0.18.0-1

2024-05-04 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
torchvision


Commits:
384424f2 by Torsten Keßler at 2024-05-04T14:06:23+02:00
upgpkg: 0.18.0-1

New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = torchvision
pkgdesc = Datasets, transforms, and models specific to computer vision
-   pkgver = 0.17.1
-   pkgrel = 2
+   pkgver = 0.18.0
+   pkgrel = 1
url = https://github.com/pytorch/vision
arch = x86_64
license = BSD-3-Clause
@@ -25,13 +25,11 @@ pkgbase = torchvision
depends = python-sympy
optdepends = ffmpeg: video reader backend (the recommended one with 
better performance)
optdepends = python-pycocotools: support for MS-COCO dataset
-   source = 
vision-0.17.1.tar.gz::https://github.com/pytorch/vision/archive/v0.17.1.tar.gz
-   source = 
torchvision-ffmpeg6.patch::https://patch-diff.githubusercontent.com/raw/pytorch/vision/pull/8096.patch
+   source = 
vision-0.18.0.tar.gz::https://github.com/pytorch/vision/archive/v0.18.0.tar.gz
source = 
https://github.com/NVIDIA/DALI/raw/main/dali/operators/reader/loader/video/nvdecode/cuviddec.h
source = 
https://github.com/NVIDIA/DALI/raw/main/dali/operators/reader/loader/video/nvdecode/nvcuvid.h
source = torchvision-0_17_1-fix-build.patch
-   b2sums = 
db25faab565412f2892ca4cf8d13c459b8045aaab83009a686a93272f0b3e3e8c0da930f1d7b0682e0adc7a600195b035ca19f71fd15a26f77b349206e3ed324
-   b2sums = 
d9320af6029932045b95043728853a80c99d27ff919dc43eb2cac185181cee8a5ccbb4657ec77d281ceed22f27b8cfed4e7a7d783eecd477569641fd75ce4e95
+   b2sums = 
11b00b740589d109002136c2823edab8b06e832b93fc6b1a5ecbad29bb3a32516ac1a4e5fa48c5ae4cf8a579289c7581ba1658187fa0c56933cc820d73d43e96
b2sums = 
9ccff204a4e1e93340d8b12c2b1d17e01663c12957b4665c0043eccf76d507a7308745a5d9e4d89657840aaf8abf0aa8f51bd79d6e0d5dc57a376d54a754755a
b2sums = 
7db5d621f3099bc5455f1faeb7f4c3575a9cf70153ba56a6efc6d67d0ef2ac5438f6e117e621c5ef35c239eb3bce3fe17ce160e6b7765e8203d67a7299085429
b2sums = 
1c3b33f7ff310e2e91ba277e2d984641e10b60c2acde42e30d3454e254b44f1f91cb7374a8aa7e66e5a870c71166a799f9fe640fed3629dc3d7a0a8ea66f9f2f


=
PKGBUILD
=
@@ -18,8 +18,8 @@ 
_CUDA_ARCH_LIST_CMAKE="52-real;53-real;60-real;61-real;62-real;70-real;72-real;7
 _pkgname=vision
 pkgbase='torchvision'
 pkgname=('torchvision' 'torchvision-cuda' 'python-torchvision' 
'python-torchvision-cuda')
-pkgver=0.17.1
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc='Datasets, transforms, and models specific to computer vision'
 arch=('x86_64')
 url='https://github.com/pytorch/vision'
@@ -51,13 +51,11 @@ makedepends=(
   nvidia-utils
 )
 
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/pytorch/vision/archive/v${pkgver}.tar.gz";
-
$pkgname-ffmpeg6.patch::https://patch-diff.githubusercontent.com/raw/pytorch/vision/pull/8096.patch
 
"https://github.com/NVIDIA/DALI/raw/main/dali/operators/reader/loader/video/nvdecode/cuviddec.h";
 
"https://github.com/NVIDIA/DALI/raw/main/dali/operators/reader/loader/video/nvdecode/nvcuvid.h";
 "torchvision-0_17_1-fix-build.patch"
 )
-b2sums=('db25faab565412f2892ca4cf8d13c459b8045aaab83009a686a93272f0b3e3e8c0da930f1d7b0682e0adc7a600195b035ca19f71fd15a26f77b349206e3ed324'
-
'd9320af6029932045b95043728853a80c99d27ff919dc43eb2cac185181cee8a5ccbb4657ec77d281ceed22f27b8cfed4e7a7d783eecd477569641fd75ce4e95'
+b2sums=('11b00b740589d109002136c2823edab8b06e832b93fc6b1a5ecbad29bb3a32516ac1a4e5fa48c5ae4cf8a579289c7581ba1658187fa0c56933cc820d73d43e96'
 
'9ccff204a4e1e93340d8b12c2b1d17e01663c12957b4665c0043eccf76d507a7308745a5d9e4d89657840aaf8abf0aa8f51bd79d6e0d5dc57a376d54a754755a'
 
'7db5d621f3099bc5455f1faeb7f4c3575a9cf70153ba56a6efc6d67d0ef2ac5438f6e117e621c5ef35c239eb3bce3fe17ce160e6b7765e8203d67a7299085429'
 
'1c3b33f7ff310e2e91ba277e2d984641e10b60c2acde42e30d3454e254b44f1f91cb7374a8aa7e66e5a870c71166a799f9fe640fed3629dc3d7a0a8ea66f9f2f')
@@ -65,8 +63,6 @@ 
b2sums=('db25faab565412f2892ca4cf8d13c459b8045aaab83009a686a93272f0b3e3e8c0da930
 prepare() {
   cd "${srcdir}/${_pkgname}-${pkgver}"
 
-  patch -Np1 -i "${srcdir}"/$pkgname-ffmpeg6.patch
-
   # https://github.com/pytorch/vision/issues/8307
   patch -N -i "${srcdir}"/torchvision-0_17_1-fix-build.patch
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/torchvision/-/commit/384424f28fb8eb1156d50cfcee08d3eda25516fe

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/torchvision/-/commit/384424f28fb8eb1156d50cfcee08d3eda25516fe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/torchvision] Pushed new tag 0.18.0-1

2024-05-04 Thread @tpkessler


Torsten Keßler pushed new tag 0.18.0-1 at Arch Linux / Packaging / Packages / 
torchvision

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/torchvision/-/tree/0.18.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-oneapi-compiler-shared] Pushed new tag 2024.1.0-1

2024-05-03 Thread @tpkessler


Torsten Keßler pushed new tag 2024.1.0-1 at Arch Linux / Packaging / Packages / 
intel-oneapi-compiler-shared

-- 
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/-/tree/2024.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-oneapi-compiler-shared][main] upgpkg: 2024.1.0-1

2024-05-03 Thread @tpkessler


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


Commits:
0261cc55 by Torsten Keßler at 2024-05-03T10:47:25+02:00
upgpkg: 2024.1.0-1

New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-oneapi-compiler-shared
pkgdesc = Intel oneAPI compiler runtime libraries
-   pkgver = 2024.0.2
+   pkgver = 2024.1.0
pkgrel = 1
url = 
https://software.intel.com/content/www/us/en/develop/tools/oneapi.html
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = intel-oneapi-compiler-shared
depends = zlib
provides = intel-oneapi-compiler-shared-common
conflicts = intel-oneapi-basekit
-   noextract = intel-oneapi-compiler-shared-2024.0-2024.0.2-49895_amd64.deb
-   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-shared-2024.0-2024.0.2-49895_amd64.deb
-   b2sums = 
1945193ef177f543d09bf586306ed1bc53b3c94da062dee19247d0fe2a95a8e1747cf9d390944985b01e7acb2b09513cadcca170a7937fc9e9a9c8579f145252
+   noextract = intel-oneapi-compiler-shared-2024.1-2024.1.0-963_amd64.deb
+   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-compiler-shared-2024.1-2024.1.0-963_amd64.deb
+   b2sums = 
9d0c250eee38f42edaf60b624f7dfccae32179609f12c7a2014376350d6742d8ff2a760b6c539c724aa0c0a3c32fab4b4205704acb676aed984cba9313479393
 
 pkgname = intel-oneapi-compiler-shared


=
PKGBUILD
=
@@ -2,16 +2,16 @@
 # Contributor: Konstantin Gizdov 
 
 pkgname=intel-oneapi-compiler-shared
-_pkgver=2024.0
-pkgver=2024.0.2
-_debpkgrel=49895
+_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'
 license=("LicenseRef-Intel-EULA-Developer-Tools")
 
source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${_pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";)
-b2sums=('1945193ef177f543d09bf586306ed1bc53b3c94da062dee19247d0fe2a95a8e1747cf9d390944985b01e7acb2b09513cadcca170a7937fc9e9a9c8579f145252')
+b2sums=('9d0c250eee38f42edaf60b624f7dfccae32179609f12c7a2014376350d6742d8ff2a760b6c539c724aa0c0a3c32fab4b4205704acb676aed984cba9313479393')
 depends=('intel-oneapi-compiler-shared-common' 
'intel-oneapi-compiler-shared-runtime'
  'intel-oneapi-dpcpp-debugger' 'intel-oneapi-common' 
'intel-oneapi-compiler-shared-runtime-libs'
  'level-zero-loader' 'glibc' 'gcc-libs' 'zlib')
@@ -31,14 +31,6 @@ package() {
 
 find "${pkgdir}" -type f -iname "*.a" -exec chmod 644 '{}' \;
 
-# Symlinks are split between two binary packages. We add them manually
-# in intel-oneapi-compiler-shared, so we have to remove them here.
-local _lib_name="${_lib_path}/2024.0/lib/libur_adapter_level_zero.so"
-rm -f "${pkgdir}/${_lib_name}".{0,0.0.0}
-
-_lib_name="${_lib_path}/2024.0/lib/libur_loader.so"
-rm -f "${pkgdir}/${_lib_name}".{0,0.7.0}
-
 install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
 ln -s /usr/share/licenses/intel-oneapi 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/oneapi
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-compiler-shared/-/commit/0261cc55c2bf99d84f8da6f669e0a36edd884ac9

-- 
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/-/commit/0261cc55c2bf99d84f8da6f669e0a36edd884ac9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-oneapi-compiler-shared-runtime][main] upgpkg: 2024.1.0-1

2024-05-03 Thread @tpkessler


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-comp

[Git][archlinux/packaging/packages/intel-oneapi-compiler-shared-runtime] Pushed new tag 2024.1.0-1

2024-05-03 Thread @tpkessler


Torsten Keßler pushed new tag 2024.1.0-1 at Arch Linux / Packaging / Packages / 
intel-oneapi-compiler-shared-runtime

-- 
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/-/tree/2024.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-oneapi-dev-utilities][main] upgpkg: 2024.1.0-1

2024-05-03 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
intel-oneapi-dev-utilities


Commits:
947fa81b by Torsten Keßler at 2024-05-03T10:16:45+02:00
upgpkg: 2024.1.0-1

New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-oneapi-dev-utilities
pkgdesc = Intel oneAPI Dev Utilities
-   pkgver = 2024.0.0
+   pkgver = 2024.1.0
pkgrel = 1
url = 
https://software.intel.com/content/www/us/en/develop/tools/oneapi.html
arch = any
@@ -8,11 +8,11 @@ pkgbase = intel-oneapi-dev-utilities
depends = intel-oneapi-common
provides = intel-oneapi-dev-utilities-eclipse-cfg
conflicts = intel-oneapi-basekit
-   noextract = intel-oneapi-dev-utilities-2024.0.0-49320_amd64.deb
-   noextract = 
intel-oneapi-dev-utilities-eclipse-cfg-2024.0-2024.0.0-49320_all.deb
-   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-dev-utilities-2024.0.0-49320_amd64.deb
-   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-dev-utilities-eclipse-cfg-2024.0-2024.0.0-49320_all.deb
-   b2sums = 
8728a9723b17200b9b052c151da151bdea62cd90e3cd8df3225eaae1c1183776736d24d3b863a7e50b59c346b3ab422f98ca0c7d85919a03f7089549cf7a563b
-   b2sums = 
203cb090e0c570c1868e2ba3252df2d9a4b9285534fe1ac2d1fa21629fd15ea415f4f043bb767179efe5c3312c71921758ee7c752a0e560f574b1eecc920db5f
+   noextract = intel-oneapi-dev-utilities-2024.1.0-340_amd64.deb
+   noextract = 
intel-oneapi-dev-utilities-eclipse-cfg-2024.1-2024.1.0-340_all.deb
+   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-dev-utilities-2024.1.0-340_amd64.deb
+   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-dev-utilities-eclipse-cfg-2024.1-2024.1.0-340_all.deb
+   b2sums = 
e9b07c6d4b05795a061bc412244cb0d79283bb578ba181ba2d1725a65584a1ccf130faa1ff6070e6015efbc1d4c0180961586e26524130fc471a8eb166a38d72
+   b2sums = 
78b95f377504be99f6c45581f4b7b37b953204b1c061ac41e2919f0f9d5492eef8d51585842f4a1b8c084d32a794bcdec867736c4aa7dbe606bbdf3a3ba6babe
 
 pkgname = intel-oneapi-dev-utilities


=
PKGBUILD
=
@@ -2,9 +2,9 @@
 # Contributor: Jingbei Li 
 
 pkgname=intel-oneapi-dev-utilities
-_pkgver=2024.0
-_debpkgrel=49320
-pkgver=2024.0.0
+_pkgver=2024.1
+_debpkgrel=340
+pkgver=2024.1.0
 pkgrel=1
 pkgdesc="Intel oneAPI Dev Utilities"
 arch=('any')
@@ -12,8 +12,8 @@ 
url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
 license=("LicenseRef-Intel-EULA-Developer-Tools")
 
source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${pkgver}-${_debpkgrel}_amd64.deb";
 
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-eclipse-cfg-${_pkgver}-${pkgver}-${_debpkgrel}_all.deb";)
-b2sums=('8728a9723b17200b9b052c151da151bdea62cd90e3cd8df3225eaae1c1183776736d24d3b863a7e50b59c346b3ab422f98ca0c7d85919a03f7089549cf7a563b'
-
'203cb090e0c570c1868e2ba3252df2d9a4b9285534fe1ac2d1fa21629fd15ea415f4f043bb767179efe5c3312c71921758ee7c752a0e560f574b1eecc920db5f')
+b2sums=('e9b07c6d4b05795a061bc412244cb0d79283bb578ba181ba2d1725a65584a1ccf130faa1ff6070e6015efbc1d4c0180961586e26524130fc471a8eb166a38d72'
+
'78b95f377504be99f6c45581f4b7b37b953204b1c061ac41e2919f0f9d5492eef8d51585842f4a1b8c084d32a794bcdec867736c4aa7dbe606bbdf3a3ba6babe')
 depends=('intel-oneapi-common')
 provides=("${pkgname}-eclipse-cfg")
 conflicts=('intel-oneapi-basekit')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-dev-utilities/-/commit/947fa81b711f81f55c1cea1a550d68c7b0a0

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




[Git][archlinux/packaging/packages/intel-oneapi-dev-utilities] Pushed new tag 2024.1.0-1

2024-05-03 Thread @tpkessler


Torsten Keßler pushed new tag 2024.1.0-1 at Arch Linux / Packaging / Packages / 
intel-oneapi-dev-utilities

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-dev-utilities/-/tree/2024.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   4   5   6   7   >