:-) Johannes
On Fri, Nov 2, 2012 at 8:09 AM, Anders Logg <[email protected]> wrote: > But that will break my build! ;-) > > -- > Anders > > > ---------- Forwarded message ---------- > From: [email protected] > To: Anders Logg <[email protected]> > Cc: > Date: Thu, 01 Nov 2012 08:23:13 -0000 > Subject: [Branch ~dorsal-core/dorsal/main] Rev 782: Replace hardcoded path > with correct installation path in fenics.conf. > ------------------------------------------------------------ > revno: 782 > committer: Johannes Ring <[email protected]> > 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 > > > _______________________________________________ > Mailing list: https://launchpad.net/~dorsal > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dorsal > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

