Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / arrayfire
Commits: 5297ad0b by Sven-Hendrik Haase at 2024-09-28T06:41:01+02:00 upgpkg: 3.9.0-6: Remove freeimage support See https://gitlab.archlinux.org/archlinux/packaging/packages/freeimage/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = arrayfire pkgdesc = High performance software library for parallel computing with an easy-to-use API pkgver = 3.9.0 - pkgrel = 5 + pkgrel = 6 url = https://arrayfire.com arch = x86_64 license = BSD @@ -20,7 +20,6 @@ pkgbase = arrayfire depends = fftw depends = lapacke depends = forge - depends = freeimage depends = glfw depends = glew depends = intel-oneapi-mkl ===================================== PKGBUILD ===================================== @@ -2,12 +2,12 @@ pkgname=arrayfire pkgver=3.9.0 -pkgrel=5 +pkgrel=6 pkgdesc="High performance software library for parallel computing with an easy-to-use API" arch=('x86_64') url='https://arrayfire.com' license=('BSD') -depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew' 'intel-oneapi-mkl' 'intel-oneapi-tbb' 'spdlog') +depends=('cblas' 'fftw' 'lapacke' 'forge' 'glfw' 'glew' 'intel-oneapi-mkl' 'intel-oneapi-tbb' 'spdlog') makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 'cuda' 'cudnn' 'git' 'ninja' 'boost') optdepends=('cuda: Required for using CUDA backend' 'nvidia-utils: Required for using CUDA backend' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/arrayfire/-/commit/5297ad0bc8ae8f5a043b765d6a87a7c06f86bd39 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/arrayfire/-/commit/5297ad0bc8ae8f5a043b765d6a87a7c06f86bd39 You're receiving this email because of your account on gitlab.archlinux.org.
