summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2016-08-11 17:51:49 -0700
committerTyler Veness2016-08-11 17:51:49 -0700
commit82a04f082a9ac67521d8b50670960f9b4cf03e1c (patch)
tree013c6ea3cf399a968a144db8d694d2c2f94844e1
parent65b4209f028eb41f5fc6dfc858e259fdb4af0e02 (diff)
downloadaur-82a04f082a9ac67521d8b50670960f9b4cf03e1c.tar.gz
Fixed undefined symbols by requiring numpy with OpenBLAS support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9238fc38218e..684870997b46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-slycot-git
pkgdesc = Python wrapper for selected SLICOT routines, notably including solvers for Riccati, Lyapunov and Sylvester equations.
- pkgver = 137.9bec0d2
+ pkgver = 140.234447c
pkgrel = 1
url = http://github.com/jgoppert/Slycot
arch = i686
@@ -8,7 +8,7 @@ pkgbase = python-slycot-git
license = GPL2
makedepends = git
makedepends = gcc-fortran
- depends = python-numpy
+ depends = python-numpy-openblas
provides = python-slycot
conflicts = python-slycot
source = git+https://github.com/jgoppert/Slycot.git
diff --git a/PKGBUILD b/PKGBUILD
index 6d35a4c30d9e..56986a8b436e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-slycot-git
_gitname=Slycot
-pkgver=137.9bec0d2
+pkgver=140.234447c
pkgrel=1
pkgdesc="Python wrapper for selected SLICOT routines, notably including solvers for Riccati, Lyapunov and Sylvester equations."
arch=('i686' 'x86_64')
url="http://github.com/jgoppert/Slycot"
license=('GPL2')
-depends=('python-numpy')
+depends=('python-numpy-openblas')
makedepends=('git' 'gcc-fortran')
optdepends=()
provides=('python-slycot')