mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/python-scipy to 0.17.0-1
This commit is contained in:
parent
1c7ca8f0c2
commit
4806314032
1 changed files with 7 additions and 6 deletions
|
@ -9,18 +9,19 @@
|
|||
# - pass --noarch to build lines to remove x86 defaults
|
||||
|
||||
pkgname=('python-scipy' 'python2-scipy')
|
||||
pkgver=0.16.1
|
||||
pkgrel=2
|
||||
pkgver=0.17.0
|
||||
pkgrel=1
|
||||
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
|
||||
arch=('i686' 'x86_64')
|
||||
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})
|
||||
validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
|
||||
md5sums=('967cdb8588a4249f820344d8264a2143'
|
||||
'SKIP')
|
||||
#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')
|
||||
|
||||
build() {
|
||||
export LDFLAGS="-Wall -shared"
|
||||
|
|
Loading…
Reference in a new issue