sci-libs/lalpulsar - 3.1.0 (AstroFloyd)

Search

Package Information

Description:
Pulsar (continuous-wave) package of the LIGO/Virgo libraries
Homepage:
https://wiki.ligo.org/Computing/LALSuite
License:
GPL-2

Ebuild Details

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

EAPI=8

DESCRIPTION="Pulsar (continuous-wave) package of the LIGO/Virgo libraries"
HOMEPAGE="https://wiki.ligo.org/Computing/LALSuite"
SRC_URI="https://software.igwn.org/sources/source/lalsuite/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="all-lal cfitsio doc -fast-gsl +fast-install +lalframe +openmp python static-libs +swig +swig-iface -swig-octave -swig-python"

RDEPEND="sci-libs/fftw
		 sci-libs/gsl
		 sci-libs/lal
		 cfitsio? ( sci-libs/cfitsio )
		 lalframe? ( sci-libs/lalframe )
		 openmp? ( sys-cluster/openmpi )
		 python? ( dev-lang/python:* )
		 swig-octave? ( sci-mathematics/octave )
		 swig-python? ( dev-lang/python:* )
		 "
DEPEND="${RDEPEND}
		doc? ( app-doc/doxygen )
		swig? ( dev-lang/swig )
		swig-iface? ( dev-lang/swig )
		swig-octave? ( dev-lang/swig )
		swig-python? ( dev-lang/swig )
		"

src_configure() {
	econf \
		$(use_enable all-lal) \
		$(use_enable cfitsio) \
		$(use_enable doc doxygen) \
		$(use_enable fast-gsl) \
		$(use_enable fast-install) \
		$(use_enable lalframe) \
		$(use_enable openmp) \
		$(use_enable python) \
		$(use_enable static-libs static) \
		$(use_enable swig) \
		$(use_enable swig-iface) \
		$(use_enable swig-octave) \
		$(use_enable swig-python) \
		--enable-help2man
		# Not sure:
		#		$(use_disable libtool-lock) \     avoid locking (might break parallel builds)
}

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/lalpulsar-user-env.sh"
	elog "\n    C-shell [tcsh] users: please add the following line to your .login file:"
	elog "\n        source /etc/lalpulsar-user-env.csh"
	elog ""
}

USE Flags

doc
fast-gsl
Default: Disabled (-)
fast-install
Default: Enabled (+)
lalframe
Default: Enabled (+)
openmp
Default: Enabled (+)
swig
Default: Enabled (+)
swig-iface
Default: Enabled (+)
swig-octave
Default: Disabled (-)
swig-python
Default: Disabled (-)

Dependencies

DEPEND

sci-libs/fftw
		 sci-libs/gsl
		 sci-libs/lal
		 cfitsio? ( sci-libs/cfitsio )
		 lalframe? ( sci-libs/lalframe )
		 openmp? ( sys-cluster/openmpi )
		 python? ( dev-lang/python:* )
		 swig-octave? ( sci-mathematics/octave )
		 swig-python? ( dev-lang/python:* )
		 
		doc? ( app-doc/doxygen )
		swig? ( dev-lang/swig )
		swig-iface? ( dev-lang/swig )
		swig-octave? ( dev-lang/swig )
		swig-python? ( dev-lang/swig )
		

RDEPEND

sci-libs/fftw
		 sci-libs/gsl
		 sci-libs/lal
		 cfitsio? ( sci-libs/cfitsio )
		 lalframe? ( sci-libs/lalframe )
		 openmp? ( sys-cluster/openmpi )
		 python? ( dev-lang/python:* )
		 swig-octave? ( sci-mathematics/octave )
		 swig-python? ( dev-lang/python:* )
		 

Manifest for 3.1.0

Type File Size Source URLs
DIST lalpulsar-3.1.0.tar.xz 97389292 bytes https://software.igwn.org/sources/source/lalsuite/lalpulsar-3.1.0.tar.xz