1 # variables to set for use by engrid_installer_updater.sh
2 # This configuration file is sourced by engrid_installer_updater.sh
3 # You can therefore use bash syntax in it.
5 #################################################
6 # Download links and archive names
7 # modify this to change the dependency versions
8 #################################################
9 # Set the DOWNLOAD_* variables to 0 if you wish to use already downloaded tarballs instead of redownloading them
12 ARCHIVE_QT="qt-x11-opensource-src-4.5.2.tar.gz"
13 URL_QT="http://get.qt.nokia.com/qt/source/$ARCHIVE_QT"
16 ARCHIVE_VTK="vtk-5.6.0.tar.gz"
17 URL_VTK="http://www.vtk.org/files/release/5.6/$ARCHIVE_VTK"
21 ARCHIVE_CGNS="cgnslib_2.5-4.tar.gz"
22 URL_CGNS="http://prdownloads.sourceforge.net/cgns/$ARCHIVE_CGNS"
24 # If set to 1, engrid will be downloaded as a tarball via http instead of via a git checkout.
26 ARCHIVE_ENGRID="engrid-src-1.2rc1.tar.gz"
27 URL_ENGRID="http://files.engits.eu/$ARCHIVE_ENGRID"
29 # If set to 1, netgen will be downloaded as a tarball via http instead of via an svn checkout.
31 ARCHIVE_NETGEN="netgen-mesher.tar.gz"
32 URL_NETGEN="http://files.engits.eu/$ARCHIVE_NETGEN"
38 # GIT_URL_ENGRID="http://engits.eu/git/engrid.git"
40 # GIT_URL_ENGRID="ssh://swordfish/srv/www/htdocs/git/engrid.git"
42 GIT_URL_ENGRID="git://engits.eu/git/engrid.git"
44 ##################################
45 # Installation prefix definition
46 ##################################
47 # PREFIX="$(readlink -f .)/opt/engits"
50 # VTK installation directory
53 # QT installation directory
56 # CGNS installation directory
57 CGNSPREFIX=$PREFIX/CGNS
59 # Location of the engrid source code checkout
62 # Installation directory for the engrid startup and environment setup scripts
65 # Name of the startup script
66 START_ENGRID=start_engrid
68 # Name of the environment script
69 # Once generated, you can add it to your ~/.bashrc with:
71 ENV_SETUP=engrid_environment.sh
73 ##################################
75 ##################################
76 # The remote branch you wish to use (master is the main development branch)
79 ##################################
81 ##################################
82 # set this to "engrid.pro.cgns" if you want CGNS support
83 PROJECT_FILE=engrid.pro
84 # PROJECT_FILE=engrid.pro.cgns
86 MAKEOPTIONS_ENGRID=release
87 # MAKEOPTIONS_ENGRID=debug
91 ##################################
92 # Currently unused variables
93 ##################################