From: Max Rudolph Date: Tue, 1 May 2018 21:32:37 +0000 (-0700) Subject: add ubuntu 18 LTS X-Git-Tag: v8.5.1~1^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=683c34584f7a76f80fcd2411215e9e85831bc289;p=candi.git add ubuntu 18 LTS --- diff --git a/deal.II-toolchain/platforms/supported/ubuntu18.platform b/deal.II-toolchain/platforms/supported/ubuntu18.platform new file mode 100644 index 0000000..7bfcf97 --- /dev/null +++ b/deal.II-toolchain/platforms/supported/ubuntu18.platform @@ -0,0 +1,19 @@ +# ubuntu 18 LTS +# +# 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 lsb-release wget \ +# automake autoconf gfortran \ +# openmpi-bin openmpi-common libopenmpi-dev cmake subversion git \ +# libblas-dev liblapack-dev libblas3 liblapack3 \ +# libsuitesparse-dev libtool libboost-all-dev \ +# splint tcl tcl-dev environment-modules qt4-dev-tools +# +# Then run candi again. +## + +# +# Define the additional packages for this platform. +#PACKAGES="once:cmake ${PACKAGES}" +