sci-libs/metaio - 8.4.0 (AstroFloyd)

Search

Package Information

Description:
A library for parsing LIGO/Virgo LIGO_LW Table files
Homepage:
https://www.lsc-group.phys.uwm.edu/daswg/projects/metaio.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
8.4.0 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="A library for parsing LIGO/Virgo LIGO_LW Table files"
HOMEPAGE="https://www.lsc-group.phys.uwm.edu/daswg/projects/metaio.html"
SRC_URI="http://software.ligo.org/lscsoft/source/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+fast-install static-libs"  # -ligotools

DEPEND="sys-libs/zlib"
RDEPEND=${DEPEND}

src_configure() {
	econf \
		$(use_enable fast-install) \
		$(use_enable static-libs static)
}
#		$(use_enable ligotools) \  # Requires additional dependencies?

src_install() {
	emake DESTDIR="${D}${DESTDIR}" install
	dodoc README || die
}

USE Flags

fast-install
Default: Enabled (+)

Dependencies

DEPEND

sys-libs/zlib

RDEPEND

sys-libs/zlib

Manifest for 8.4.0

Type File Size Source URLs
DIST metaio-8.4.0.tar.gz 1070527 bytes http://software.ligo.org/lscsoft/source/metaio-8.4.0.tar.gz