123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-numpy</Name>
- <Homepage>https://numpy.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>as-is</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="e8c1aae9070d7c6dc0cb72de44eb68fba3b62941" type="targz">https://github.com/numpy/numpy/archive/v1.16.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-setuptools</Dependency>
- <Dependency>lapack-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>cblas-devel</Dependency>
- <Dependency>libgfortran</Dependency>
- <Dependency>cython</Dependency>
- <Dependency>cblas</Dependency>
- <Dependency>libquadmath</Dependency>
- <!--
- <Dependency>python-nose</Dependency>
- -->
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-numpy</Name>
- <Summary>The fundamental package needed for scientific computing with Python</Summary>
- <RuntimeDependencies>
- <Dependency>lapack</Dependency>
- <Dependency>cblas</Dependency>
- <Dependency>blas</Dependency>
- <Dependency>libquadmath</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/f2py-py2</Path>
- <Path fileType="executable">/usr/bin/f2py2</Path>
- <Path fileType="executable">/usr/bin/f2py2.7</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
- <Package>
- <Name>python-numpy-docs</Name>
- <Summary>Documentation files for python-numpy</Summary>
- <RuntimeDependencies>
- <Dependency release="current">python-numpy</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc/python-numpy/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2020-11-07</Date>
- <Version>1.16.6</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-10-01</Date>
- <Version>1.16.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-08-14</Date>
- <Version>1.15.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-02-25</Date>
- <Version>1.14.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-04-17</Date>
- <Version>1.12.0</Version>
- <Comment>Version Bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.8.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-29</Date>
- <Version>1.8.1</Version>
- <Comment>First release</Comment>
- <Name>Marcin Bojara</Name>
- <Email>marcin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|