Sorry Johannes, the problem was from mixed up pointers via macports.
Kicking macports around enough fixed the problem. Sorry for the wrong
report.


On Mon, Apr 28, 2014 at 2:45 AM, Johannes Ring <[email protected]> wrote:

> On Fri, Apr 11, 2014 at 3:14 PM, Mike Welland <[email protected]>
> wrote:
> > Hi, I installed the binary for mac 10.7 and things run fine until I go to
> > compile a subdomain with, for example
> >
> > left = CompiledSubDomain("1")
>
> Can you post a complete minimal example?
>
> For instance, the hyperelasticity python demo works fine for me with
> the binary package (version 1.3.0) on OS X 10.7.
>
> >
> > where I get:
> >
> > In instant.recompile: The module did not compile with command 'make
> > VERBOSE=1', see
> >
> '/Users/mwelland/.instant/error/dolfin_compile_code_1bba63bc55dc7b81d3ba98e8449304d9/compile.log'
> > Traceback (most recent call last):
> >   File "13_PETScTweak.py", line 115, in <module>
> >     left = CompiledSubDomain("1")
> >   File
> >
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/subdomains.py",
> > line 153, in CompiledSubDomain
> >     SubDomainClass = compile_subdomain_code(code, classname)
> >   File
> >
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/subdomains.py",
> > line 107, in compile_subdomain_code
> >     compiled_module = compile_extension_module(code)
> >   File
> >
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/jit.py",
> > line 60, in mpi_jit
> >     return local_jit(*args, **kwargs)
> >   File
> >
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/compilemodule.py",
> > line 448, in compile_extension_module
> >     **instant_kwargs)
> >   File
> >
> "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/instant/build.py",
> > line 542, 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 151, 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 57, in instant_error
> >     raise RuntimeError(text)
> > RuntimeError: In instant.recompile: The module did not compile with
> command
> > 'make VERBOSE=1', see
> >
> '/Users/mwelland/.instant/error/dolfin_compile_code_1bba63bc55dc7b81d3ba98e8449304d9/compile.log'
> >
> > Log attached.
>
> Looks like the log file is missing.
>
> Johannes
>
> > Any ideas? I've been messing around with my system a little.
> /usr/bin/gcc is
> > actually a pointer to the xCode gcc:
> > /Applications/Xcode.app/Contents/Developer/usr/bin/gcc
> >
> > version:
> > i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build
> > 5658) (LLVM build 2336.11.00)
> >
> > Thanks
> >
> > _______________________________________________
> > fenics-support mailing list
> > [email protected]
> > http://fenicsproject.org/mailman/listinfo/fenics-support
> >
>
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to