mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
dev-util/intel-graphics-compiler-legacy: split into legacy
Bug: https://bugs.gentoo.org/943189 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
1
dev-util/intel-graphics-compiler-legacy/Manifest
Normal file
1
dev-util/intel-graphics-compiler-legacy/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST intel-graphics-compiler-legacy-1.0.17791.18.tar.gz 10746999 BLAKE2B d85c7888e4be962fc90ba6e2686aeba14d7ebe32c7dececdfddb0ba3726df82e43167dfc1bd0a2c4a0f72a6de481a270a4dcb6b4d5a40d785dac6c4628a27e2d SHA512 c814f667c558eebfbe1af68614c4eff7259b2d3626e317eb936e185b33b4aba7b225f33276ab09e9582164e5573b6cc52c230ab82e4689db41b3b2f4368367ec
|
||||
@@ -0,0 +1,37 @@
|
||||
From d0f801a178755504c2f8956841823b2aa6a124c4 Mon Sep 17 00:00:00 2001
|
||||
From: Conrad Kostecki <conikost@gentoo.org>
|
||||
Date: Sat, 28 Aug 2021 00:57:59 +0200
|
||||
Subject: [PATCH] IGC: CMakeLists: drop git
|
||||
|
||||
Dropping git, as we don't have any git release.
|
||||
|
||||
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
|
||||
---
|
||||
visa/iga/IGALibrary/CMakeLists.txt | 11 -----------
|
||||
1 file changed, 11 deletions(-)
|
||||
|
||||
diff --git a/visa/iga/IGALibrary/CMakeLists.txt b/visa/iga/IGALibrary/CMakeLists.txt
|
||||
index 061476d94..2fd44807c 100644
|
||||
--- a/visa/iga/IGALibrary/CMakeLists.txt
|
||||
+++ b/visa/iga/IGALibrary/CMakeLists.txt
|
||||
@@ -14,17 +14,6 @@ set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
##############################################
|
||||
# compute the version string from the git repo
|
||||
-execute_process(
|
||||
- COMMAND git rev-parse --short HEAD
|
||||
- OUTPUT_VARIABLE GIT_COMMIT
|
||||
- OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
|
||||
-#
|
||||
-execute_process(
|
||||
- COMMAND git diff-index --quiet HEAD --
|
||||
- RESULT_VARIABLE GIT_DIRTY
|
||||
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
|
||||
-
|
||||
set(IGA_VERSION_SUFFIX "")
|
||||
if(GIT_COMMIT)
|
||||
set(IGA_VERSION_DIRTY_TAG "")
|
||||
--
|
||||
2.33.0
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
--- a/IGC/CMakeLists.txt
|
||||
+++ b/IGC/CMakeLists.txt
|
||||
@@ -2769,7 +2769,6 @@
|
||||
-march=corei7
|
||||
-mstackrealign
|
||||
-fms-extensions
|
||||
- -Werror
|
||||
-Wno-unused-parameter
|
||||
-Wno-missing-field-initializers
|
||||
-Wwrite-strings
|
||||
@@ -11,10 +11,10 @@ PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit cmake flag-o-matic llvm-r1 python-any-r1
|
||||
|
||||
DESCRIPTION="LLVM-based OpenCL compiler for OpenCL targetting Intel Gen graphics hardware"
|
||||
DESCRIPTION="LLVM-based OpenCL compiler for OpenCL targetting Intel legacy graphics hardware"
|
||||
HOMEPAGE="https://github.com/intel/intel-graphics-compiler"
|
||||
SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${MY_P}"
|
||||
SRC_URI="https://github.com/intel/${PN/-legacy/}/archive/refs/tags/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN/-legacy/}-${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/1.0.1"
|
||||
@@ -34,7 +34,10 @@ DEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND="
|
||||
!dev-util/intel-graphics-compiler
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
$(python_gen_any_dep 'dev-python/mako[${PYTHON_USEDEP}]')
|
||||
28
dev-util/intel-graphics-compiler-legacy/metadata.xml
Normal file
28
dev-util/intel-graphics-compiler-legacy/metadata.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>gentoo@taujhe.de</email>
|
||||
<name>Jan Henke</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>conikost@gentoo.org</email>
|
||||
<name>Conrad Kostecki</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
This is the legacy version of intel-graphics-compiler,
|
||||
which works for all Intel GPUs from Gen5 up to Gen11.
|
||||
For newer Intel GPUs starting with Gen12, please use
|
||||
<pkg>dev-util/intel-graphics-compiler</pkg> instead.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="vc">Enable VectorCompiler for a better performance.</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">intel/intel-graphics-compiler</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,2 +1 @@
|
||||
DIST intel-graphics-compiler-1.0.17791.18.tar.gz 10746999 BLAKE2B d85c7888e4be962fc90ba6e2686aeba14d7ebe32c7dececdfddb0ba3726df82e43167dfc1bd0a2c4a0f72a6de481a270a4dcb6b4d5a40d785dac6c4628a27e2d SHA512 c814f667c558eebfbe1af68614c4eff7259b2d3626e317eb936e185b33b4aba7b225f33276ab09e9582164e5573b6cc52c230ab82e4689db41b3b2f4368367ec
|
||||
DIST intel-graphics-compiler-2.10.2.tar.gz 10962136 BLAKE2B f92dda1c9ff9c8aa636287fe72494f752900468c60c5b65c2d8547a7f2292b124e3dfdf6e9eea6bf3f64751a3b09d9e96679ef63bea7c832e43e07f6a28c889f SHA512 4cd1799e5bb06ff26045545a1640484a08dd79caf0a5d05856878aa9da65237a0b3aa64cad28d843d426ba89dc85cf8622d88886805aac36fa79dc63b59e8167
|
||||
|
||||
@@ -13,6 +13,12 @@
|
||||
<email>conikost@gentoo.org</email>
|
||||
<name>Conrad Kostecki</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
This is the current version of intel-graphics-compiler,
|
||||
which works for all Intel GPUs from Gen12 and newer.
|
||||
For older Intel GPUs from Gen5 up to Gen11, please use
|
||||
<pkg>dev-util/intel-graphics-compiler-legacy</pkg> instead.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="vc">Enable VectorCompiler for a better performance.</flag>
|
||||
</use>
|
||||
|
||||
Reference in New Issue
Block a user