sci-libs/dolfinx - 0.10.0 (phackerlay)

Search

Install

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

Package Information

Description:
Next generation FEniCS problem solving environment
Homepage:
https://github.com/FEniCS/dolfinx
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
0.10.0 8 ~amd64 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

DEPEND

	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

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

Manifest for 0.10.0

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