Install this version:
emerge -a =sci-libs/libframe-8.17.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-libs/libframe-8.17.2
Or alternatively:
emerge --autounmask-write -a =sci-libs/libframe-8.17.2
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Handle the Frame data format for the gravitational-wave detectors Virgo and LIGO"
HOMEPAGE="http://wwwlapp.in2p3.fr/virgo/FrameL/"
SRC_URI="http://wwwlapp.in2p3.fr/virgo/FrameL/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
src_install() {
emake DESTDIR="${D}${DESTDIR}" install
mv "$D/usr/share/doc/${PN}" "$D/usr/share/doc/${P}" # Doc subdir should contain package version
use static-libs || rm "$D/usr/lib64/libFrame.a"
}
Manage flags for this package:
euse -i <flag> -p sci-libs/libframe |
euse -E <flag> -p sci-libs/libframe |
euse -D <flag> -p sci-libs/libframe
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libframe-8.17.2.tar.gz | 995812 bytes | http://wwwlapp.in2p3.fr/virgo/FrameL/libframe-8.17.2.tar.gz |