On Wed, 21 Jan 2015 21:48:47 +0000
Jacopo Lanzoni <[email protected]> wrote:

> Hi everyone,
> 
> I have just installed FEniCS on my OS X 10.10.1 and I have tried to
> run the tutorial codes as an installation test. I got the following
> error. Attached you find the file compile.log. I can’t understand the
> reason of the issue. With the other tutorial codes I get similar
> error messages.

There is a bug in binaries available on
http://fenicsproject.org/download/osx_details.html. The links haven't
been updated to patched version yet.

Try uninstalling FEniCS, then installing this one

  http://fenicsproject.org/pub/software/fenics/fenics-1.5.0-p1-osx10.10.dmg
  http://fenicsproject.org/pub/software/fenics/fenics-1.5.0-p1-osx10.9.dmg

and executing instant-clean before trying the demo again.

Jan

> 
> Best wishes
> Jacopo
> 
>  
> 
> jacopolanzoni@MacBookolanzoni:~$
> python 
> /Applications/FEniCS.app/Contents/Resources/share/dolfin/demo/documented/neumann-poisson/python/demo_neumann-poisson.py
> Calling FFC just-in-time (JIT) compiler, this may take some time.
> Calling FFC just-in-time (JIT) compiler, this may take some time.
> Calling DOLFIN just-in-time (JIT) compiler, this may take some time.
> In instant.recompile: The module did not compile with command 'make
> VERBOSE=1', see
> '/Users/jacopolanzoni/.instant/error/dolfin_compile_code_e71a4e0b9db4c7b3c4379cadd4a0fbc66cf1c990/compile.log'
> Traceback (most recent call last): File
> "/Applications/FEniCS.app/Contents/Resources/share/dolfin/demo/documented/neumann-poisson/python/demo_neumann-poisson.py",
> line 59, in <module> f = Expression("10*exp(-(pow(x[0] - 0.5, 2) +
> pow(x[1] - 0.5, 2)) / 0.02)") File
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/functions/expression.py",
> line 602, in __new__ mpi_comm=mpi_comm) File
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/expressions.py",
> line 217, in compile_expressions mpi_comm=mpi_comm) File
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/expressions.py",
> line 145, in compile_expression_code mpi_comm=mpi_comm) File
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/jit.py",
> line 64, in mpi_jit return local_jit(*args, **kwargs) File
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/compilemodule.py",
> line 458, in compile_extension_module **instant_kwargs) File
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/instant/build.py",
> line 563, in build_module recompile(modulename, module_path,
> new_compilation_checksum, build_system) File
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/instant/build.py",
> line 165, in recompile instant_error(msg % (cmd,
> compile_log_filename_dest)) File
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/instant/output.py",
> line 85, in instant_error raise RuntimeError(text) RuntimeError: In
> instant.recompile: The module did not compile with command 'make
> VERBOSE=1', see
> '/Users/jacopolanzoni/.instant/error/dolfin_compile_code_e71a4e0b9db4c7b3c4379cadd4a0fbc66cf1c990/compile.log’
> 
> 

_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to