sci-mathematics/frama-c-e-acsl - 25.0 (guru)

Search

Install

Install this version:

emerge -a =sci-mathematics/frama-c-e-acsl-25.0

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

autounmask =sci-mathematics/frama-c-e-acsl-25.0

Or alternatively:

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

Package Information

Description:
Runtime verification of ACSL (E-ACSL) plugin for frama-c
Homepage:
https://frama-c.com
License:
BSD 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="Runtime verification of ACSL (E-ACSL) 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/e-acsl"

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

RDEPEND="~sci-mathematics/frama-c-${PV}:=[ocamlopt?]
		~sci-mathematics/frama-c-rtegen-${PV}:=[ocamlopt?]"
DEPEND="${RDEPEND}"

src_prepare() {
	export FRAMAC_SHARE="${ESYSROOT}/usr/share/frama-c"
	export FRAMAC_LIBDIR="${EPREFIX}/usr/$(get_libdir)/frama-c"
	sed -i '/\$(CC)/s/-O2 -g3/$(CFLAGS)/' Makefile.in || die
	sed -i "s/ranlib/$(tc-getRANLIB)/" Makefile.in || die
	eautoconf
	eapply_user
}

src_configure() {
	econf --enable-e-acsl
}

src_compile() {
	tc-export AR
	export FRAMAC_ROOT_SRCDIR="${S}/../../.."
	emake FRAMAC_SHARE="${FRAMAC_SHARE}" FRAMAC_LIBDIR="${FRAMAC_LIBDIR}"
}

src_install() {
	export EACSL_INSTALL_LIB_DIR="${ED}/usr/$(get_libdir)/frama-c/e-acsl"
	emake FRAMAC_SHARE="${FRAMAC_SHARE}" FRAMAC_LIBDIR="${FRAMAC_LIBDIR}" DESTDIR="${ED}" EACSL_INSTALL_LIB_DIR="${EACSL_INSTALL_LIB_DIR}" install
}

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

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

RDEPEND

~sci-mathematics/frama-c-25.0:=[ocamlopt?]
		~sci-mathematics/frama-c-rtegen-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