summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2019-09-28 20:27:30 -0700
committerTyler Veness2019-09-28 20:27:30 -0700
commitf7753cb2f8b389c3fdcaeee997f0437b3b9d81bc (patch)
treea9533b763606057711df33588fba9000da810e84
parent48a764e9425a06ecc04fb4bca4d6710a9a457970 (diff)
downloadaur-f7753cb2f8b389c3fdcaeee997f0437b3b9d81bc.tar.gz
upgpkg: python-slycot-git 292.2f31897
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 857b2dbb1e3e..233bbd9a3c3b 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 = 248.2d19788
+ pkgver = 292.2f31897
pkgrel = 1
url = http://github.com/python-control/Slycot
arch = i686
@@ -10,7 +10,7 @@ pkgbase = python-slycot-git
makedepends = cmake
makedepends = gcc-fortran
makedepends = python-scikit-build
- depends = python-numpy-openblas
+ depends = python-numpy
provides = python-slycot
conflicts = python-slycot
source = git+https://github.com/python-control/Slycot.git
diff --git a/PKGBUILD b/PKGBUILD
index 52077a2898a7..61e4aa6a154e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: James Duley <jagduley gmail>
pkgname=python-slycot-git
-pkgver=248.2d19788
+pkgver=292.2f31897
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/python-control/Slycot"
license=('GPL2')
-depends=('python-numpy-openblas')
+depends=('python-numpy')
makedepends=('git' 'cmake' 'gcc-fortran' 'python-scikit-build')
optdepends=()
provides=('python-slycot')
@@ -31,7 +31,6 @@ package() {
cd "$srcdir/Slycot"
python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
- mv ${pkgdir}/usr/slycot ${pkgdir}/usr/lib/python*/site-packages
}
# vim:set ts=2 sw=2 et: