~njansson/dolfin/hpc

1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# Configure for a local install in $toplevel/local.
#
# This is useful to be able to run demos from within the
# source tree without needing to specify an installation
# directory.

INSTALLDIR=`pwd`"/local"

scons enableDebug=yes $*
scons install prefix=$INSTALLDIR