How to install master version of FEniCS using conda

Dear all,

I’m trying to run FEniCS on a cluster, and the easiest way to install it is to use conda (which I have never used before). So I would like to ask if there is a way to install the development/master version of FEniCS using conda (I need some functionalities that are not available in the stable release).

Thanks in advance!

I would suggest using singularity, as you can base the installation on docker images. See for instance: Fenics & singularity - saving data with mpirun - #9 by bhaveshshrimali

2 Likes

This seems like the best way to go. Thanks @dokken!

1 Like