From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3008B1382FE for ; Tue, 12 Jul 2016 19:57:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF9221C0E4; Tue, 12 Jul 2016 19:57:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3486121C0B2 for ; Tue, 12 Jul 2016 19:57:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46907340F09 for ; Tue, 12 Jul 2016 19:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF69F2456 for ; Tue, 12 Jul 2016 19:57:08 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1468249403.f60f3255106c745b7e71ed02c2dba0467e4934c2.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/dealii/dealii-9999.ebuild X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: f60f3255106c745b7e71ed02c2dba0467e4934c2 X-VCS-Branch: master Date: Tue, 12 Jul 2016 19:57:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5afdbb8f-2788-4385-a5f9-3908138f5045 X-Archives-Hash: ae496b49b7f08a724dc83067a7b4458e commit: f60f3255106c745b7e71ed02c2dba0467e4934c2 Author: Matthias Maier gentoo org> AuthorDate: Mon Jul 11 15:03:23 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Mon Jul 11 15:03:23 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f60f3255 sci-libs/dealii: update live ebuild Package-Manager: portage-2.2.28 sci-libs/dealii/dealii-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index d572f07..4aa4fbf 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -35,8 +35,8 @@ LICENSE="LGPL-2.1+" SLOT="0" IUSE=" arpack cpu_flags_x86_avx cpu_flags_x86_sse2 c++11 +debug doc +examples - hdf5 +lapack metis mpi muparser opencascade netcdf p4est parameter_gui - petsc +sparse static-libs +tbb trilinos + +gsl hdf5 +lapack metis mpi muparser opencascade netcdf p4est petsc + +sparse static-libs +tbb trilinos " # TODO: add slepc use flag once slepc is packaged for gentoo-science @@ -48,6 +48,7 @@ RDEPEND="dev-libs/boost app-arch/bzip2 sys-libs/zlib arpack? ( sci-libs/arpack[mpi=] ) + gsl? ( sci-libs/gsl ) hdf5? ( sci-libs/hdf5[mpi=] ) lapack? ( virtual/lapack ) metis? ( >=sci-libs/parmetis-4 ) @@ -56,7 +57,6 @@ RDEPEND="dev-libs/boost netcdf? ( sci-libs/netcdf-cxx:0 ) opencascade? ( sci-libs/opencascade:* ) p4est? ( sci-libs/p4est[mpi] ) - parameter_gui? ( dev-qt/qtgui:4 ) petsc? ( sci-mathematics/petsc[mpi=] ) sparse? ( sci-libs/umfpack ) tbb? ( dev-cpp/tbb ) @@ -89,6 +89,7 @@ src_configure() { $(cmake-utils_use cpu_flags_x86_sse2 DEAL_II_HAVE_SSE2) $(cmake-utils_use doc DEAL_II_COMPONENT_DOCUMENTATION) $(cmake-utils_use examples DEAL_II_COMPONENT_EXAMPLES) + $(cmake-utils_use gsl DEAL_II_WITH_GSL) $(cmake-utils_use hdf5 DEAL_II_WITH_HDF5) $(cmake-utils_use lapack DEAL_II_WITH_LAPACK) $(cmake-utils_use metis DEAL_II_WITH_METIS) @@ -98,7 +99,6 @@ src_configure() { -DOPENCASCADE_DIR="${CASROOT}" $(cmake-utils_use opencascade DEAL_II_WITH_OPENCASCADE) $(cmake-utils_use p4est DEAL_II_WITH_P4EST) - $(cmake-utils_use parameter_gui DEAL_II_COMPONENT_PARAMETER_GUI) $(cmake-utils_use petsc DEAL_II_WITH_PETSC) $(cmake-utils_use sparse DEAL_II_WITH_UMFPACK) $(cmake-utils_use !static-libs BUILD_SHARED_LIBS)