sci-mathematics/frama-c-nonterm - 25.0 (guru)

Search

Install

Install this version:

emerge -a =sci-mathematics/frama-c-nonterm-25.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-mathematics/frama-c-nonterm-25.0

Or alternatively:

emerge --autounmask-write -a =sci-mathematics/frama-c-nonterm-25.0

Package Information

Description:
Nonterm plugin for frama-c
Homepage:
https://frama-c.com
License:
LGPL-2.1

Ebuild Details

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

EAPI=7

inherit autotools findlib toolchain-funcs

DESCRIPTION="Nonterm 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/nonterm"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
RESTRICT="strip"

RDEPEND="~sci-mathematics/frama-c-${PV}:=[ocamlopt?]
		~sci-mathematics/frama-c-eva-${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() {
	export ENABLE_EVA=yes
	econf --enable-nonterm
}

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
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-mathematics/frama-c-nonterm | euse -E <flag> -p sci-mathematics/frama-c-nonterm | euse -D <flag> -p sci-mathematics/frama-c-nonterm

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

~sci-mathematics/frama-c-25.0:=[ocamlopt?]
		~sci-mathematics/frama-c-eva-25.0:=[ocamlopt?]

RDEPEND

~sci-mathematics/frama-c-25.0:=[ocamlopt?]
		~sci-mathematics/frama-c-eva-25.0:=[ocamlopt?]

Manifest for 25.0

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