summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2021-06-11 11:01:33 +0800
committerJack Chen2021-06-11 11:01:33 +0800
commit45ecf13fe7b175e13a6ab487bc2468e01ca428fb (patch)
treea637c0dc7785876ba03a238d1f08417688f4efdd
parent4e0a0e1495c2e68620f2a69b5c5ff2d7b571e08e (diff)
downloadaur-45ecf13fe7b175e13a6ab487bc2468e01ca428fb.tar.gz
removed the dependency on libxml2
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ae7989239b4..d7b516754a37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = intel-cpu-runtime
url = https://software.intel.com/content/www/us/en/develop/articles/opencl-runtime-release-notes.html
arch = x86_64
license = custom
- depends = libxml2
depends = tbb
depends = hwloc
provides = opencl-intel
diff --git a/PKGBUILD b/PKGBUILD
index 051b4921ca41..ebcadaf336da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Intel(R) CPU Runtime for OpenCL(TM) Applications"
arch=('x86_64')
url="https://software.intel.com/content/www/us/en/develop/articles/opencl-runtime-release-notes.html"
license=('custom')
-depends=('libxml2' 'tbb' 'hwloc')
+depends=('tbb' 'hwloc')
provides=('opencl-intel' 'opencl-driver')
source=(
"https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-runtime-tbb-${_pkgver}-${_pkgrel}_amd64.deb"