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 B748C158091 for ; Tue, 24 May 2022 17:53:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F349E091F; Tue, 24 May 2022 17:53:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E897AE091F for ; Tue, 24 May 2022 17:53:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EE618341CD3 for ; Tue, 24 May 2022 17:53:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BDDB4FB for ; Tue, 24 May 2022 17:53:47 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1653413801.acb31b7b66bb3cdd9d3e1c2d6eff6cd941efce08.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: acb31b7b66bb3cdd9d3e1c2d6eff6cd941efce08 X-VCS-Branch: master Date: Tue, 24 May 2022 17:53:47 +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: 7754101d-679c-493b-bf88-5538fa0c2afb X-Archives-Hash: 66b796e50ad9edb752661fcb50fd5263 commit: acb31b7b66bb3cdd9d3e1c2d6eff6cd941efce08 Author: Alessandro Barbieri gmail com> AuthorDate: Tue May 24 17:35:10 2022 +0000 Commit: Haelwenn Monnier hacktivis me> 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