DOLFIN is C++/Python library and is built by $ mkdir build $ cd build $ cmake .. $ make install
in the simplest case. Ususally you need to provide some -D flags to CMake to configure correctly against the dependencies. Jan On Wed, 3 Dec 2014 11:12:20 -0800 Eric Wilson <[email protected]> wrote: > Hello, > I am trying to install Dolfin using anaconda's iPython. I am having a > lot of trouble doing so. I downloaded your file directly and there is > no setup file within the dolfin folder. I also tried automatically > installing it inside of anaconda using the "easy_install" command and > it will download but again the setup file is non-existent. I am > working with python to solve advanced calculus problems and dolfin is > what I need. Any advice or files would be greatly appreciated. > > Thanks, > > Eric Wilson _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
