pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qrupdate</Name>
  6. <Homepage>https://sourceforge.net/projects/qrupdate</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>science.mathematics</PartOf>
  12. <License>GPLv3</License>
  13. <IsA>library</IsA>
  14. <Summary>Fortran library for fast updates of QR and Cholesky decompositions.</Summary>
  15. <Description>qrupdate is a Fortran library for fast updates of QR and Cholesky decompositions.</Description>
  16. <Archive sha1sum="f7403b646ace20f4a2b080b4933a1e9152fac526" type="targz">https://downloads.sourceforge.net/project/qrupdate/qrupdate/1.2/qrupdate-1.1.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>blas-devel</Dependency>
  19. <Dependency>libquadmath</Dependency>
  20. <Dependency>lapack-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>qrupdate</Name>
  25. <Summary>Fortran library for fast updates of QR and Cholesky decompositions.</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>blas</Dependency>
  28. <Dependency>lapack</Dependency>
  29. <Dependency>libgfortran</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc/qrupdate</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="1">
  38. <Date>2020-05-26</Date>
  39. <Version>1.1.2</Version>
  40. <Comment>First pisi release.</Comment>
  41. <Name>Blue Devil</Name>
  42. <Email>bluedevil@sctzine.com</Email>
  43. </Update>
  44. </History>
  45. </PISI>