This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Fenics without docker

0 votes

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.

asked Nov 6, 2016 by praveen FEniCS User (2,760 points)

1 Answer

0 votes

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/.

answered Nov 6, 2016 by nate FEniCS Expert (17,050 points)

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.

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.

...