* rebuild

This commit is contained in:
Rmys
2020-12-17 12:03:03 +03:00
parent e7cc52645c
commit f3dfc3a041
60 changed files with 883 additions and 29 deletions
@@ -13,9 +13,10 @@
<IsA>library</IsA>
<Summary>The fundamental package needed for scientific computing with Python</Summary>
<Description>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.</Description>
<Archive sha1sum="85a7dd868ec7447c1f0caed01c70c98c14fbe78a" type="targz">https://github.com/numpy/numpy/archive/v1.19.1.tar.gz</Archive>
<Archive sha1sum="bddd04403c9400e25a3b89221bf89bd76d48ee7b" type="targz">https://github.com/numpy/numpy/archive/v1.19.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>cython3</Dependency>
<Dependency>libgfortran</Dependency>
<Dependency>cblas-devel</Dependency>
<Dependency>lapack-devel</Dependency>
<Dependency>python3-nose</Dependency>
@@ -58,6 +59,13 @@
</Package>
<History>
<Update release="11">
<Date>2020-11-22</Date>
<Version>1.19.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2020-08-30</Date>
<Version>1.19.1</Version>