diff options
author | AstroFloyd <AstroFloyd@gmail.com> | 2021-12-18 10:34:15 +0100 |
---|---|---|
committer | AstroFloyd <AstroFloyd@gmail.com> | 2021-12-18 10:34:15 +0100 |
commit | 9cbe987f6bd282ddee7e6c3862b36e79108b5262 (patch) | |
tree | 1c3ec23c0af48f33cfe5f32c4bb9611712c09247 /sci-libs/gds-dmt/gds-dmt-2.19.0.ebuild | |
parent | sci-libs/gds-frameio: initial ebuild for v2.19.5. (diff) | |
download | AstroFloyd-9cbe987f6bd282ddee7e6c3862b36e79108b5262.tar.gz AstroFloyd-9cbe987f6bd282ddee7e6c3862b36e79108b5262.tar.bz2 AstroFloyd-9cbe987f6bd282ddee7e6c3862b36e79108b5262.zip |
sci-libs/gds-dmt: initial ebuild for v2.19.0.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: AstroFloyd <AstroFloyd@gmail.com>
Diffstat (limited to 'sci-libs/gds-dmt/gds-dmt-2.19.0.ebuild')
-rw-r--r-- | sci-libs/gds-dmt/gds-dmt-2.19.0.ebuild | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/sci-libs/gds-dmt/gds-dmt-2.19.0.ebuild b/sci-libs/gds-dmt/gds-dmt-2.19.0.ebuild new file mode 100644 index 0000000..b135df9 --- /dev/null +++ b/sci-libs/gds-dmt/gds-dmt-2.19.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="LIGO Global Diagnostic System" +HOMEPAGE="http://software.ligo.org/lscsoft" +SRC_URI="http://software.ligo.org/lscsoft/source/${P}.tar.gz" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="fast-install -largefile -libtool-lock monitors omega online root-objects static-libs" +# offline + +RDEPEND="dev-libs/expat + dev-libs/openssl + sci-libs/fftw + sci-libs/gds-frameio + sci-libs/gds-lsmp + sci-libs/gds + sci-libs/ldas-tools-al + sci-libs/ldas-tools-framecpp + sci-libs/metaio + sci-physics/root:* + sys-libs/zlib +" +DEPEND=${RDEPEND} + +src_configure() { + econf \ + $(use_enable fast-install) \ + $(use_enable largefile) \ + $(use_enable libtool-lock) \ + $(use_enable monitors) \ + $(use_enable omega) \ + $(use_enable online) \ + $(use_enable root-objects) \ + $(use_enable static-libs static) \ + --includedir=/usr/include/gds + # Header files are expected to sit in /usr/include/gds +} +# $(use_enable offline) \ |