pspec.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-numpy</Name>
  6. <Homepage>http://numeric.scipy.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>library</IsA>
  13. <Summary>The fundamental package needed for scientific computing with Python</Summary>
  14. <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>
  15. <Archive sha1sum="e72916cc72bb6473edff7ab7cc4e7aebdc67517f" type="targz">https://github.com/numpy/numpy/releases/download/v1.12.0/numpy-1.12.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-devel</Dependency>
  18. <Dependency>python-nose</Dependency>
  19. <Dependency>python-setuptools</Dependency>
  20. <Dependency>libgfortran</Dependency>
  21. <Dependency>lapack-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <!--<Patch level="1">numpy-1.0.1-f2py.patch</Patch>
  25. <Patch level="1">001-fix-test_multiarray.patch</Patch>
  26. <Patch level="1">002-fix_PyUnicodeObject.patch</Patch>
  27. <Patch level="1">09d2c51fa1d09b17060a8545b925f4dded9dedb1.patch</Patch>
  28. <Patch level="1">4234b6b13e3ee9da6fc1c24e9e8c442d77587837.patch</Patch>
  29. <Patch level="1">f2ac38f09ff258339ef44572a3abba02019e1f55.patch</Patch>-->
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>python-numpy</Name>
  34. <RuntimeDependencies>
  35. <Dependency>blas</Dependency>
  36. <Dependency>lapack</Dependency>
  37. <Dependency>python</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="library">/usr/lib</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. <Path fileType="man">/usr/share/man</Path>
  43. <Path fileType="executable">/usr/bin</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="3">
  48. <Date>2017-04-17</Date>
  49. <Version>1.12.0</Version>
  50. <Comment>Version Bump</Comment>
  51. <Name>Pisi Linux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2016-06-09</Date>
  56. <Version>1.8.1</Version>
  57. <Comment>Release Bump</Comment>
  58. <Name>Pisi Linux Community</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2014-05-29</Date>
  63. <Version>1.8.1</Version>
  64. <Comment>First release</Comment>
  65. <Name>Marcin Bojara</Name>
  66. <Email>marcin@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>