74 lines
2.8 KiB
XML
74 lines
2.8 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>netcdf</Name>
|
|
<Homepage>http://my.unidata.ucar.edu/content/software/netcdf/index.html</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>UCAR-Unidata</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Scientific library and interface for array oriented data access</Summary>
|
|
<Description>netcdf (network common data form) is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.</Description>
|
|
<Archive sha1sum="cb7de8f14ddeef5e66cbc688e0a127a405d580af" type="targz">ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.4.0.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>hdf5-devel</Dependency>
|
|
<Dependency>curl-devel</Dependency>
|
|
<Dependency>libgfortran</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<!--<Patch level="1">link-with-hdf5.patch</Patch>-->
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>netcdf</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>hdf5</Dependency>
|
|
<Dependency>curl</Dependency>
|
|
<Dependency>libgfortran</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="info">/usr/share/info</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>netcdf-devel</Name>
|
|
<Summary>Development files for netcdf</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">netcdf</Dependency>
|
|
<Dependency>hdf5-devel</Dependency>
|
|
<Dependency>curl-devel</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
<Path fileType="man">/usr/share/man/man3</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2016-06-09</Date>
|
|
<Version>4.4.0</Version>
|
|
<Comment>Release Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2016-02-25</Date>
|
|
<Version>4.4.0</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Ertuğrul Erata</Name>
|
|
<Email>ertugrulerata@gmail.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|