python-numpy: update to 1.11.3
This commit is contained in:
parent
b77b68a62b
commit
75b1e2f786
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python-numpy'
|
# Template file for 'python-numpy'
|
||||||
pkgname=python-numpy
|
pkgname=python-numpy
|
||||||
version=1.11.2
|
version=1.11.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="numpy-${version}"
|
wrksrc="numpy-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools gcc-fortran"
|
hostmakedepends="python-setuptools python3-setuptools
|
||||||
|
python-Cython python3-Cython gcc-fortran"
|
||||||
makedepends="python-devel python3-devel lapack-devel cblas-devel"
|
makedepends="python-devel python3-devel lapack-devel cblas-devel"
|
||||||
pycompile_module="numpy"
|
pycompile_module="numpy"
|
||||||
short_desc="Fast and sophisticated array facility to Python2"
|
short_desc="Fast and sophisticated array facility to Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.numpy.org/"
|
homepage="http://www.numpy.org/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz"
|
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
|
||||||
checksum=04db2fbd64e2e7c68e740b14402b25af51418fc43a59d9e54172b38b906b0f69
|
checksum=956afdeb9b5600e873326e410e9379684dac8f8f47ea569151a417984e7799cf
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
numpy:f2py:/usr/bin/f2py2
|
numpy:f2py:/usr/bin/f2py2
|
||||||
|
|
Loading…
Reference in a new issue