1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?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="e8e80feaee25ee28551fd08c90fab8722cc5e460" type="targz">ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.5.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="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>
|