multiphenics / multiphenicsx

multiphenicsx - easy prototyping of multiphysics problems in FEniCSx
https://multiphenics.github.io/
GNU Lesser General Public License v3.0
45 stars 9 forks source link

Installation using Spack? #25

Closed ordinary-slim closed 6 months ago

ordinary-slim commented 6 months ago

The recommended way to install dolfinx on clusters is Spack. Is it possible to install multiphenicsx using Spack? Would it be possible to add simple to use instructions like these in the Installation section?

francesco-ballarin commented 6 months ago

That's unlikely to happen, since it would mean that I would have to maintain a spack package as well, which is beyond my current time availability. Just install using pip in your existing spack environment: it will use the same compiler as the one that was used to compile dolfinx, which will make the two fully compatible with each other.