Is it possible to use fenics without docker on Mac ?
If I try to follow the "Automatic installation from source" approach, I cannot get the install script
https://fenicsproject.org/fenics-install.sh
is an empty file.
Yes it is possible. You can clone, compile and install instant, dijitso, fiat, ufl, ffc and dolfin separately from the repository https://bitbucket.org/fenics-project/.
Thanks. I could finally get the install script. Some random network problems, perhaps.
If I install with this script, where will it install the files ?
The script use HashDist, so the files will be installed in ~/.hashdist.
~/.hashdist
Thanks. I was running the hashdist script on macOS Sierra and it fails while installing cmake.
Is there no plan to provide dmg files like before ? This was such a convenient way to work on mac.
No, dmg files will no longer be provided, but we do have binary packages for Anaconda, which also works for macOS (see https://github.com/conda-forge/fenics-feedstock/).
Great, I didnt know about conda option. I already have anaconda, so this may be a easy way to install fenics for me.
Note that this is new and not official yet, so you might run into some problems.