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 009761396D0 for ; Sat, 7 Oct 2017 18:28:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E5EA2BC01B; Sat, 7 Oct 2017 18:28:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F018E2BC01B for ; Sat, 7 Oct 2017 18:28:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F97E33C4EE for ; Sat, 7 Oct 2017 18:28:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E54859065 for ; Sat, 7 Oct 2017 18:28:52 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1507400897.0f3dff81c54d8241472d3d03137b24b65a0a405b.tamiko@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 sci-libs/dealii/metadata.xml X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 0f3dff81c54d8241472d3d03137b24b65a0a405b X-VCS-Branch: master Date: Sat, 7 Oct 2017 18:28:52 +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: 7b1e22df-5112-44af-a39d-7ed5420f9ac3 X-Archives-Hash: f111c66a56d0f66a308e6ad466018ab6 commit: 0f3dff81c54d8241472d3d03137b24b65a0a405b Author: Matthias Maier gentoo org> AuthorDate: Sat Oct 7 18:28:17 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Oct 7 18:28:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0f3dff81 sci-libs/dealii: update live ebuild Package-Manager: Portage-2.3.8, Repoman-2.3.3 sci-libs/dealii/dealii-9999.ebuild | 13 ++++++++++--- sci-libs/dealii/metadata.xml | 3 +++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 3d45ca624..c0ffbc179 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -33,9 +33,10 @@ fi LICENSE="LGPL-2.1+" SLOT="0" IUSE=" - adolc arpack cpu_flags_x86_avx cpu_flags_x86_sse2 +debug doc +examples - +gsl hdf5 +lapack metis mpi muparser nanoflann opencascade netcdf p4est - petsc slepc +sparse static-libs +tbb trilinos + adolc assimp arpack cpu_flags_x86_avx cpu_flags_x86_sse2 cuda +debug + doc +examples +gsl hdf5 +lapack metis mpi muparser nanoflann + opencascade netcdf p4est petsc slepc +sparse static-libs sundials +tbb + trilinos " # TODO: add slepc use flag once slepc is packaged for gentoo-science @@ -49,6 +50,8 @@ RDEPEND="dev-libs/boost sys-libs/zlib adolc? ( sci-libs/adolc ) arpack? ( sci-libs/arpack[mpi=] ) + assimp? ( media-libs/assimp ) + cuda? ( dev-util/nvidia-cuda-sdk ) gsl? ( sci-libs/gsl ) hdf5? ( sci-libs/hdf5[mpi=] ) lapack? ( virtual/lapack ) @@ -62,6 +65,7 @@ RDEPEND="dev-libs/boost petsc? ( sci-mathematics/petsc[mpi=] ) slepc? ( sci-mathematics/slepc[mpi=] ) sparse? ( sci-libs/umfpack ) + sundials? ( sci-libs/sundials ) tbb? ( dev-cpp/tbb ) trilinos? ( sci-libs/trilinos )" @@ -89,8 +93,10 @@ src_configure() { -DDEAL_II_WITH_BZIP2=ON -DDEAL_II_WITH_ZLIB=ON -DDEAL_II_WITH_ADOLC="$(usex adolc)" + -DDEAL_II_WITH_ASSIMP="$(usex assimp)" -DDEAL_II_WITH_ARPACK="$(usex arpack)" -DDEAL_II_HAVE_AVX="$(usex cpu_flags_x86_avx)" + -DDEAL_II_WITH_CUDA="$(usex cuda)" -DDEAL_II_HAVE_SSE2="$(usex cpu_flags_x86_sse2)" -DDEAL_II_COMPONENT_DOCUMENTATION="$(usex doc)" -DDEAL_II_COMPONENT_EXAMPLES="$(usex examples)" @@ -107,6 +113,7 @@ src_configure() { -DDEAL_II_WITH_P4EST="$(usex p4est)" -DDEAL_II_WITH_PETSC="$(usex petsc)" -DDEAL_II_WITH_SLEPC="$(usex slepc)" + -DDEAL_II_WITH_SUNDIALS="$(usex sundials)" -DDEAL_II_WITH_UMFPACK="$(usex sparse)" -DBUILD_SHARED_LIBS="$(usex !static-libs)" -DDEAL_II_PREFER_STATIC_LIBS="$(usex static-libs)" diff --git a/sci-libs/dealii/metadata.xml b/sci-libs/dealii/metadata.xml index 929d8544d..ec7db76e8 100644 --- a/sci-libs/dealii/metadata.xml +++ b/sci-libs/dealii/metadata.xml @@ -36,6 +36,9 @@ and extra output. If you want to get meaningful backtraces see Add support for suitesparse (sci-libs/suitesparse) Add threading support with the help of the tbb library (dev-cpp/tbb) Add support for trilinos (sci-libs/trilinos) + Add support for assimp (media-libs/assimp) + Add support for cuda assimp (dev-util/nvidia-cuda-sdk) + Add support for sundials assimp (sci-libs/sundials) dealii/dealii