mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/python-scipy to 0.18.0-1
This commit is contained in:
parent
da8181e963
commit
bf65ac9eee
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
# - pass --noarch to build lines to remove x86 defaults
|
# - pass --noarch to build lines to remove x86 defaults
|
||||||
|
|
||||||
pkgname=('python-scipy' 'python2-scipy')
|
pkgname=('python-scipy' 'python2-scipy')
|
||||||
pkgver=0.17.1
|
pkgver=0.18.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
|
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -18,7 +18,7 @@ license=('BSD')
|
||||||
makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools')
|
makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools')
|
||||||
checkdepends=('python-nose' 'python2-nose')
|
checkdepends=('python-nose' 'python2-nose')
|
||||||
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz")
|
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz")
|
||||||
md5sums=('ddb93a497f2d3599baec97ade67f412f')
|
md5sums=('59bceff108f58b0e72dfac6fb719476e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export LDFLAGS="-Wall -shared"
|
export LDFLAGS="-Wall -shared"
|
||||||
|
|
Loading…
Reference in a new issue