| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.0 | 7 | ~amd64 ~x86 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Handle XML for LIGO/Virgo data-analysis libraries"
HOMEPAGE="https://wiki.ligo.org/Computing/LALSuite"
SRC_URI="https://software.igwn.org/sources/source/lalsuite/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sci-libs/lal
dev-libs/libxml2
sci-libs/fftw
sci-libs/gsl
sys-libs/zlib
"
RDEPEND=${DEPEND}
pkg_postinst() {
elog "\n Now you may want to setup your environment:"
elog "\n Bourne shell [bash] users: please add the following line to your .profile file:"
elog "\n . /etc/lalxml-user-env.sh"
elog "\n C-shell [tcsh] users: please add the following line to your .login file:"
elog "\n source /etc/lalxml-user-env.csh"
elog ""
}
sci-libs/lal dev-libs/libxml2 sci-libs/fftw sci-libs/gsl sys-libs/zlib
sci-libs/lal dev-libs/libxml2 sci-libs/fftw sci-libs/gsl sys-libs/zlib
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lalxml-1.1.0.tar.gz | 389291 bytes | https://software.igwn.org/sources/source/lalsuite/lalxml-1.1.0.tar.gz |