python3-numpy ver. bump

This commit is contained in:
Rmys
2024-08-21 16:10:16 +03:00
parent 9fa739013f
commit f82320fa34
2 changed files with 16 additions and 6 deletions
@@ -7,20 +7,21 @@
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
WorkDir = "numpy-%s" % get.srcVERSION()
shelltools.export("ATLAS", "None")
shelltools.export("PTATLAS", "None")
shelltools.export("Cython", "/usr/bin/cython3")
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def install():
pythonmodules.install(pyVer="3")
python3modules.install()
pisitools.dodoc("LICENSE.txt")
for dirs in ["doc"]:
@@ -13,19 +13,20 @@
<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="65fdaa7e39c3cf75dde5120e6a8f4cd4f0a11399" type="targz">
https://files.pythonhosted.org/packages/source/n/numpy/numpy-1.24.1.tar.gz
</Archive>
<Archive sha1sum="cc4170a68a8cfcd2eb7c825b6e0f73a45cd80550" type="targz">https://files.pythonhosted.org/packages/source/n/numpy/numpy-2.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cython3</Dependency>
<Dependency>cblas-devel</Dependency>
<Dependency>libgfortran</Dependency>
<Dependency>lapack-devel</Dependency>
<Dependency>python3-nose</Dependency>
<Dependency>meson-python</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-tomli</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
<Dependency>python3-pyproject-metadata</Dependency>
<!-- For creating documentations -->
<!-- <Dependency>python3-sphinx</Dependency> -->
<!-- <Dependency>python3-scipy-sphinx-theme</Dependency> -->
@@ -43,6 +44,7 @@
<Dependency>python3</Dependency>
<Dependency>libquadmath</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-pyproject-metadata</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -66,6 +68,13 @@
</Package>
<History>
<Update release="15">
<Date>2024-08-19</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="14">
<Date>2023-10-16</Date>
<Version>1.24.1</Version>