as the title reads I am having difficulties in creating a spack environment containing the three packages. I am new to spack and, thus, I am sure something is not being done properly. Have anyone done something similar?
I tried following the installation guides on each respective github repository, but once any package is installed, the others’ dependencies seem to collide.
I would need some more details here to help you. What issues/errors are you getting? Could you post the commands you have executed, and the output from them?
EDIT: The problem lies on the fact that pyvista does not have a spack package, but It can be fixed by installing it through pip afterwards.
PD: I managed to work out the three main packages by introducing the “^py-fenics-dolfinx@main” at the end of scifem and dolfinx_mpc add calls, for others to know.