I modified the fenics-terminal script in /Applications/Fenics/contents/resources/bin so it will not complain on start up, but I’m still learning how to test out. I think my python distribution in the wrong version too.
Thanks, Reuben From: Peter Lichtner <[email protected]<mailto:[email protected]>> Date: Friday, November 29, 2013 at 12:15 PM To: Johannes Ring <[email protected]<mailto:[email protected]>> Cc: Reuben Kraft <[email protected]<mailto:[email protected]>>, "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [FEniCS-support] Binary Install for Mac 10.9 I tried running the Mac OS X 10.8 version on 10.9. I found that the cahn-hilliary demo ran but not others. E.g. for demo_poisson.py I get the error: lichtner@gravenstein-2:poisson$ python demo_poisson.py 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/lichtner/.instant/error/dolfin_compile_code_f6c3010fb014663578b3cbc5ec745210/compile.log' Traceback (most recent call last): File "demo_poisson.py", line 18, 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 527, in __new__ cpp_base, members = compile_expressions([cppcode], [constant_members]) File "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/expressions.py", line 198, in compile_expressions additional_declarations)) File "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/expressions.py", line 124, in compile_expression_code code, additional_declarations=additional_declarations) File "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/jit.py", line 66, in mpi_jit return local_jit(*args, **kwargs) File "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/compilemodule.py", line 452, in compile_extension_module **instant_kwargs) File "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/instant/build.py", line 541, 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 150, 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 49, in instant_error raise RuntimeError(text) RuntimeError: In instant.recompile: The module did not compile with command 'make VERBOSE=1 ', see '/Users/lichtner/.instant/error/dolfin_compile_code_f6c3010fb014663578b3cbc5ec745210/compile.log' ...Peter On Nov 28, 2013, at 2:21 AM, Johannes Ring <[email protected]<mailto:[email protected]>> wrote: > On Wed, Nov 27, 2013 at 4:27 PM, Reuben Kraft > <[email protected]<mailto:[email protected]>> wrote: >> I was wondering if there is a binary build for FEniCS for Mac running 10.9? > > No, there is no binary for OS X 10.9. However, the binary for 10.8 > might also work for 10.9 (with just a few tweaks). I haven't tried it > myself because I don't have 10.9, but I can assist you if you want to > try it out. > > Johannes > _______________________________________________ > fenics-support mailing list > [email protected]<mailto:[email protected]> > http://fenicsproject.org/mailman/listinfo/fenics-support ________________ Peter Lichtner Santa Fe, NM 87507 (505) 692-4029 (c) OFM Research
_______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
