Files
main/science/misc/hdf5/pspec.xml
T
2019-02-06 22:33:27 +03:00

91 lines
3.3 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>hdf5</Name>
<Homepage>https://www.hdfgroup.org/HDF5/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<License>NCSA-HDF</License>
<IsA>library</IsA>
<Summary>NCSA Hierarchical Data Format (HDF) Software Library and Utilities</Summary>
<Description>HDF5 is a general purpose library and file format for storing scientific data.</Description>
<Archive sha1sum="db7e6ec7becf288149a655598f8cb0c5fb6234d8" type="tarbz2">https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.10.4.tar.bz2</Archive>
<BuildDependencies>
<Dependency>time</Dependency>
<Dependency>cmake</Dependency>
<Dependency>libgfortran</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>net-tools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>hdf5</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libgfortran</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/hdf5</Path>
<Path fileType="data">/usr/share/hdf5_examples</Path>
</Files>
</Package>
<Package>
<Name>hdf5-devel</Name>
<Summary>Development files for hdf5</Summary>
<RuntimeDependencies>
<Dependency release="current">hdf5</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2019-02-03</Date>
<Version>1.10.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-08-05</Date>
<Version>1.10.1</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-04-15</Date>
<Version>1.10.0</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-10</Date>
<Version>1.8.17</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-04-02</Date>
<Version>1.8.16</Version>
<Comment>Version Bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>