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

How to install fenics on os x using conda

0 votes

There are many users of Python today that got used to the conda distribution of Python, provided by Anaconda. There are currently recipes available (including binaries at binstar) for installing fenics on linux using conda (see https://github.com/Juanlu001/fenics-recipes).

On OS X 10.9, however, the building recipes fail (for details of how it fails, see https://github.com/Juanlu001/fenics-recipes/issues/3). It is a problem with libstdc++ explained here: http://stackoverflow.com/questions/13445742/apple-and-shared-ptr.

It would be great if someone with insight on compiler flag for OS X 10.9 could update the building recipes and upload binaries on binstar, so it becomes as easy to install fenics with conda on OS X as it is on linux.

asked Apr 27, 2015 by kmodin FEniCS Novice (120 points)

OS X 10.9 is getting old (released in 2013) and the upgrade to 10.10 is free AFAIK. Any specific reason to not upgrade to 10.10?

...