1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Source: ncl
Section: science
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
flex,
bison,
gfortran | fortran-compiler,
zlib1g-dev,
libbz2-dev,
libxt-dev,
libxaw7-dev, libxmu-headers, libcairo2-dev, libjpeg-dev, libpng-dev,
pkg-config,
fontconfig,
libfontconfig1-dev,
libfreetype6-dev,
libexpat1-dev,
libpixman-1-dev,
libcurl4-gnutls-dev | libcurl-dev,
libgdal-dev,
libnetcdf-dev,
libnetcdff-dev,
libudunits2-dev,
libmotif-dev,
libatlas3-base,
liblapack-dev | libopenblas-dev | libatlas-base-dev | liblapack.so,
libblas-dev | libopenblas-dev | libatlas-base-dev | libblas.so,
libg2c-dev | libgrib2c-dev,
libsphere-dev (>= 3.3~a1),
libhdf4-alt-dev,
libhdfeos-dev,
libgctp-dev,
libhe5-hdfeos-dev,
tcsh | csh | c-shell,
libhdf5-dev | libhdf5-mpi-dev,
libproj-dev,
libaec-dev,
libfl-dev,
libgsl-dev
Standards-Version: 4.6.0
Homepage: https://www.ncl.ucar.edu/
Vcs-Browser: https://salsa.debian.org:/science-team/ncl.git
Vcs-Git: https://salsa.debian.org:/science-team/ncl.git -b debian/latest
Package: ncl-ncarg
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, tcsh | csh | c-shell
Description: NCAR Command Language and NCAR graphics
The NCAR Command Language (NCL) is a free interpreted language designed
specifically for scientific data processing and visualization. NCL has robust
file input and output. It can read and write netCDF-3, netCDF-4 classic
HDF4, HDF5, binary, and ASCII data, and read HDF-EOS2, GRIB1 and
GRIB2. The graphics are world class and highly customizable.
.
The software comes with a couple of useful command line tools:
* ncl_filedump - prints the contents of supported files (netCDF, HDF,
GRIB1, GRIB2, HDF-EOS2, and CCM History Tape)
* ncl_convert2nc - converts one or more GRIB1, GRIB2, HDF and/or HDF-EOS
iles to netCDF formatted files.
Package: libncarg0
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libudunits2-0, ttf-bitstream-vera, fonts-lyx, libncarg-data, tcsh | csh | c-shell
Recommends: libncarg-bin, pkg-config
Multi-Arch: same
Description: NCAR command-language library
NCAR Command Language library used by NCAR binaries and tools.
Package: libncarg-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libncarg0 (= ${binary:Version} ), libudunits2-dev,
libsphere-dev, libhdf4-alt-dev,
ncl-ncarg, ksh | mksh | pdksh | zsh
Multi-Arch: same
Description: Development files for the NCAR command language library
ncarg is the NCAR command-language.
Package: libncarg-bin
Architecture: any
Depends: ${misc:Depends}, libncarg-dev (= ${binary:Version} ), ${shlibs:Depends}, tcsh | csh | c-shell
Multi-Arch: foreign
Description: NCAR command-language library - development tools
This package provides development tools for developing applications of the
NCARG command library, such as wrappers for compilation of NCL executables.
Package: libncarg-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ksh | mksh | pdksh | zsh
Description: NCAR command-language library - Data
NCAR Command Language library used by NCAR. This package contains data such
as colormaps, fonts and map data that is used by the ncarg library.
|