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/dealii/
Date: Sun, 18 Jun 2017 13:04:10
Message-Id: 1497791006.910abe8a2393a64eb846cb73ac42fa2987a5479f.tamiko@gentoo
1 commit: 910abe8a2393a64eb846cb73ac42fa2987a5479f
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 13:03:26 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 13:03:26 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=910abe8a
7
8 sci-libs/dealii: ebuild maintenance
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sci-libs/dealii/dealii-9999.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild
16 index c66ac8a72..a992a7691 100644
17 --- a/sci-libs/dealii/dealii-9999.ebuild
18 +++ b/sci-libs/dealii/dealii-9999.ebuild
19 @@ -33,7 +33,7 @@ fi
20 LICENSE="LGPL-2.1+"
21 SLOT="0"
22 IUSE="
23 - arpack cpu_flags_x86_avx cpu_flags_x86_sse2 c++11 +debug doc +examples
24 + arpack cpu_flags_x86_avx cpu_flags_x86_sse2 +debug doc +examples
25 +gsl hdf5 +lapack metis mpi muparser opencascade netcdf p4est petsc
26 slepc +sparse static-libs +tbb trilinos
27 "
28 @@ -87,7 +87,6 @@ src_configure() {
29 -DDEAL_II_WITH_BZIP2=ON
30 -DDEAL_II_WITH_ZLIB=ON
31 -DDEAL_II_WITH_ARPACK="$(usex arpack)"
32 - -DDEAL_II_WITH_CXX11="$(usex c++11)"
33 -DDEAL_II_HAVE_AVX="$(usex cpu_flags_x86_avx)"
34 -DDEAL_II_HAVE_SSE2="$(usex cpu_flags_x86_sse2)"
35 -DDEAL_II_COMPONENT_DOCUMENTATION="$(usex doc)"