Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/trilinos/
Date: Fri, 24 Feb 2017 18:32:49
Message-Id: 1487961140.483b59b915db6a1648b12b29d55ffe30668057ff.junghans@gentoo
1 commit: 483b59b915db6a1648b12b29d55ffe30668057ff
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 18:32:12 2017 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 24 18:32:20 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=483b59b9
7
8 sci-libs/trilinos: added X deps
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-libs/trilinos/trilinos-12.10.1.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/trilinos/trilinos-12.10.1.ebuild b/sci-libs/trilinos/trilinos-12.10.1.ebuild
16 index c00a3ef46..16709a742 100644
17 --- a/sci-libs/trilinos/trilinos-12.10.1.ebuild
18 +++ b/sci-libs/trilinos/trilinos-12.10.1.ebuild
19 @@ -18,7 +18,7 @@ SLOT="0"
20 IUSE="
21 adolc arprec boost clp cppunit cuda eigen glpk gtest hdf5 hwloc hypre
22 matio metis mkl mumps netcdf petsc qd qt4 scalapack scotch sparse
23 - superlu taucs tbb test threads tvmet yaml zlib
24 + superlu taucs tbb test threads tvmet yaml zlib X
25 "
26
27 # TODO: fix export cmake function for tests
28 @@ -55,7 +55,8 @@ RDEPEND="
29 tbb? ( dev-cpp/tbb )
30 tvmet? ( dev-libs/tvmet )
31 yaml? ( dev-cpp/yaml-cpp )
32 - zlib? ( sys-libs/zlib )"
33 + zlib? ( sys-libs/zlib )
34 + X? ( x11-libs/libX11 )"
35 DEPEND="${RDEPEND}
36 virtual/pkgconfig"
37
38 @@ -144,6 +145,7 @@ src_configure() {
39 $(trilinos_enable tvmet)
40 $(trilinos_enable yaml yaml-cpp)
41 $(trilinos_enable zlib Zlib)
42 + $(trilinos_enable X X11)
43 )
44
45 use eigen && \