On Mon, 2010-08-23 at 07:51 +0000, [email protected] wrote:
> ------------------------------------------------------------
> revno: 5053
> committer: Anders Logg <[email protected]>
> branch nick: dolfin-dev
> timestamp: Mon 2010-08-23 09:49:19 +0200
> message:
>   Add DYLD_FRAMEWORK_PATH to dolfin.conf. Can refine this later to only
>   set the extra variables on Mac.

We should aim to remove this. From a quick google, we're probably not
using the full path for the Python libraries.

Garth

> modified:
>   cmake/templates/dolfin.conf.in
> 
> 
> --
> lp:dolfin
> https://code.launchpad.net/~dolfin-core/dolfin/main
> 
> Your team DOLFIN Core Team is subscribed to branch lp:dolfin.
> To unsubscribe from this branch go to 
> https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription
> differences between files attachment (revision-diff.txt)
> === modified file 'cmake/templates/dolfin.conf.in'
> --- cmake/templates/dolfin.conf.in    2010-08-22 22:46:39 +0000
> +++ cmake/templates/dolfin.conf.in    2010-08-23 07:49:19 +0000
> @@ -1,10 +1,13 @@
>  # Helper file for setting non-default DOLFIN environment variables
>  
> +# Common Unix variables
>  export 
> ld_library_pa...@cmake_install_prefix@/@DOLFIN_LIB_DIR@:$LD_LIBRARY_PATH
> -export 
> dyld_library_pa...@cmake_install_prefix@/@DOLFIN_LIB_DIR@:$DYLD_LIBRARY_PATH
>  export pa...@cmake_install_prefix@/@DOLFIN_BIN_DIR@:$PATH
>  export 
> pkg_config_pa...@cmake_install_prefix@/@DOLFIN_PKGCONFIG_DIR@:$PKG_CONFIG_PATH
>  export 
> pythonpa...@dolfin_install_python_module_dir@:@DOLFIN_INSTALL_PYTHON_EXT_DIR@:$PYTHONPATH
>  export manpa...@cmake_install_prefix@/@DOLFIN_MAN_DIR@:$MANPATH
>  export dolfin_cmake_config_pa...@cmake_install_prefix@/share/cmake
>  
> +# Special Mac variables
> +export DYLD_FRAMEWORK_PATH=/opt/local/Library/Frameworks:$DYLD_FRAMEWORK_PATH
> +export 
> dyld_library_pa...@cmake_install_prefix@/@DOLFIN_LIB_DIR@:$DYLD_LIBRARY_PATH
> 



_______________________________________________
Mailing list: https://launchpad.net/~dolfin
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dolfin
More help   : https://help.launchpad.net/ListHelp

Reply via email to