mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 05:23:02 +02:00
python-numpy: update to 1.16.4.
This commit is contained in:
parent
1301944058
commit
166ace4e82
3 changed files with 9 additions and 38 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- numpy/f2py/setup.py.orig
|
|
||||||
+++ numpy/f2py/setup.py
|
|
||||||
@@ -55,7 +55,7 @@ def configuration(parent_package='', top
|
|
||||||
config.make_svn_version_py()
|
|
||||||
|
|
||||||
def generate_f2py_py(build_dir):
|
|
||||||
- f2py_exe = 'f2py' + os.path.basename(sys.executable)[6:]
|
|
||||||
+ f2py_exe = 'f2py'
|
|
||||||
if f2py_exe[-4:] == '.exe':
|
|
||||||
f2py_exe = f2py_exe[:-4] + '.py'
|
|
||||||
if 'bdist_wininst' in sys.argv and f2py_exe[-3:] != '.py':
|
|
|
@ -1,47 +1,30 @@
|
||||||
# Template file for 'python-numpy'
|
# Template file for 'python-numpy'
|
||||||
pkgname=python-numpy
|
pkgname=python-numpy
|
||||||
version=1.15.4
|
version=1.16.4
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="numpy-${version}"
|
wrksrc="numpy-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
pycompile_module="numpy"
|
pycompile_module="numpy"
|
||||||
hostmakedepends="python-setuptools python3-setuptools
|
hostmakedepends="python-setuptools python-Cython gcc-fortran"
|
||||||
python-Cython python3-Cython gcc-fortran"
|
makedepends="python-devel lapack-devel cblas-devel"
|
||||||
makedepends="python-devel python3-devel lapack-devel cblas-devel"
|
|
||||||
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="https://www.numpy.org/"
|
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://www.numpy.org/"
|
||||||
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
|
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
|
||||||
checksum=3b1744b96ce41fff1c7e19144ca85cbbfb11e4b4e0e13080ca374df212801dbb
|
checksum=3bdabda4a2ac4f1986b4bc55f865cd0b68b71edc9420b03e911e0ee52743e9c4
|
||||||
alternatives="numpy:f2py:/usr/bin/f2py2"
|
alternatives="numpy:f2py:/usr/bin/f2py2"
|
||||||
|
|
||||||
nocross="https://build.voidlinux.org/builders/armv7l_builder/builds/1408/steps/shell_3/logs/stdio"
|
nocross="https://build.voidlinux.org/builders/armv7l_builder/builds/1408/steps/shell_3/logs/stdio"
|
||||||
|
|
||||||
export ATLAS=None
|
|
||||||
LDFLAGS="-shared"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# create compat symlinks for .h files
|
# create compat symlinks for .h files
|
||||||
vmkdir ${py2_inc}
|
vmkdir ${py2_inc}
|
||||||
ln -sfr ${DESTDIR}/${py2_sitelib}/numpy/core/include/numpy \
|
ln -sfr ${DESTDIR}/${py2_sitelib}/numpy/core/include/numpy \
|
||||||
${DESTDIR}/${py2_inc}
|
${DESTDIR}/${py2_inc}
|
||||||
vmkdir ${py3_inc}
|
|
||||||
ln -sfr ${DESTDIR}/${py3_sitelib}/numpy/core/include/numpy \
|
rm -f ${DESTDIR}/usr/bin/f2py
|
||||||
${DESTDIR}/${py3_inc}
|
|
||||||
|
|
||||||
rm -f ${DESTDIR}/usr/lib/python*/site-packages/numpy/LICENSE.txt
|
rm -f ${DESTDIR}/usr/lib/python*/site-packages/numpy/LICENSE.txt
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-numpy_package() {
|
|
||||||
alternatives="numpy:f2py:/usr/bin/f2py3"
|
|
||||||
pycompile_module="numpy"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/bin/f2py3
|
|
||||||
vmove ${py3_sitelib}
|
|
||||||
vmove ${py3_inc}
|
|
||||||
vlicense LICENSE.txt LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
python-numpy
|
|
Loading…
Add table
Reference in a new issue