mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
python-numpy: update to 1.10.4
This commit is contained in:
parent
a4c1eefe73
commit
9df4239217
@ -6,8 +6,8 @@
|
||||
|
||||
pkgbase=python-numpy
|
||||
pkgname=('python3-numpy' 'python2-numpy')
|
||||
pkgver=1.9.2
|
||||
pkgrel=2
|
||||
pkgver=1.10.4
|
||||
pkgrel=1
|
||||
pkgdesc="Scientific tools for Python"
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
@ -15,14 +15,12 @@ url="http://numpy.org/"
|
||||
makedepends=('blas'
|
||||
'gcc-fortran'
|
||||
'lapack'
|
||||
'python3'
|
||||
'python2'
|
||||
'python3-setuptools'
|
||||
'python2-setuptools'
|
||||
'python3-nose'
|
||||
'python2-nose')
|
||||
source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
|
||||
md5sums=('a1ed53432dbcd256398898d35bc8e645')
|
||||
'python3' 'python2'
|
||||
'python3-setuptools' 'python2-setuptools'
|
||||
'python3-nose' 'python2-nose'
|
||||
'python3-cython' 'python2-cython')
|
||||
source=(https://github.com/numpy/numpy/archive/v${pkgver}.tar.gz)
|
||||
md5sums=('3cb325c3dff03b5bc15206c757a26116')
|
||||
options=('staticlibs')
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user