sundials:first pisi release
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sundials</Name>
|
||||
<Homepage>https://computing.llnl.gov/projects/sundials</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>science.mathematics</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Suite of nonlinear differential/algebraic equation solvers.</Summary>
|
||||
<Description>sundials provides a suite of nonlinear differential/algebraic equation solvers.</Description>
|
||||
<Archive sha1sum="a33d5a9f19fad4e4a257a8c9ae1c321550885996" type="targz">https://computation.llnl.gov/projects/sundials/download/sundials-5.3.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>libquadmath</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>openmpi-devel</Dependency>
|
||||
<Dependency>suitesparse-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>sundials</Name>
|
||||
<Summary>A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>openmpi</Dependency>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>suitesparse</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>sundials-devel</Name>
|
||||
<Summary>Development files for sundials</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">sundials</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-05-26</Date>
|
||||
<Version>5.3.0</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user