diff --git a/programming/language/python3/python3-numpy/actions.py b/programming/language/python3/python3-numpy/actions.py
index d0e20a4fbf..01abba8c29 100644
--- a/programming/language/python3/python3-numpy/actions.py
+++ b/programming/language/python3/python3-numpy/actions.py
@@ -13,6 +13,7 @@ WorkDir = "numpy-%s" % get.srcVERSION()
shelltools.export("ATLAS", "None")
shelltools.export("PTATLAS", "None")
+# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
def build():
@@ -23,4 +24,4 @@ def install():
pisitools.dodoc("LICENSE*")
for dirs in ["doc"]:
- pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
+ pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
\ No newline at end of file
diff --git a/programming/language/python3/python3-numpy/pspec.xml b/programming/language/python3/python3-numpy/pspec.xml
index cc93fad520..5d39c92ea5 100644
--- a/programming/language/python3/python3-numpy/pspec.xml
+++ b/programming/language/python3/python3-numpy/pspec.xml
@@ -8,12 +8,12 @@
PisiLinux Community
admins@pisilinux.org
- BSD
programming.language.python3
+ BSD
library
The fundamental package needed for scientific computing with Python
Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities.
- https://github.com/numpy/numpy/archive/v1.18.1.tar.gz
+ https://github.com/numpy/numpy/archive/v1.18.2.tar.gz
python3-setuptools
python3-devel
@@ -28,15 +28,18 @@
python3-numpy
The fundamental package needed for scientific computing with Python
+ python3-setuptools
+ libquadmath
python3
lapack
+ cblas
blas
- /usr/lib
- /usr/share/doc
- /usr/bin
/usr/share/doc/python3-numpy/LICENSE*
+ /usr/bin
+ /usr/share/doc
+ /usr/lib
@@ -52,6 +55,13 @@
+
+ 2020-03-24
+ 1.18.2
+ Patch version bump
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-01-11
1.18.1
@@ -74,4 +84,4 @@
muscnsl@gmail.com
-
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-numpy/translations.xml b/programming/language/python3/python3-numpy/translations.xml
index 3bf187d52a..2ec320b6d5 100644
--- a/programming/language/python3/python3-numpy/translations.xml
+++ b/programming/language/python3/python3-numpy/translations.xml
@@ -12,4 +12,4 @@
python3-numpy için belgelendirme dosyaları
python3-numpy-docs, python3-numpy için belgelendirme dosyalarını içerir.
-
+
\ No newline at end of file