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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D861158086 for ; Fri, 12 Nov 2021 05:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B86DE0858; Fri, 12 Nov 2021 05:03:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8223BE0858 for ; Fri, 12 Nov 2021 05:03:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E1563431AF for ; Fri, 12 Nov 2021 05:03:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C71301BD for ; Fri, 12 Nov 2021 05:03:21 +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: <1636693378.51dac98418042c5ded237b794862d962b0adc965.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/trilinos/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/trilinos/metadata.xml sci-libs/trilinos/trilinos-13.0.1-r1.ebuild X-VCS-Directories: sci-libs/trilinos/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 51dac98418042c5ded237b794862d962b0adc965 X-VCS-Branch: master Date: Fri, 12 Nov 2021 05:03:21 +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: 0f755867-01dd-44d5-a5f0-5e7cf10618b1 X-Archives-Hash: 807b0582063ebe675c2f201ab402c90d commit: 51dac98418042c5ded237b794862d962b0adc965 Author: Matthias Maier gentoo org> AuthorDate: Fri Nov 12 05:02:58 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Fri Nov 12 05:02:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51dac984 sci-libs/trilinos: unconditionally depend on boost Closes: https://bugs.gentoo.org/782826 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> sci-libs/trilinos/metadata.xml | 1 - sci-libs/trilinos/trilinos-13.0.1-r1.ebuild | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sci-libs/trilinos/metadata.xml b/sci-libs/trilinos/metadata.xml index 62bd13962cc..8e99b0a5654 100644 --- a/sci-libs/trilinos/metadata.xml +++ b/sci-libs/trilinos/metadata.xml @@ -17,7 +17,6 @@ of large-scale, complex multi-physics engineering and scientific problems. Add support for adolc (sci-libs/adolc) Add support for arprec (sci-libs/arprec) - Add support for boost (dev-libs/boost) Add support for clp (sci-libs/coinor-clp) Add support for cuda (dev-util/nvidia-cuda-toolkit) Add support for eigen (dev-cpp/eigen) diff --git a/sci-libs/trilinos/trilinos-13.0.1-r1.ebuild b/sci-libs/trilinos/trilinos-13.0.1-r1.ebuild index 1b0396047b3..2af37197c73 100644 --- a/sci-libs/trilinos/trilinos-13.0.1-r1.ebuild +++ b/sci-libs/trilinos/trilinos-13.0.1-r1.ebuild @@ -18,7 +18,7 @@ LICENSE="BSD LGPL-2.1" SLOT="0" IUSE=" - adolc arprec boost clp cuda eigen glpk gtest hdf5 hwloc hypre + adolc arprec clp cuda eigen glpk gtest hdf5 hwloc hypre matio metis mkl mumps netcdf petsc qd scalapack scotch sparse superlu taucs tbb test threads tvmet yaml zlib X " @@ -28,13 +28,13 @@ RESTRICT="test" RDEPEND=" !dev-cpp/kokkos + dev-libs/boost:= sys-libs/binutils-libs virtual/blas virtual/lapack virtual/mpi adolc? ( sci-libs/adolc ) arprec? ( sci-libs/arprec ) - boost? ( dev-libs/boost:= ) clp? ( sci-libs/coinor-clp ) cuda? ( >=dev-util/nvidia-cuda-toolkit-3.2 ) eigen? ( dev-cpp/eigen:3 ) @@ -109,8 +109,8 @@ src_configure() { -DTPL_ENABLE_AMD="$(usex sparse)" -DTPL_ENABLE_ARPREC="$(usex arprec)" -DTPL_ENABLE_BLACS="$(usex scalapack)" - -DTPL_ENABLE_BoostLib="$(usex boost)" - -DTPL_ENABLE_Boost="$(usex boost)" + -DTPL_ENABLE_BoostLib=ON + -DTPL_ENABLE_Boost=ON -DTPL_ENABLE_Clp="$(usex clp)" -DTPL_ENABLE_CSparse="$(usex sparse)" -DTPL_ENABLE_CUDA="$(usex cuda)"