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?
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:
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.