~fenics-core/dorsal/1.0.x

6 by Harish Narayanan
Created skeleton files
1
# Global configuration variables go here. You will want to tweak this
223 by Joachim B Haga
Misc cleanups.
2
# file to suit your needs. If you want to keep local changes that are
3
# not overwritten by repository updates, those can be written
4
# to local.cfg instead (entries there will override those in this file).
6 by Harish Narayanan
Created skeleton files
5
351 by Harish Narayanan
Minor changes
6
# Meta-project to build
7
PROJECT=FEniCS
6 by Harish Narayanan
Created skeleton files
8
# Where do you want the downloaded source files to go?
563 by Harish Narayanan
Generalized paths
9
DOWNLOAD_PATH=${HOME}/Work/${PROJECT}/src
6 by Harish Narayanan
Created skeleton files
10
# Where do you want the compiled software installed?
563 by Harish Narayanan
Generalized paths
11
INSTALL_PATH=${HOME}/Work/${PROJECT}
258 by Harish Narayanan
Cleaned up uni-process compilation for evil packages
12
# How many processes would you like to build using?
186 by Ilmar Wilbers
Add libboost-program-options-dev to Ubuntu platforms, build ginac manually for intrepid and jaunty (already so for hardy). Also, revert dorsal.cfg.
13
PROCS=1
351 by Harish Narayanan
Minor changes
14
# Would you like to build stable versions of FEniCS projects?
485 by Anders Logg
Fix location of stable packages
15
STABLE_BUILD=true