Install this version:
emerge -a =sci-mathematics/frama-c-instantiate-25.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-mathematics/frama-c-instantiate-25.0
Or alternatively:
emerge --autounmask-write -a =sci-mathematics/frama-c-instantiate-25.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 25.0 | 7 | ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools findlib toolchain-funcs
DESCRIPTION="Instantiate analysis plugin for frama-c"
HOMEPAGE="https://frama-c.com"
NAME="Manganese"
SRC_URI="https://frama-c.com/download/frama-c-${PV}-${NAME}.tar.gz"
S="${WORKDIR}/frama-c-${PV}-${NAME}/src/plugins/instantiate"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
RESTRICT="strip"
RDEPEND="~sci-mathematics/frama-c-${PV}:=[ocamlopt?]"
DEPEND="${RDEPEND}"
src_prepare() {
export FRAMAC_SHARE="${ESYSROOT}/usr/share/frama-c"
export FRAMAC_LIBDIR="${EPREFIX}/usr/$(get_libdir)/frama-c"
eautoconf
eapply_user
}
src_configure() {
econf --enable-instantiate
}
src_compile() {
emake FRAMAC_SHARE="${FRAMAC_SHARE}" FRAMAC_LIBDIR="${FRAMAC_LIBDIR}"
}
src_install() {
emake FRAMAC_SHARE="${FRAMAC_SHARE}" FRAMAC_LIBDIR="${FRAMAC_LIBDIR}" DESTDIR="${ED}" install
}
Manage flags for this package:
euse -i <flag> -p sci-mathematics/frama-c-instantiate |
euse -E <flag> -p sci-mathematics/frama-c-instantiate |
euse -D <flag> -p sci-mathematics/frama-c-instantiate
~sci-mathematics/frama-c-25.0:=[ocamlopt?]
~sci-mathematics/frama-c-25.0:=[ocamlopt?]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | frama-c-25.0-Manganese.tar.gz | 7670862 bytes | https://frama-c.com/download/frama-c-25.0-Manganese.tar.gz |