123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>netcdf</Name>
- <Homepage>https://www.unidata.ucar.edu/software/netcdf/</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="11912675530db61474b305b572e06f83d682aa2c" type="targz">ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.6.1.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="7">
- <Date>2019-02-06</Date>
- <Version>4.6.1</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-09-07</Date>
- <Version>4.6.1</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-02-16</Date>
- <Version>4.5.0</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-08-16</Date>
- <Version>4.4.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-04-16</Date>
- <Version>4.4.1</Version>
- <Comment>Rebuild with new toolchain.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <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>
|