summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2021-05-03 11:04:38 +0200
committerIyán Méndez Veiga2021-05-03 11:04:38 +0200
commitc1549fc9cabfc061c1fcee0f17ad0e26a951e805 (patch)
tree189def64c824faac4f2afeb938e72e25c6a25a77
parentbf86cc530939483c057ac23631a36a0e68e6013f (diff)
downloadaur-c1549fc9cabfc061c1fcee0f17ad0e26a951e805.tar.gz
Change openblas with openblas-lapack from AUR
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09e943f0c223..ec2b418cd232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-qiskit-aer
pkgdesc = A high performance simulator for quantum circuits that includes noise models
pkgver = 0.8.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Qiskit/qiskit-aer
arch = x86_64
license = Apache
@@ -13,7 +13,7 @@ pkgbase = python-qiskit-aer
depends = cython
depends = muparserx
depends = nlohmann-json
- depends = openblas
+ depends = openblas-lapack
depends = python-numpy
depends = python-qiskit-terra
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index caca1f538d8a..df4f56b91cf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qiskit-aer
pkgname=python-${_pkgname}
pkgver=0.8.2
-pkgrel=2
+pkgrel=3
pkgdesc="A high performance simulator for quantum circuits that includes noise models"
arch=('x86_64')
url="https://github.com/Qiskit/qiskit-aer"
@@ -11,7 +11,7 @@ depends=(
'cython'
'muparserx'
'nlohmann-json'
- 'openblas'
+ 'openblas-lapack'
'python-numpy'
'python-qiskit-terra'
'python-scipy'