dev-gap/digraphs - 1.14.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-gap/digraphs-1.14.0

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

autounmask =dev-gap/digraphs-1.14.0

Or alternatively:

emerge --autounmask-write -a =dev-gap/digraphs-1.14.0

Package Information

Description:
Graphs, digraphs, and multidigraphs in GAP
License:
GPL-3+

Ebuild Details

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

EAPI=8

inherit gap-pkg

DESCRIPTION="Graphs, digraphs, and multidigraphs in GAP"
SRC_URI="https://github.com/digraphs/Digraphs/releases/download/v${PV}/${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~riscv"

DEPEND="sci-mathematics/gap:=
	>=sci-mathematics/planarity-4
	sci-libs/bliss:="
RDEPEND="${DEPEND}
	dev-gap/io
	dev-gap/orb
	dev-gap/datastructures"

# There are a few tests that will fail without a PDF viewer installed.
# Having xdg-open is good enough, and light weight, so it goes first.
BDEPEND="test? ( || (
	x11-misc/xdg-utils
	app-text/gv
	app-text/xpdf
	app-text/evince
	kde-apps/okular
) )"

DOCS=( CHANGELOG.md README.md )

GAP_PKG_EXTRA_INSTALL=( data notebooks )
gap-pkg_enable_tests

src_configure() {
	gap-pkg_econf \
		--with-external-planarity \
		--with-external-bliss
}

Inherited Eclasses

Dependencies

DEPEND

sci-mathematics/gap:=
	>=sci-mathematics/planarity-4
	sci-libs/bliss:=

RDEPEND

sci-mathematics/gap:=
	>=sci-mathematics/planarity-4
	sci-libs/bliss:=
	dev-gap/io
	dev-gap/orb
	dev-gap/datastructures

BDEPEND

test? ( || (
	x11-misc/xdg-utils
	app-text/gv
	app-text/xpdf
	app-text/evince
	kde-apps/okular
) )

Manifest for 1.14.0

Type File Size Source URLs
DIST digraphs-1.14.0.tar.gz 2897892 bytes https://github.com/digraphs/Digraphs/releases/download/v1.14.0/digraphs-1.14.0.tar.gz