From: Uwe Köcher Date: Thu, 26 Nov 2015 18:41:20 +0000 (+0100) Subject: candi: deal.II: added support for the upcoming ubuntu16 X-Git-Tag: v0.8.2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=726f7ec729f0cbd8947e5472862816a77cd37dbf;p=candi.git candi: deal.II: added support for the upcoming ubuntu16 --- diff --git a/candi.sh b/candi.sh index 19071d4..d217bfb 100755 --- a/candi.sh +++ b/candi.sh @@ -535,6 +535,7 @@ guess_platform() { *:*:*Ubuntu*\ 12*) echo ubuntu12;; *:*:*Ubuntu*\ 14*) echo ubuntu14;; *:*:*Ubuntu*\ 15*) echo ubuntu15;; + *:*:*Ubuntu*\ 16*) echo ubuntu16;; *:Tikanga*:*) echo rhel5;; *:Santiago*:*) echo rhel6;; Scientific:Carbon*:*) echo rhel6;; diff --git a/deal.II-toolchain/platforms/supported/ubuntu16.platform b/deal.II-toolchain/platforms/supported/ubuntu16.platform new file mode 100644 index 0000000..7ce1a0d --- /dev/null +++ b/deal.II-toolchain/platforms/supported/ubuntu16.platform @@ -0,0 +1,17 @@ +# ubuntu 16 +# +# 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 \ +# environment-modules libsuitesparse-dev libtool libboost-all-dev \ +# qt4-dev-tools +# +# Then reboot and run candi again. +## + +# +# Define the additional packages for this platform. +#PACKAGES="once:cmake ${PACKAGES}"