summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2020-04-23 00:35:22 +0200
committerIyán Méndez Veiga2020-04-23 00:36:42 +0200
commit7a5dc3abd607d49be86976fed8ef6850db778681 (patch)
tree971dfaf4aa140180fcb2a9b8990dd4186fef0390 /PKGBUILD
parent62e0b3bc182d05069784544faea8435bf2b63da6 (diff)
parentdc67b296cc4ae755ecd04f5913ad04f8a9fb07f1 (diff)
downloadaur-7a5dc3abd607d49be86976fed8ef6850db778681.tar.gz
Merge branch 'master' of ssh://aur.archlinux.org/python-qiskit-aer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e54b0b2efaf..df653f506f49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=(
'python-qiskit-terra'
'cython'
'openblas'
- 'muparserx')
+ 'pybind11')
optdepends=(
'thrust: Parallelization (GPU/CPU) support'
'cuda: Parallelization with CUDA (NVIDIA)'
@@ -20,7 +20,8 @@ optdepends=(
makedepends=(
'python-setuptools'
'cmake'
- 'python-scikit-build')
+ 'python-scikit-build'
+ 'muparserx')
source=(
"${_pkgname}-${pkgver}.tar.gz::https://github.com/Qiskit/${_pkgname}/archive/${pkgver}.tar.gz"
"cmake.patch")