Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/trilinos/
Date: Mon, 02 Apr 2018 12:45:32
Message-Id: 1522672175.917d8f6ecf968ba641c3a6cbe9b78bddc79f4790.jlec@gentoo
1 commit: 917d8f6ecf968ba641c3a6cbe9b78bddc79f4790
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 12:29:35 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 12:29:35 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=917d8f6e
7
8 sci-libs/trilinos: Change USE=qt to qt5
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11 Package-Manager: Portage-2.3.27, Repoman-2.3.9
12
13 sci-libs/trilinos/trilinos-12.12.1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/trilinos/trilinos-12.12.1.ebuild b/sci-libs/trilinos/trilinos-12.12.1.ebuild
17 index 2e8589530..bdf76c3e9 100644
18 --- a/sci-libs/trilinos/trilinos-12.12.1.ebuild
19 +++ b/sci-libs/trilinos/trilinos-12.12.1.ebuild
20 @@ -16,7 +16,7 @@ SLOT="0"
21
22 IUSE="
23 adolc arprec boost clp cppunit cuda eigen glpk gtest hdf5 hwloc hypre
24 - matio metis mkl mumps netcdf petsc qd qt scalapack scotch sparse
25 + matio metis mkl mumps netcdf petsc qd qt5 scalapack scotch sparse
26 superlu taucs tbb test threads tvmet yaml zlib X
27 "
28
29 @@ -45,7 +45,7 @@ RDEPEND="
30 netcdf? ( sci-libs/netcdf )
31 petsc? ( sci-mathematics/petsc )
32 qd? ( sci-libs/qd )
33 - qt? ( dev-qt/qtgui )
34 + qt5? ( dev-qt/qtgui:5= )
35 scalapack? ( virtual/scalapack )
36 scotch? ( sci-libs/scotch )
37 sparse? ( sci-libs/cxsparse sci-libs/umfpack )
38 @@ -128,7 +128,7 @@ src_configure() {
39 -DTPL_ENABLE_PETSC="$(usex petsc)"
40 -DTPL_ENABLE_Pthread="$(usex threads)"
41 -DTPL_ENABLE_QD="$(usex qd)"
42 - -DTPL_ENABLE_QT="$(usex qt)"
43 + -DTPL_ENABLE_QT="$(usex qt5)"
44 -DTPL_ENABLE_SCALAPACK="$(usex scalapack)"
45 -DTPL_ENABLE_Scotch="$(usex scotch)"
46 -DTPL_ENABLE_SuperLU="$(usex superlu)"