*How can I disable mshr? How can I download the correct* *fenics fenics-install.sh in order to edit it?* ( Sorry about this elementar questions... )
One reason for building FEniCS inside a ubuntu virtual machine is the easy way of install some libraries like *cvxpy*, spyder-lib, ,ipython notebook, etc. The anaconda python distribution is the only "easy" way I do it on my mac and I have problems in OSX with the fenics-dev hash list. *I really need to use some packages of "raw" (bound) constrain* *optimization tools with your beutiful and sofisticated FEM package* *FEniCS*. I will post some question about it on FEniCS q&a. I know that tao optimization solvers are now available from petsc4py3.5 and dolfin compiled with petsc3.5. Something like min. f(u) s.t. a(u) = L and u>=0 for example. Classical Linear Program problems such min. |u|1 s.t. Au=b where A, b = assemble(a, L). Etc. PS: Sorry about the build log include in the mail.. 2015-03-26 9:13 GMT-03:00 Johannes Ring <[email protected]>: > On Thu, Mar 26, 2015 at 2:05 AM, André Timótheo <[email protected]> > wrote: > > I need to install fenics dev last version. > > > > With the shell comands > > > > $ export PROCS=1 # Ubuntu 14 and 4GB with a virtual machine parallels > 10 > > in OSX Yosemite > > > > curl -s http://fenicsproject.org/fenics-install.sh | bash > > > > i get the error: > > > > [mshr|ERROR] Command '[u'/bin/bash', '_hashdist/build.sh']' returned > > non-zero exit status 2 > > [mshr|ERROR] command failed (code=2); raising > > > > How can I fix it? > > The problem is that mshr builds CGAL, which require more memory than > you have provided for the virtual machine. You either have to increase > the memory amount or disable mshr. > > BTW, the fenics-install.sh script also works natively on OS X. Is > there a specific reason for building inside a virtual machine? > > Johannes > > PS: Please do not include the build log in the mail as it becomes > difficult to read. Make it an attachment instead. >
_______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
