updated to modern VTK
[engrid-github.git] / src / scripts / engrid_installer_updater.cfg
blob3ea29d244574c5c6520ef108ac596d7ba44ad976
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
11 DOWNLOAD_QT=1
12 ARCHIVE_QT="qt-x11-opensource-src-4.5.2.tar.gz"
13 URL_QT="http://get.qt.nokia.com/qt/source/$ARCHIVE_QT"
15 DOWNLOAD_VTK=1
16 ARCHIVE_VTK="vtk-5.6.0.tar.gz"
17 URL_VTK="http://www.vtk.org/files/release/5.6/$ARCHIVE_VTK"
18 VTKVERSION="5.6"
20 DOWNLOAD_CGNS=1
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.
25 DOWNLOAD_ENGRID=1
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.
30 DOWNLOAD_NETGEN=0
31 ARCHIVE_NETGEN="netgen-mesher.tar.gz"
32 URL_NETGEN="http://files.engits.eu/$ARCHIVE_NETGEN"
34 #################
35 # git clone URLs
36 #################
37 #HTTP
38 # GIT_URL_ENGRID="http://engits.eu/git/engrid.git"
39 #SSH
40 # GIT_URL_ENGRID="ssh://swordfish/srv/www/htdocs/git/engrid.git"
41 #GIT
42 GIT_URL_ENGRID="git://engits.eu/git/engrid.git"
44 ##################################
45 # Installation prefix definition
46 ##################################
47 # PREFIX="$(readlink -f .)/opt/engits"
48 PREFIX=/opt/engits
50 # VTK installation directory
51 VTKPREFIX=$PREFIX/VTK
53 # QT installation directory
54 QTPREFIX=$PREFIX/QT
56 # CGNS installation directory
57 CGNSPREFIX=$PREFIX/CGNS
59 # Location of the engrid source code checkout
60 SRCPREFIX=$PREFIX/src
62 # Installation directory for the engrid startup and environment setup scripts
63 BINPREFIX=$PREFIX/bin
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:
70 # source ENV_SETUP
71 ENV_SETUP=engrid_environment.sh
73 ##################################
74 # branch selection
75 ##################################
76 # The remote branch you wish to use (master is the main development branch)
77 BRANCH=release
79 ##################################
80 # build options
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
89 MAKEOPTIONS_ALL=-j4
91 ##################################
92 # Currently unused variables
93 ##################################
94 # VTK_WRAP_JAVA
95 # VTK_WRAP_PYTHON
96 # VTK_WRAP_TCL