Dear all, I have now removed Anaconda from my Mac; instead, I followed the instructions on http://fenicsproject.org/download/osx_details.html and had FEniCS installed alongside system Python.
The problem is: when I tried to run d1_p2D.py (whose source code can be found on http://fenicsproject.org/documentation/tutorial/fundamentals.html#the-poisson-equation; with mesh = UnitSquare(6, 4) replaced by mesh = UnitSquareMesh(6, 4)), the terminal displays the message Reading DOLFIN parameters from file "dolfin_parameters.xml". but the execution of the script freezes, forcing me to abort the execution. I am not sure why this is happening; could you help me resolve the issue? Many thanks, Kaloyan ________________________________ From: Anders Logg [[email protected]] Sent: Tuesday, May 05, 2015 10:17 PM To: Juan Luis Cano; Johannes Ring Cc: [email protected]; Kaloyan Dimitrov Marinov Subject: Re: [FEniCS-support] Installing FEniCS on OSX I won't be going to PyCon but have fun in Stockholm! -- Anders tis 5 maj 2015 kl 21:39 skrev Juan Luis Cano <[email protected]<mailto:[email protected]>>: On 2015-05-05 12:49, Johannes Ring wrote: > I have been working on some Conda packages recently. Not for FEniCS > but for DocOnce. I am trying to build the packages from the > fenics-recipes repository now and will report any issues at > https://github.com/Juanlu001/fenics-recipes/issues. > > Johannes Thanks to both for the feedback! I already received the issues so I try to respond them tomorrow. > On Mon, May 4, 2015 at 9:19 PM, Anders Logg > <[email protected]<mailto:[email protected]>> wrote: >> I have a Mac and so do many of the other FEniCS developers, but I know >> little or nothing about Conda (and perhaps the same is true for others). >> Perhaps with some step by step instructions on what you want us to try out >> and how, we could offer some assistance in trying on FEniCS Conda packages >> for OS X. >> >> -- >> Anders The most important thing to take into account is that it is possible that in the compilation and linking process libraries are taken both from the conda building environment *and* from the root locations. I will try to write some detailed instructions in the following days. By the way, if anybody is going to PyCon Sweden in Stockholm next week please say hi :) I will be giving a talk on IPython, a probably a lightning talk about some undecided topic. Kind regards, Juan Luis Cano >> >> >> ons 29 apr. 2015 kl 18:58 skrev Juan Luis Cano >> <[email protected]<mailto:[email protected]>>: >>> On 2015-04-23 10:06, Kaloyan Dimitrov Marinov wrote: >>> >>> I am running OS X 10.10.3 and have installed Python 2.7.9 from Anaconda >>> 2.2.0 (alongside system Python). Can you let me know if I can install FEniCS >>> so that it couples with my Python from Anaconda (rather than with system >>> Python)? >>> >>> >>> Hello Kaloyan, >>> >>> I actually provide conda packages for FEniCS: >>> >>> >>> http://fenicsproject.org/download/installation_using_conda.html#building-custom-conda-packages-using-recipes >>> >>> but I have not yet compiled them on OS X: >>> >>> https://github.com/Juanlu001/fenics-recipes/issues/3 >>> >>> I don't have a Mac so I cannot make binaries for OS X (and debugging >>> through Travis CI is a pain in the neck), but with some help perhaps we can >>> do it once and (in theory) they should work for everybody. >>> >>> Kind regards, >>> >>> Juan Luis Cano >> >> _______________________________________________ >> fenics-support mailing list >> [email protected]<mailto:[email protected]> >> http://fenicsproject.org/mailman/listinfo/fenics-support >> _______________________________________________ fenics-support mailing list [email protected]<mailto:[email protected]> http://fenicsproject.org/mailman/listinfo/fenics-support
_______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
