← Back to team overview

dolfin team mailing list archive

Re: [Branch ~dorsal-core/dorsal/main] Rev 431: Fix cmake python crashing bug allowing pydolfin to build to build on snowleopard.

 

On 8/23/10 10:06 AM, noreply@xxxxxxxxxxxxx wrote:
> ------------------------------------------------------------
> revno: 431
> committer: Harish Narayanan <hnarayanan@xxxxxxxxx>
> branch nick: dorsal
> timestamp: Mon 2010-08-23 10:00:05 +0530
> message:
>   Fix cmake python crashing bug allowing pydolfin to build to build on snowleopard.
>   
>   Python demos still crash with an eerily similar
>   
>   Fatal Python error: Interpreter not initialized (version mismatch?)
>   
>   as does plotting in c++ demos. Getting closer to where snowleopard support was before
>   all the recent activity!
> modified:
>   FEniCS/platforms/supported/snowleopard.platform

If someone adds the following (without the libreak) to dolfin.conf if
the platform is darwin+macports, python support (including plotting) is
back working again.

export
DYLD_FRAMEWORK_PATH=/opt/local/Library/Frameworks:${DYLD_FRAMEWORK_PATH}

snowleopard.platform is now where it was before all the recent dorsal
activity!

Harish



Follow ups