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 59F641382C5 for ; Tue, 27 Apr 2021 19:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEFD1E085A; Tue, 27 Apr 2021 19:42:58 +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 9103BE085A for ; Tue, 27 Apr 2021 19:42:58 +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 D21FE3410AD for ; Tue, 27 Apr 2021 19:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F30C581 for ; Tue, 27 Apr 2021 19:42:55 +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: <1619552562.2e49fea3bafd0defdb7df291a1c0afe280c97e67.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/dealii/dealii-9.2.0.ebuild X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 2e49fea3bafd0defdb7df291a1c0afe280c97e67 X-VCS-Branch: master Date: Tue, 27 Apr 2021 19:42:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e29978d-b241-4f64-a665-ccf6d58a3a6b X-Archives-Hash: 5e3c82bf093c3d1cc3e0a0477b8693b3 commit: 2e49fea3bafd0defdb7df291a1c0afe280c97e67 Author: Matthias Maier gentoo org> AuthorDate: Tue Apr 27 19:42:10 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Apr 27 19:42:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e49fea3 sci-libs/dealii: drop netcdf dependency Closes: https://bugs.gentoo.org/773085 Closes: https://bugs.gentoo.org/786099 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> sci-libs/dealii/dealii-9.2.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sci-libs/dealii/dealii-9.2.0.ebuild b/sci-libs/dealii/dealii-9.2.0.ebuild index 276a69e17c7..0974d9bee5a 100644 --- a/sci-libs/dealii/dealii-9.2.0.ebuild +++ b/sci-libs/dealii/dealii-9.2.0.ebuild @@ -30,7 +30,7 @@ SLOT="0" IUSE=" adolc assimp arpack cpu_flags_x86_avx cpu_flags_x86_avx512f cpu_flags_x86_sse2 cuda +debug doc +examples ginkgo gmsh +gsl hdf5 - +lapack metis mpi muparser nanoflann opencascade netcdf p4est petsc + +lapack metis mpi muparser nanoflann opencascade p4est petsc scalapack slepc +sparse static-libs sundials symengine +tbb trilinos " @@ -56,7 +56,6 @@ RDEPEND="dev-libs/boost mpi? ( virtual/mpi ) muparser? ( dev-cpp/muParser ) nanoflann? ( sci-libs/nanoflann ) - netcdf? ( sci-libs/netcdf-cxx:0 ) opencascade? ( sci-libs/opencascade:* ) p4est? ( sci-libs/p4est[mpi] ) petsc? ( sci-mathematics/petsc[mpi=] ) @@ -109,7 +108,6 @@ src_configure() { -DDEAL_II_WITH_MPI="$(usex mpi)" -DDEAL_II_WITH_MUPARSER="$(usex muparser)" -DDEAL_II_WITH_NANOFLANN="$(usex nanoflann)" - -DDEAL_II_WITH_NETCDF="$(usex netcdf)" -DOPENCASCADE_DIR="${CASROOT}" -DDEAL_II_WITH_OPENCASCADE="$(usex opencascade)" -DDEAL_II_WITH_P4EST="$(usex p4est)"