aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2018-04-02 13:29:35 +0100
committerJustin Lecher <jlec@gentoo.org>2018-04-02 13:29:35 +0100
commit917d8f6ecf968ba641c3a6cbe9b78bddc79f4790 (patch)
tree99ef2a069bb5652d27dd15dd588099fb7ae8c894
parentsci-libs/tensorflow: Update metadata.xml for USE=cuda (diff)
downloadsci-917d8f6e.tar.gz
sci-917d8f6e.tar.bz2
sci-917d8f6e.zip
sci-libs/trilinos: Change USE=qt to qt5
Signed-off-by: Justin Lecher <jlec@gentoo.org> Package-Manager: Portage-2.3.27, Repoman-2.3.9
-rw-r--r--sci-libs/trilinos/trilinos-12.12.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/trilinos/trilinos-12.12.1.ebuild b/sci-libs/trilinos/trilinos-12.12.1.ebuild
index 2e8589530..bdf76c3e9 100644
--- a/sci-libs/trilinos/trilinos-12.12.1.ebuild
+++ b/sci-libs/trilinos/trilinos-12.12.1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE="
adolc arprec boost clp cppunit cuda eigen glpk gtest hdf5 hwloc hypre
- matio metis mkl mumps netcdf petsc qd qt scalapack scotch sparse
+ matio metis mkl mumps netcdf petsc qd qt5 scalapack scotch sparse
superlu taucs tbb test threads tvmet yaml zlib X
"
@@ -45,7 +45,7 @@ RDEPEND="
netcdf? ( sci-libs/netcdf )
petsc? ( sci-mathematics/petsc )
qd? ( sci-libs/qd )
- qt? ( dev-qt/qtgui )
+ qt5? ( dev-qt/qtgui:5= )
scalapack? ( virtual/scalapack )
scotch? ( sci-libs/scotch )
sparse? ( sci-libs/cxsparse sci-libs/umfpack )
@@ -128,7 +128,7 @@ src_configure() {
-DTPL_ENABLE_PETSC="$(usex petsc)"
-DTPL_ENABLE_Pthread="$(usex threads)"
-DTPL_ENABLE_QD="$(usex qd)"
- -DTPL_ENABLE_QT="$(usex qt)"
+ -DTPL_ENABLE_QT="$(usex qt5)"
-DTPL_ENABLE_SCALAPACK="$(usex scalapack)"
-DTPL_ENABLE_Scotch="$(usex scotch)"
-DTPL_ENABLE_SuperLU="$(usex superlu)"