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/vtune/, sci-libs/trilinos/
Date: Sat, 25 May 2019 06:36:22
Message-Id: 1558766166.02cedf80908e9a3d923e44fdaf388ff8df9ceec0.tamiko@gentoo
1 commit: 02cedf80908e9a3d923e44fdaf388ff8df9ceec0
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 05:58:14 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 06:36:06 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=02cedf80
7
8 dev-lang/vtune: version bump to 19.0.4.0.597835
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/vtune/vtune-19.0.4.0.597835.ebuild | 48 +++++++++++++++++++++++++++++
14 sci-libs/trilinos/trilinos-12.14.1.ebuild | 1 +
15 2 files changed, 49 insertions(+)
16
17 diff --git a/dev-lang/vtune/vtune-19.0.4.0.597835.ebuild b/dev-lang/vtune/vtune-19.0.4.0.597835.ebuild
18 new file mode 100644
19 index 000000000..e090c10b7
20 --- /dev/null
21 +++ b/dev-lang/vtune/vtune-19.0.4.0.597835.ebuild
22 @@ -0,0 +1,48 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +INTEL_DIST_PV=2019_update4_professional_edition
29 +INTEL_SUBDIR=vtune_amplifier
30 +
31 +inherit intel-sdp-r1
32 +
33 +DESCRIPTION="Intel VTune Amplifier XE"
34 +HOMEPAGE="http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/"
35 +
36 +IUSE="doc"
37 +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
38 +
39 +RDEPEND="~dev-libs/intel-common-19.0.4.243[compiler]"
40 +
41 +INTEL_DIST_DAT_RPMS=(
42 + "vtune-amplifier-2019-cli-common-2019.4-597835.noarch.rpm"
43 + "vtune-amplifier-2019-common-2019.4-597835.noarch.rpm"
44 + "vtune-amplifier-2019-common-pset-2019.4-597835.noarch.rpm"
45 + "vtune-amplifier-2019-gui-common-2019.4-597835.noarch.rpm"
46 + "vtune-amplifier-2019-sep-2019.4-597835.noarch.rpm"
47 + "vtune-amplifier-2019-target-2019.4-597835.noarch.rpm")
48 +INTEL_DIST_AMD64_RPMS=(
49 + "vtune-amplifier-2019-cli-2019.4-597835.x86_64.rpm"
50 + "vtune-amplifier-2019-collector-64linux-2019.4-597835.x86_64.rpm"
51 + "vtune-amplifier-2019-gui-2019.4-597835.x86_64.rpm")
52 +INTEL_DIST_X86_RPMS=(
53 + "vtune-amplifier-2019-cli-32bit-2019.4-597835.i486.rpm"
54 + "vtune-amplifier-2019-collector-32linux-2019.4-597835.i486.rpm")
55 +
56 +pkg_setup() {
57 + if use doc; then
58 + INTEL_DIST_DAT_RPMS+=( "vtune-amplifier-2019-doc-2019.4-597835.noarch.rpm" )
59 + fi
60 +}
61 +
62 +src_install() {
63 + intel-sdp-r1_src_install
64 +
65 + local path="PATH="
66 + use abi_x86_64 && path+=":$(isdp_get-sdp-edir)/bin64"
67 + use abi_x86_32 && path+=":$(isdp_get-sdp-edir)/bin32"
68 + echo "${path}" > "${T}"/35vtune || die
69 + doenvd "${T}"/35vtune
70 +}
71
72 diff --git a/sci-libs/trilinos/trilinos-12.14.1.ebuild b/sci-libs/trilinos/trilinos-12.14.1.ebuild
73 index 5d87f33fe..2320a2256 100644
74 --- a/sci-libs/trilinos/trilinos-12.14.1.ebuild
75 +++ b/sci-libs/trilinos/trilinos-12.14.1.ebuild
76 @@ -93,6 +93,7 @@ src_configure() {
77 -DTrilinos_ENABLE_ALL_PACKAGES=ON
78 -DTrilinos_ENABLE_CTrilinos=OFF
79 -DTrilinos_ENABLE_PyTrilinos=OFF
80 + -DTrilinos_ENABLE_SEACASChaco=OFF
81 -DTrilinos_ENABLE_SEACASExodiff="$(usex netcdf)"
82 -DTrilinos_ENABLE_SEACASExodus="$(usex netcdf)"
83 -DTrilinos_ENABLE_TESTS="$(usex test)"