Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/trilinos/
Date: Tue, 03 Apr 2018 03:52:50
Message-Id: 1522727525.de40804228315f732a8ebe579519c8caa65a47af.tamiko@gentoo
1 commit: de40804228315f732a8ebe579519c8caa65a47af
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 20:57:24 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 03:52:05 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de408042
7
8 sci-libs/trilinos: remove qt4 use flag
9
10 I have no idea what graphical interface is constructed when qt support
11 is enabled but it isn't essential for trilinos at all and Trilinos
12 doesn't support Qt5... So let's just remove that.
13
14 Package-Manager: Portage-2.3.28, Repoman-2.3.9
15
16 .../trilinos/{trilinos-12.12.1.ebuild => trilinos-12.12.1-r1.ebuild} | 4 +---
17 1 file changed, 1 insertion(+), 3 deletions(-)
18
19 diff --git a/sci-libs/trilinos/trilinos-12.12.1.ebuild b/sci-libs/trilinos/trilinos-12.12.1-r1.ebuild
20 similarity index 97%
21 rename from sci-libs/trilinos/trilinos-12.12.1.ebuild
22 rename to sci-libs/trilinos/trilinos-12.12.1-r1.ebuild
23 index bdf76c3e9..b74f3c8c6 100644
24 --- a/sci-libs/trilinos/trilinos-12.12.1.ebuild
25 +++ b/sci-libs/trilinos/trilinos-12.12.1-r1.ebuild
26 @@ -16,7 +16,7 @@ SLOT="0"
27
28 IUSE="
29 adolc arprec boost clp cppunit cuda eigen glpk gtest hdf5 hwloc hypre
30 - matio metis mkl mumps netcdf petsc qd qt5 scalapack scotch sparse
31 + matio metis mkl mumps netcdf petsc qd scalapack scotch sparse
32 superlu taucs tbb test threads tvmet yaml zlib X
33 "
34
35 @@ -45,7 +45,6 @@ RDEPEND="
36 netcdf? ( sci-libs/netcdf )
37 petsc? ( sci-mathematics/petsc )
38 qd? ( sci-libs/qd )
39 - qt5? ( dev-qt/qtgui:5= )
40 scalapack? ( virtual/scalapack )
41 scotch? ( sci-libs/scotch )
42 sparse? ( sci-libs/cxsparse sci-libs/umfpack )
43 @@ -128,7 +127,6 @@ src_configure() {
44 -DTPL_ENABLE_PETSC="$(usex petsc)"
45 -DTPL_ENABLE_Pthread="$(usex threads)"
46 -DTPL_ENABLE_QD="$(usex qd)"
47 - -DTPL_ENABLE_QT="$(usex qt5)"
48 -DTPL_ENABLE_SCALAPACK="$(usex scalapack)"
49 -DTPL_ENABLE_Scotch="$(usex scotch)"
50 -DTPL_ENABLE_SuperLU="$(usex superlu)"