pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>sundials</Name>
  6. <Homepage>https://computing.llnl.gov/projects/sundials</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>science.mathematics</PartOf>
  12. <License>BSD</License>
  13. <IsA>library</IsA>
  14. <Summary>Suite of nonlinear differential/algebraic equation solvers.</Summary>
  15. <Description>sundials provides a suite of nonlinear differential/algebraic equation solvers.</Description>
  16. <Archive sha1sum="a33d5a9f19fad4e4a257a8c9ae1c321550885996" type="targz">https://computation.llnl.gov/projects/sundials/download/sundials-5.3.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>libquadmath</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. <Dependency>openmpi-devel</Dependency>
  22. <Dependency>SuiteSparse-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>sundials</Name>
  27. <Summary>A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
  28. <RuntimeDependencies>
  29. <Dependency>openmpi</Dependency>
  30. <Dependency>libgomp</Dependency>
  31. <Dependency>SuiteSparse</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="data">/usr/share</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="executable">/usr/bin</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>sundials-devel</Name>
  42. <Summary>Development files for sundials</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">sundials</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="header">/usr/include</Path>
  48. <Path fileType="library">/usr/lib/pkgconfig</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="1">
  53. <Date>2020-05-26</Date>
  54. <Version>5.3.0</Version>
  55. <Comment>First release.</Comment>
  56. <Name>Blue Devil</Name>
  57. <Email>bluedevil@sctzine.com</Email>
  58. </Update>
  59. </History>
  60. </PISI>