Install this version:
emerge -a =sci-libs/dolfinx-0.10.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-libs/dolfinx-0.10.0
Or alternatively:
emerge --autounmask-write -a =sci-libs/dolfinx-0.10.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.10.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Next generation FEniCS problem solving environment"
HOMEPAGE="
https://github.com/FEniCS/dolfinx
"
SRC_URI="https://github.com/FEniCS/dolfinx/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
sci-mathematics/petsc[boost,hdf5,metis,scotch,mpi]
dev-libs/pugixml
dev-python/fenics-ffcx
dev-python/fenics-basix
sci-libs/hdf5
dev-libs/spdlog
"
DEPEND=${BDEPEND}
src_unpack() {
default
S=${WORKDIR}/${P}/cpp
}
sci-mathematics/petsc[boost,hdf5,metis,scotch,mpi] dev-libs/pugixml dev-python/fenics-ffcx dev-python/fenics-basix sci-libs/hdf5 dev-libs/spdlog
sci-mathematics/petsc[boost,hdf5,metis,scotch,mpi] dev-libs/pugixml dev-python/fenics-ffcx dev-python/fenics-basix sci-libs/hdf5 dev-libs/spdlog
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dolfinx-0.10.0.tar.gz | 873901 bytes | https://github.com/FEniCS/dolfinx/archive/refs/tags/v0.10.0.tar.gz |