aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/lal/lal-6.9.1.ebuild')
-rw-r--r--sci-libs/lal/lal-6.9.1.ebuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/sci-libs/lal/lal-6.9.1.ebuild b/sci-libs/lal/lal-6.9.1.ebuild
index 18fc409..da83cf3 100644
--- a/sci-libs/lal/lal-6.9.1.ebuild
+++ b/sci-libs/lal/lal-6.9.1.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
+EAPI=7
DESCRIPTION="Core routines for gravitational-wave data analysis with LIGO and Virgo"
-HOMEPAGE="https://www.lsc-group.phys.uwm.edu/daswg/projects/lalsuite.html"
-SRC_URI="https://www.lsc-group.phys.uwm.edu/daswg/download/software/source/lalsuite/${P}.tar.gz"
+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="doc +frame +metaio +shared-libs static-libs -xml"
+IUSE="doc +frame +metaio static-libs -xml"
DEPEND="sci-libs/gsl
sci-libs/fftw
doc? ( app-text/texlive-core
- dev-texlive/texlive-genericrecommended
dev-texlive/texlive-fontsrecommended
dev-texlive/texlive-latexrecommended
dev-texlive/texlive-latexextra )
frame? ( sci-libs/libframe )
metaio? ( >=sci-libs/metaio-8.0 )
"
+# dev-texlive/texlive-genericrecommended
RDEPEND=${DEPEND}
src_configure() {
@@ -30,7 +29,6 @@ src_configure() {
$(use_enable frame) \
$(use_enable metaio) \
$(use_enable xml) \
- $(use_enable shared-libs shared) \
$(use_enable static-libs static)
}