intel-graphics-compiler 2.32.7 without local tar.gz T_T
This commit is contained in:
parent
47bdbb0a8c
commit
dd4d34f408
5 changed files with 10190 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
EAPI=8
|
||||
|
||||
CMAKE_BUILD_TYPE="Release"
|
||||
LLVM_COMPAT=( {15..22} )
|
||||
LLVM_COMPAT=( 21 )
|
||||
MY_PN="${PN/intel-/}"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
|
@ -17,8 +17,9 @@ SRC_URI="https://github.com/intel/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${
|
|||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
SLOT="21"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="shared-libs"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libxml2:2=
|
||||
|
|
@ -32,8 +33,14 @@ BDEPEND="${PYTHON_DEPS}"
|
|||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=$(usex shared-libs)
|
||||
-DCMAKE_INSTALL_PREFIX="/opt/intel/llvm/${LLVM_SLOT}"
|
||||
-DLLVM_DIR="$(get_llvm_prefix)"
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue