python-scipy: update to 0.19.0

This commit is contained in:
gnastyle 2017-03-11 20:14:09 +01:00
parent d0e42bfd02
commit 4792635574

View File

@ -1,5 +1,5 @@
pkgname=('python3-scipy' 'python2-scipy')
pkgver=0.18.1
pkgver=0.19.0
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('x86_64')
@ -8,7 +8,7 @@ license=('BSD')
makedepends=('gcc-fortran' 'python3-numpy' 'python2-numpy' 'python3-setuptools' 'python2-setuptools')
checkdepends=('python3-nose' 'python2-nose')
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz")
sha1sums=('3b871f079ce45793f742cb0c42f635d3ce57c226')
sha256sums=('ed52232afb2b321a4978e39040d94bf81af90176ba64f58c4499dc305a024437')
build() {
export LDFLAGS="-Wall -shared"