--- Begin Message ---
------------------------------------------------------------
revno: 782
committer: Johannes Ring <johannr@xxxxxxxxx>
branch nick: trunk
timestamp: Thu 2012-11-01 09:23:55 +0100
message:
Replace hardcoded path with correct installation path in fenics.conf.
modified:
dorsal.sh
--
lp:dorsal
https://code.launchpad.net/~dorsal-core/dorsal/main
You are subscribed to branch lp:dorsal.
To unsubscribe from this branch go to https://code.launchpad.net/~dorsal-core/dorsal/main/+edit-subscription
=== modified file 'dorsal.sh'
--- dorsal.sh 2012-10-31 07:43:16 +0000
+++ dorsal.sh 2012-11-01 08:23:55 +0000
@@ -350,7 +350,7 @@
# Source this file to set up your environment for building against FEniCS
# Standard paths
-export CMAKE_PREFIX_PATH=/home/logg/scratch/fenics
+export CMAKE_PREFIX_PATH=${INSTALL_PATH}
export PATH=\$CMAKE_PREFIX_PATH/bin:\$PATH
export PYTHONPATH=\$CMAKE_PREFIX_PATH/lib/python2.7/site-packages:\$PYTHONPATH
export LD_LIBRARY_PATH=\$CMAKE_PREFIX_PATH/lib:\$LD_LIBRARY_PATH
--- End Message ---