sci-mathematics/spin - 6.5.2 (gentoo)

Search

Install

Install this version:

emerge -a =sci-mathematics/spin-6.5.2

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

autounmask =sci-mathematics/spin-6.5.2

Or alternatively:

emerge --autounmask-write -a =sci-mathematics/spin-6.5.2

Package Information

Description:
An efficient logic-model checker for the verification of multi-threaded code
Homepage:
https://spinroot.com/ https://github.com/nimble-code/Spin
License:
BSD

Ebuild Details

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

EAPI=8

inherit desktop toolchain-funcs

MY_PN="${PN^}"
MY_PV="version-${PV}"
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="An efficient logic-model checker for the verification of multi-threaded code"
HOMEPAGE="https://spinroot.com/ https://github.com/nimble-code/Spin"
SRC_URI="https://github.com/nimble-code/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
IUSE="doc examples graphviz tk"

RDEPEND="sys-devel/gcc
	tk? (
		dev-lang/tk
		graphviz? ( media-gfx/graphviz )
	)"
BDEPEND="app-alternatives/yacc"

PATCHES=(
	"${FILESDIR}"/${PN}-6.5.2-makefile.patch
	"${FILESDIR}"/${PN}-6.5.2-nesting_limit.patch
)

S="${WORKDIR}"/${MY_P}/Src

src_compile() {
	tc-export CC
	default
}

src_install() {
	dobin ${PN}
	dodoc ../Man/README.md
	doman ../Man/${PN}.1

	use doc && dodoc ../Doc/*
	if use examples; then
		docinto examples
		dodoc -r ../Examples/*
	fi

	if use tk; then
		newbin ../optional_gui/i${PN}.tcl i${PN}
		make_desktop_entry ispin
	fi
}

USE Flags

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

Global/Standard Flags

doc
tk

Inherited Eclasses

Dependencies

RDEPEND

sys-devel/gcc
	tk? (
		dev-lang/tk
		graphviz? ( media-gfx/graphviz )
	)

BDEPEND

app-alternatives/yacc

Manifest for 6.5.2

Type File Size Source URLs
DIST spin-6.5.2.tar.gz 6084903 bytes https://github.com/nimble-code/Spin/archive/refs/tags/version-6.5.2.tar.gz