#
Scripts for building third-party packages.
- tar - with ‘gz’ and ‘bz2’ support
- unzip
- 7z - 7zip, but only for (cross-)compiling for Windows.
- get-em source buildtools=default paraview=default scotch=default openmpi=default (all optional)
- makeGcc
- Allwmake
- makeQt (optional)
- makeParaView
- AllwmakeLibccmio
- Allclean
- gcc http://gcc.gnu.org/releases.html
- gmp http://gmplib.org/ ftp://ftp.gnu.org/gnu/gmp/gmp-5.0.2.tar.bz2
- mpfr http://www.mpfr.org/ ftp://ftp.gnu.org/gnu/mpfr/mpfr-3.0.1.tar.bz2
- mpc http://www.multiprecision.org/ http://www.multiprecision.org/mpc/download/mpc-0.9.tar.gz
- cmake http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz
- Qt
- paraview http://www.paraview.org/files/v3.12/ParaView-3.12.0.tar.gz
- libccmio https://wci.llnl.gov/codes/visit/3rd_party/libccmio-2.6.1.tar.gz
- tecio http://download.tecplot.com/tecio/2009/tecio2009.zip
- CGAL https://gforge.inria.fr/frs/download.php/28500/CGAL-3.8.tar.gz
- boost http://sourceforge.net/projects/boost/files/boost/1.45.0/boost_1_45_0.tar.bz2/download
If building QT
- set your QT_DIR/PATH/LD_LIBRARY_PATH
- see the README provided with the QT sources to complete your installation
- when building ParaView, use the -qmake option to direct the build process to
your new QT install
- for more info, see:
./makeParaView -help
- for more info, see:
If Qt is relocated after being built, these files need adjusting:
- QT-PATH/bin/qt.conf
- QT-PATH/lib/pkgconfig/*.pc
The etc/relocateQt script can help here.