mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
NetCDF (network Common Data Form) is an interface for scientific
|
|
data access and a freely-distributed software library that provides an
|
|
implementation of the interface. The netCDF library also defines a
|
|
machine-independent format for representing scientific data.
|
|
Together, the interface, library, and format support the creation,
|
|
access, and sharing of scientific data.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="blosc">Allow using blosc compression via <pkg>dev-libs/c-blosc</pkg></flag>
|
|
<flag name="dap">Support for remote data access with the built-in OPeNDAP client</flag>
|
|
<flag name="hdf">Build with HDF4 read capability(<pkg>sci-libs/hdf</pkg>, <pkg>sci-libs/hdf5</pkg> and <pkg>virtual/zlib</pkg> required).</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">Unidata/netcdf-c</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|