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 4606C158091 for ; Tue, 24 May 2022 17:36:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7855E08C8; Tue, 24 May 2022 17:36:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CFB7E08C4 for ; Tue, 24 May 2022 17:36:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA22D341B2D for ; Tue, 24 May 2022 17:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AD834FF for ; Tue, 24 May 2022 17:36:46 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653413801.acb31b7b66bb3cdd9d3e1c2d6eff6cd941efce08.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/OpenHPC-meta/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild X-VCS-Directories: sys-cluster/OpenHPC-meta/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: acb31b7b66bb3cdd9d3e1c2d6eff6cd941efce08 X-VCS-Branch: dev Date: Tue, 24 May 2022 17:36:46 +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: db63aa3d-1613-4110-ae51-b894e0519795 X-Archives-Hash: d44be8117afa012a74973f00916e30e1 commit: acb31b7b66bb3cdd9d3e1c2d6eff6cd941efce08 Author: Alessandro Barbieri gmail com> AuthorDate: Tue May 24 17:35:10 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue May 24 17:36:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acb31b7b sys-cluster/OpenHPC-meta: add superlu_dist and mfem Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild index 595b64bf1..01a52edc0 100644 --- a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild +++ b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild @@ -40,21 +40,23 @@ RDEPEND=" dev-libs/boost[mpi] sci-libs/fftw[mpi] sci-libs/hypre[mpi] + sci-libs/mfem[mpi,mumps,petsc,slepc] sci-libs/mumps[mpi,scotch] sci-libs/scalapack sci-libs/scotch[mpi,threads] + sci-libs/superlu_dist[fortran] sci-libs/trilinos[hypre,mumps,scotch,scalapack,petsc] sci-mathematics/petsc[fftw,hypre,mpi,mumps,scotch] sci-mathematics/slepc[mpi] sys-cluster/opencoarrays io-libs? ( + sci-libs/mfem[netcdf] sci-libs/trilinos[hdf5,netcdf] sci-mathematics/petsc[hdf5] ) - python? ( - $(python_gen_cond_dep 'dev-libs/boost[numpy,python,${PYTHON_USEDEP}]') - ) + python? ( $(python_gen_cond_dep 'dev-libs/boost[numpy,python,${PYTHON_USEDEP}]') ) + serial? ( sci-libs/mfem[superlu] ) ) perf-tools? ( @@ -100,10 +102,6 @@ RDEPEND=" #adios[mpi] #phdf5[mpi] -# parallel - #sci-libs/superlu_dist - #mfem - # perf-tools # sys-cluster/dimemas[libunwind] #imb