# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # Needed to build tests for now CMAKE_MAKEFILE_GENERATOR=emake inherit cmake DESCRIPTION="C++ template static library of common data structures and algorithms" HOMEPAGE="https://lemon.cs.elte.hu/trac/lemon/" SRC_URI="https://lemon.cs.elte.hu/pub/sources/${P}.tar.gz" LICENSE="Boost-1.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+coin doc glpk static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="|| ( coin glpk )" RDEPEND="coin? ( sci-libs/coinor-cbc:= sci-libs/coinor-clp:= ) glpk? ( sci-mathematics/glpk:= )" DEPEND="${RDEPEND}" BDEPEND="doc? ( app-text/doxygen app-text/ghostscript-gpl