{cae}[foss/2023b] fenics-dolfinx v0.9.0#23796
Closed
MdHassanPappu wants to merge 4 commits intoeasybuilders:developfrom
Closed
{cae}[foss/2023b] fenics-dolfinx v0.9.0#23796MdHassanPappu wants to merge 4 commits intoeasybuilders:developfrom
MdHassanPappu wants to merge 4 commits intoeasybuilders:developfrom
Conversation
Contributor
|
I was wondering if it is something similar to this? #22422 |
Contributor
|
@tanmoy1989 In a sense yes, but what is done here is technically superior - the Python bindings are split out from the C++ core libraries. This follows our internal design philosophy, allowing a first class C++ interface with no Python required, and is consistent with our Spack packages, which I wrote with other core developers. To use an analogy, #22422 is like having a PETSc build with petsc4py included, despite a user not wanting to use Python. It is unfortunate that there was no discussion with the core development team on how this should be done - my strong recommendation would be to remove the old PR and replace with this new set. |
jhale
reviewed
Sep 4, 2025
easybuild/easyconfigs/f/fenics-dolfinx/fenics-dolfinx-0.9.0-foss-2023b.eb
Show resolved
Hide resolved
easybuild/easyconfigs/f/fenics-dolfinx/fenics-dolfinx-0.9.0-foss-2023b.eb
Show resolved
Hide resolved
easybuild/easyconfigs/f/fenics-dolfinx/fenics-dolfinx-0.9.0-foss-2023b.eb
Outdated
Show resolved
Hide resolved
easybuild/easyconfigs/f/fenics-dolfinx/fenics-dolfinx-0.9.0-foss-2023b.eb
Show resolved
Hide resolved
easybuild/easyconfigs/f/fenics-dolfinx/fenics-dolfinx-0.9.0-foss-2023b.eb
Outdated
Show resolved
Hide resolved
jhale
reviewed
Sep 5, 2025
easybuild/easyconfigs/f/fenics-dolfinx/fenics-dolfinx-0.9.0-foss-2023b.eb
Outdated
Show resolved
Hide resolved
3465793 to
c3062cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add EasyConfig for fenics-dolfinx v0.9.0
This PR adds a new EasyBuild recipe for DOLFINx, the core C++ component of the FEniCSx Stack.
Version: 0.9.0
Toolchain: foss/2023b
FEniCS dependencies:
fenics-basix 0.9.0fenics-ufcx 0.9.0It have the Python interfaces provided separately. Dolfinx Python bindings