forgot oneDNN dep - intel-llvm
This commit is contained in:
parent
9430b868b4
commit
690b213c9a
2 changed files with 52 additions and 0 deletions
1
dev-util/intel-llvm/Manifest
Normal file
1
dev-util/intel-llvm/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST intel-llvm-6.2.1.tar.gz 293609653 BLAKE2B 10d5410643468e4972e933ce052df02d3319ef9fbffb9e568e9823c0b78e349e3d222a278ad5b093fa1d8bf096d4a14e0f134013f0d61db87b263f2289c889de SHA512 1807501697a748b312dd72b364666ac1016e6603e5c6cd77c62b77f4b3a44dcc37095eec8eadca3401a7674fc84c6c93acb5b6c79deb926a73ea037da5a65093
|
||||
51
dev-util/intel-llvm/intel-llvm-6.2.1.ebuild
Normal file
51
dev-util/intel-llvm/intel-llvm-6.2.1.ebuild
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
EAPI=8
|
||||
|
||||
#inherit git-r3
|
||||
|
||||
# Short one-line description of this package.
|
||||
DESCRIPTION="Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects"
|
||||
|
||||
HOMEPAGE="https://github.com/intel/llvm"
|
||||
|
||||
SRC_URI="${HOMEPAGE}/releases/download/v${PV}/sycl_linux.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}"
|
||||
LICENSE="Apache2.0"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE=""
|
||||
|
||||
#RESTRICT="strip"
|
||||
|
||||
RDEPEND="
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
#src_unpack() {
|
||||
#
|
||||
#}
|
||||
|
||||
#src_configure() {
|
||||
#econf
|
||||
#}
|
||||
|
||||
#src_compile() {
|
||||
#emake
|
||||
#}
|
||||
|
||||
src_install() {
|
||||
insinto "/opt/${PN}/"
|
||||
for dir in ${S}/* ; do
|
||||
doins -r $dir
|
||||
done
|
||||
fperms +x /opt/intel-llvm/bin/*
|
||||
dosym /opt/intel-llvm/bin/clang /bin/icx
|
||||
dosym /opt/intel-llvm/bin/clang++ /bin/icpx
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue