python-numpy: update to 1.13.0
This commit is contained in:
parent
3d91e7202e
commit
1b730c4c39
2 changed files with 2 additions and 11 deletions
|
@ -1,9 +0,0 @@
|
|||
--- numpy/core/src/multiarray/numpyos.c.orig
|
||||
+++ numpy/core/src/multiarray/numpyos.c
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#ifdef HAVE_STRTOLD_L
|
||||
#include <stdlib.h>
|
||||
-#include <xlocale.h>
|
||||
+#include <locale.h>
|
||||
#endif
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-numpy'
|
||||
pkgname=python-numpy
|
||||
version=1.12.1
|
||||
version=1.13.0
|
||||
revision=1
|
||||
wrksrc="numpy-${version}"
|
||||
build_style=python-module
|
||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="http://www.numpy.org/"
|
||||
license="3-clause-BSD"
|
||||
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
|
||||
checksum=71253c0db5df2d0a925090b0804aa1070e9c336d891217bda5701f455d8141f7
|
||||
checksum=dbbaaf3e86d0d138d42c61b1243d580bd6351088f0bcf2e44a7374c4559a1845
|
||||
# Needs cross Python headers and/or libs issues sorted out.
|
||||
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/1408/steps/shell_3/logs/stdio"
|
||||
|
||||
|
|
Loading…
Reference in a new issue