Dolfinx v0.10 in spack

Hi,

I need to have dolfinx v0.10 in spack, but when I add “spack add py-fenics-dolfinx@0.10” and then “install”, it mentions that this version of donfinx is not in the spack. I found from “https://fenicsproject.discourse.group/t/v0-10-0-of-dolfinx/18297” that it is not added to spack. I am wondering is there any other ways that I can manually add it to spack?

Thank you in advance,

See:

We have had issues with spack being very slow at processing PR (as they have a massive amount of packages), and have therefore gone for the overlay solution, where on adds repos on top of the existing spack packages. This is also done for quite a few of my own packages, see:

Thank you for your response.

As I understood, from the second link, after doing “repo add”, I can add dolfinx@0.10 by “spack add py-dolfinx@0.10”. Am I right?

Yes, that is correct, I would recommend py-fenics-dolfinx@0.10.0+petsc4py ^fenics-dolfinx+adios2 ^petsc+mumps+hypre so that you get good outputting IO and some solvers from PETSc.

Thank you so much. I will do your suggestion.