# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake DESCRIPTION="A data-centric parallel programming system" HOMEPAGE="https://legion.stanford.edu/" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/StanfordLegion/legion.git" else SRC_URI="https://github.com/StanfordLegion/legion/archive/${P}.tar.gz" S="${WORKDIR}"/${PN}-${P} KEYWORDS="~amd64" fi LICENSE="BSD" SLOT="0" IUSE="examples gasnet hwloc test" RESTRICT="!test? ( test )" # See bug #821424 for examples/mpi DEPEND="examples? ( virtual/mpi[cxx] ) gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? (