python3-numpy:ver.bump
This commit is contained in:
@@ -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)
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>BSD</License>
|
||||
<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="e5039bd773c5aa0eb964f6dbb00c9e654a89e294" type="targz">https://github.com/numpy/numpy/archive/v1.18.1.tar.gz</Archive>
|
||||
<Archive sha1sum="398269c474b6aa599a0d8d784e9af0d8a8ee7882" type="targz">https://github.com/numpy/numpy/archive/v1.18.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -28,15 +28,18 @@
|
||||
<Name>python3-numpy</Name>
|
||||
<Summary>The fundamental package needed for scientific computing with Python</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>libquadmath</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>lapack</Dependency>
|
||||
<Dependency>cblas</Dependency>
|
||||
<Dependency>blas</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE*</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -52,6 +55,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-03-24</Date>
|
||||
<Version>1.18.2</Version>
|
||||
<Comment>Patch version bump</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-11</Date>
|
||||
<Version>1.18.1</Version>
|
||||
@@ -74,4 +84,4 @@
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -12,4 +12,4 @@
|
||||
<Summary xml:lang="tr">python3-numpy için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python3-numpy-docs, python3-numpy için belgelendirme dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user