Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/icc/
Date: Sat, 25 May 2019 06:36:19
Message-Id: 1558766163.c0495d9beddeed0de7859293be464ab8ba0c97e7.tamiko@gentoo
1 commit: c0495d9beddeed0de7859293be464ab8ba0c97e7
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 21:11:33 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 06:36:03 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0495d9b
7
8 dev-lang/icc: version bump to 19.0.4.243
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 dev-lang/icc/icc-19.0.4.243.ebuild | 41 ++++++++++++++++++++++++++++++++++++++
14 1 file changed, 41 insertions(+)
15
16 diff --git a/dev-lang/icc/icc-19.0.4.243.ebuild b/dev-lang/icc/icc-19.0.4.243.ebuild
17 new file mode 100644
18 index 000000000..c388143bd
19 --- /dev/null
20 +++ b/dev-lang/icc/icc-19.0.4.243.ebuild
21 @@ -0,0 +1,41 @@
22 +# Copyright 2439-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +INTEL_DIST_PV=2019_update4_professional_edition
28 +
29 +inherit intel-sdp-r1
30 +
31 +DESCRIPTION="Intel C/C++ Compiler"
32 +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
33 +
34 +IUSE="doc"
35 +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
36 +
37 +# avoid file collision with ifc #476330
38 +RDEPEND="~dev-libs/intel-common-${PV}[compiler]"
39 +
40 +CHECKREQS_DISK_BUILD=500M
41 +
42 +INTEL_DIST_DAT_RPMS=(
43 + "icc-common-19.0.4-243-19.0.4-243.noarch.rpm"
44 + "icc-common-ps-19.0.4-243-19.0.4-243.noarch.rpm"
45 + "icc-common-ps-ss-bec-19.0.4-243-19.0.4-243.noarch.rpm")
46 +INTEL_DIST_AMD64_RPMS=(
47 + "icc-19.0.4-243-19.0.4-243.x86_64.rpm"
48 + "icc-ps-19.0.4-243-19.0.4-243.x86_64.rpm"
49 + "icc-ps-ss-bec-19.0.4-243-19.0.4-243.x86_64.rpm")
50 +
51 +INTEL_DIST_X86_RPMS=(
52 + "icc-32bit-19.0.4-243-19.0.4-243.x86_64.rpm"
53 + "icc-ps-ss-bec-32bit-19.0.4-243-19.0.4-243.x86_64.rpm")
54 +
55 +pkg_setup() {
56 + if use doc; then
57 + INTEL_DIST_DAT_RPMS+=(
58 + "icc-doc-19.0-19.0.4-243.noarch.rpm"
59 + "icc-doc-ps-19.0-19.0.4-243.noarch.rpm")
60 + fi
61 +}
62 +