Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/intel-graphics-compiler/
Date: Wed, 03 Jul 2019 13:46:05
Message-Id: 1562161409.4119a7e2259ef930dd3a4a20deb1941b8925a318.marecki@gentoo
1 commit: 4119a7e2259ef930dd3a4a20deb1941b8925a318
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 3 11:40:14 2019 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 3 13:43:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4119a7e2
7
8 dev-util/intel-graphics-compiler: remove old
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 dev-util/intel-graphics-compiler/Manifest | 2 -
14 .../intel-graphics-compiler-1.0.3.ebuild | 35 -----------------
15 .../intel-graphics-compiler-1.0.4.ebuild | 45 ----------------------
16 3 files changed, 82 deletions(-)
17
18 diff --git a/dev-util/intel-graphics-compiler/Manifest b/dev-util/intel-graphics-compiler/Manifest
19 index 8519d5367a4..2033ddd9879 100644
20 --- a/dev-util/intel-graphics-compiler/Manifest
21 +++ b/dev-util/intel-graphics-compiler/Manifest
22 @@ -1,3 +1 @@
23 -DIST intel-graphics-compiler-1.0.3.tar.gz 6721202 BLAKE2B 2934778e931a4b38a239ede5944757cc42c0a965e700ba471272ba8e9ca08b1c1c790c920ed6896a870985b1d2819a182a9aaf5a5a8cbfc13038ecd7cf1def1e SHA512 c0c0cc21263b71bc57aed43a3e8bd641ea7853db0a574823a70abb592a69b7f8a9f426e88e7fddea4cf6a14de44e064f80abcfa3ea709701e5003e0d4b7adfb0
24 -DIST intel-graphics-compiler-1.0.4.tar.gz 6720515 BLAKE2B 2f9ac9a2435bac785b6a9f3cb8c63eb570ee1a87eca9682fa1c09363f5da3b258e22ad1c5b1628a1537b36afb7c6f6e66f2052b31ef7fdff0bc43cf67fad55ba SHA512 0b748b33c4c1822d8fb159dbbbeb35f0573d3eb464e3be0a94771069e47a019d6cbe878d2d2a1969ec87b051d62ff2f77db88b02238e9a74d8f62fc71f07e264
25 DIST intel-graphics-compiler-1.0.8.tar.gz 6428984 BLAKE2B 1835f86da24162af0f568794fd084c12cf8950601a74d3aaef928739d7ef942a23b2309713976b2fd67684d7360706155610ee7a80db0dbc217ff5b502b254d2 SHA512 43c54858fcc5ec5941d79ed34774077bcd5ece80d6d2bb28526b15ffe5237dddbcef2c13e4cc21faf35851174ed5a5b1af65db9bdd3281657e1e09456b761c18
26
27 diff --git a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.3.ebuild b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.3.ebuild
28 deleted file mode 100644
29 index b15c94ceace..00000000000
30 --- a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.3.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit cmake-multilib llvm
39 -
40 -DESCRIPTION="LLVM-based OpenCL compiler targetting Intel Gen graphics hardware"
41 -HOMEPAGE="https://github.com/intel/intel-graphics-compiler"
42 -SRC_URI="https://github.com/intel/${PN}/archive/igc-${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -COMMON="sys-devel/llvm:8=[${MULTILIB_USEDEP}]
49 - dev-libs/opencl-clang:8=[${MULTILIB_USEDEP}]"
50 -DEPEND="${COMMON}"
51 -RDEPEND="${COMMON}"
52 -
53 -LLVM_MAX_SLOT=8
54 -
55 -S="${WORKDIR}"/${PN}-igc-${PV}
56 -
57 -multilib_src_configure() {
58 - local mycmakeargs=(
59 - -DCCLANG_BUILD_INTREE_LLVM=OFF
60 - -DCMAKE_LIBRARY_PATH=$(get_llvm_prefix)/$(get_libdir)
61 - -DIGC_OPTION__FORCE_SYSTEM_LLVM=ON
62 - -DIGC_PREFERRED_LLVM_VERSION=8
63 - # Until a new official release of opencl-clang
64 - -DCOMMON_CLANG_LIBRARY_NAME=common_clang
65 - )
66 - cmake-utils_src_configure
67 -}
68
69 diff --git a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.4.ebuild b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.4.ebuild
70 deleted file mode 100644
71 index 2a30895b768..00000000000
72 --- a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.4.ebuild
73 +++ /dev/null
74 @@ -1,45 +0,0 @@
75 -# Copyright 1999-2019 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=7
79 -
80 -inherit cmake-multilib llvm toolchain-funcs
81 -
82 -DESCRIPTION="LLVM-based OpenCL compiler targetting Intel Gen graphics hardware"
83 -HOMEPAGE="https://github.com/intel/intel-graphics-compiler"
84 -SRC_URI="https://github.com/intel/${PN}/archive/igc-${PV}.tar.gz -> ${P}.tar.gz"
85 -
86 -LICENSE="MIT"
87 -SLOT="0"
88 -KEYWORDS="~amd64"
89 -
90 -COMMON="sys-devel/llvm:8=[${MULTILIB_USEDEP}]
91 - dev-libs/opencl-clang:8=[${MULTILIB_USEDEP}]"
92 -DEPEND="${COMMON}"
93 -RDEPEND="${COMMON}"
94 -
95 -LLVM_MAX_SLOT=8
96 -
97 -S="${WORKDIR}"/${PN}-igc-${PV}
98 -
99 -pkg_pretend() {
100 - if [[ ${MERGE_TYPE} != "binary" ]]; then
101 - if tc-is-gcc && [[ $(gcc-major-version) -ge 9 ]]; then
102 - # Bug #685790
103 - eerror "Compilation with gcc-9+ is not supported yet. Switch to an older version and try again."
104 - die "Tried to use too new gcc."
105 - fi
106 - fi
107 -}
108 -
109 -multilib_src_configure() {
110 - local mycmakeargs=(
111 - -DCCLANG_BUILD_INTREE_LLVM=OFF
112 - -DCMAKE_LIBRARY_PATH=$(get_llvm_prefix)/$(get_libdir)
113 - -DIGC_OPTION__FORCE_SYSTEM_LLVM=ON
114 - -DIGC_PREFERRED_LLVM_VERSION=8
115 - # Until a new official release of opencl-clang
116 - -DCOMMON_CLANG_LIBRARY_NAME=common_clang
117 - )
118 - cmake-utils_src_configure
119 -}