mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/python-scipy to 0.17.1-1
This commit is contained in:
parent
a782a2792c
commit
9edb65f99d
1 changed files with 3 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
# - pass --noarch to build lines to remove x86 defaults
|
||||
|
||||
pkgname=('python-scipy' 'python2-scipy')
|
||||
pkgver=0.17.0
|
||||
pkgver=0.17.1
|
||||
pkgrel=1
|
||||
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -17,11 +17,8 @@ url="http://www.scipy.org/"
|
|||
license=('BSD')
|
||||
makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools')
|
||||
checkdepends=('python-nose' 'python2-nose')
|
||||
#source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
|
||||
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz")
|
||||
#validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
|
||||
md5sums=('5ff2971e1ce90e762c59d2cd84837224')
|
||||
# 'SKIP')
|
||||
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz")
|
||||
md5sums=('ddb93a497f2d3599baec97ade67f412f')
|
||||
|
||||
build() {
|
||||
export LDFLAGS="-Wall -shared"
|
||||
|
|
Loading…
Reference in a new issue