← Back to team overview

dolfin team mailing list archive

JIT unit test and OSX

 

I've got all of DOLFIN and the unit tests working nicely with OSX 10.8
/ Macports / clang, except the JIT unit test

    test_compile_extension_module

I have no idea how to debug it. The seg fault is triggered by the line

    VecExp(*x);

My best guess is that the pkg-config linking is bad. Any other ideas
or suggestions on how to fix it?

Can we finally get rid of the pkg-config garbage and use CMake for the
jit linking?

Garth


Follow ups