# This build script assumes that you have several packages already
# installed via ubuntu's apt-get using the following commands:
#
-# > sudo apt-get install build-essential automake autoconf gfortran \
-# openmpi-bin openmpi-common libopenmpi-dev cmake subversion \
-# git libblas-dev liblapack-dev libblas3gf liblapack3gf splint \
-# tcl tcl-dev libsuitesparse-dev libtool libboost-all-dev qt4-dev-tools
+# > sudo apt-get install build-essential wget automake autoconf gfortran \
+# openmpi-bin openmpi-common libopenmpi-dev cmake subversion \
+# git libblas-dev liblapack-dev libblas3gf liblapack3gf \
+# libsuitesparse-dev libtool libboost-all-dev \
+# tcl tcl-dev splint qt4-dev-tools
#
-# Then reboot.
-#
-# Afterwards, you should set your compilers safely:
-# > export CC=mpicc; export CXX=mpicxx; export FC=mpif90; export FF=mpif77
-# and rerun candi again.
-#
-# To compile deal.II applications, you need to set the following variables
-# > export DEAL_II_DIR=${INSTALL_PATH} (see below for your settings)
-# > export PATH=$DEAL_II_DIR/bin:$PATH
+# Then run candi again.
##
#
# This build script assumes that you have several packages already
# installed via ubuntu's apt-get using the following commands:
#
-# > sudo apt-get install build-essential automake autoconf gfortran \
+# > sudo apt-get install build-essential wget automake autoconf gfortran \
# openmpi-bin openmpi-common libopenmpi-dev cmake subversion \
-# git libblas-dev liblapack-dev libblas3gf liblapack3gf splint \
-# tcl tcl-dev environment-modules libsuitesparse-dev \
-# libtool libboost-all-dev qt4-dev-tools
+# git libblas-dev liblapack-dev libblas3gf liblapack3gf \
+# libsuitesparse-dev libtool libboost-all-dev \
+# splint tcl tcl-dev environment-modulesqt4-dev-tools
#
-# Then reboot and run candi again.
+# Then run candi again.
##
-#
-# Define the additional packages for this platform.
-#PACKAGES="once:cmake ${PACKAGES}"
-
# The default compiler on ubuntu14 does not support Trilinos 12
# together with deal.II v8.3.0.
# Note: this issue is resolved in the current development trunc
# This build script assumes that you have several packages already
# installed via ubuntu's apt-get using the following commands:
#
-# > sudo apt-get install build-essential automake autoconf gfortran \
+# > sudo apt-get install build-essential lsb-release wget \
+# automake autoconf gfortran \
# openmpi-bin openmpi-common libopenmpi-dev cmake subversion git \
-# libblas-dev liblapack-dev libblas3 liblapack3 splint tcl tcl-dev \
-# environment-modules libsuitesparse-dev libtool libboost-all-dev \
-# qt4-dev-tools
+# libblas-dev liblapack-dev libblas3 liblapack3 \
+# libsuitesparse-dev libtool libboost-all-dev \
+# splint tcl tcl-dev environment-modules qt4-dev-tools
#
-# Then reboot and run candi again.
+# Then run candi again.
##
-#
-# Define the additional packages for this platform.
-#PACKAGES="once:cmake ${PACKAGES}"