# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) LLVM_MAX_SLOT=17 inherit cmake multiprocessing python-any-r1 llvm DESCRIPTION="Intel SPMD Program Compiler" HOMEPAGE=" https://ispc.github.io/ https://github.com/ispc/ispc/ " SRC_URI=" https://github.com/ispc/ispc/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " LICENSE="BSD BSD-2 UoI-NCSA" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="examples test" RESTRICT="!test? ( test )" DEPEND="