# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem      1.0

name            telluriccorr
conflicts       telluriccorr-devel
version         4.3.3
revision        1
categories      science
license         GPL-2 and Custom-AER
platforms       darwin
maintainers     eso.org:usd-help
description     Library to correct astronomical observations for telluric atmospheric absorption
long_description telluriccorr is a software tool to correct astronomical \
                 observations for telluric atmospheric absorption features, based on \
                 fitting synthetic transmission spectra to the astronomical \
                 data. It can also estimate molecular abundances, especially \
                 the water vapour content of the Earth's atmosphere.
homepage        http://www.eso.org/sci/software/pipelines/skytools/molecfit
master_sites    https://ftp.eso.org/pub/dfs/pipelines/libraries/${name}
checksums       sha256 dffc4ef40d7d279f11ab402fc711724b3fd52412331b0baffb6ccf100d3b39d3

depends_lib     port:cpl port:molecfit_third_party

configure.args  --with-cpl=${prefix}

extract.only ${distname}${extract.suffix}

test.run        yes
test.target     installcheck
