public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2018-04-03 16:44 99% Matthias Maier
  0 siblings, 0 replies; 1+ results
From: Matthias Maier @ 2018-04-03 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     a4c1fcde6604d517b0c08880bb364448cd490f5d
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 15:34:20 2018 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 16:44:50 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a4c1fcde

dev-lang/vtune: version bump to 18.0.2.0.551022

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-lang/vtune/vtune-18.0.2.0.551022.ebuild | 49 +++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild b/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild
new file mode 100644
index 000000000..51a0b08c0
--- /dev/null
+++ b/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+INTEL_DIST_SKU=3235
+INTEL_DIST_PV=2018_update2_professional_edition
+INTEL_SUBDIR=vtune_amplifier
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Intel VTune Amplifier XE"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/"
+
+IUSE="doc"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="~dev-libs/intel-common-18.0.2.199[compiler]"
+
+INTEL_DIST_DAT_RPMS=(
+	"vtune-amplifier-2018-cli-common-2018.2-551022.noarch.rpm"
+	"vtune-amplifier-2018-common-2018.2-551022.noarch.rpm"
+	"vtune-amplifier-2018-common-pset-2018.2-551022.noarch.rpm"
+	"vtune-amplifier-2018-gui-common-2018.2-551022.noarch.rpm"
+	"vtune-amplifier-2018-sep-2018.2-551022.noarch.rpm"
+	"vtune-amplifier-2018-target-2018.2-551022.noarch.rpm")
+INTEL_DIST_AMD64_RPMS=(
+	"vtune-amplifier-2018-cli-2018.2-551022.x86_64.rpm"
+	"vtune-amplifier-2018-collector-64linux-2018.2-551022.x86_64.rpm"
+	"vtune-amplifier-2018-gui-2018.2-551022.x86_64.rpm")
+INTEL_DIST_X86_RPMS=(
+	"vtune-amplifier-2018-cli-32bit-2018.2-551022.i486.rpm"
+	"vtune-amplifier-2018-collector-32linux-2018.2-551022.i486.rpm")
+
+pkg_setup() {
+	if use doc; then
+		INTEL_DIST_DAT_RPMS+=( "vtune-amplifier-2018-doc-2018.2-551022.noarch.rpm" )
+	fi
+}
+
+src_install() {
+	intel-sdp-r1_src_install
+
+	local path="PATH="
+	use abi_x86_64 && path+=":$(isdp_get-sdp-edir)/bin64"
+	use abi_x86_32 && path+=":$(isdp_get-sdp-edir)/bin32"
+	echo "${path}" > "${T}"/35vtune || die
+	doenvd "${T}"/35vtune
+}


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-04-03 16:44 99% [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/ Matthias Maier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox