From 777b20c1480b1fe99bfa890bfa760ff8bf0b70c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Tue, 8 Jul 2014 12:30:40 +0200 Subject: [PATCH] initial ubuntu14 platform file for deal.II --- deal.II/platforms/supported/ubuntu14.platform | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 deal.II/platforms/supported/ubuntu14.platform diff --git a/deal.II/platforms/supported/ubuntu14.platform b/deal.II/platforms/supported/ubuntu14.platform new file mode 100644 index 0000000..7d39ac0 --- /dev/null +++ b/deal.II/platforms/supported/ubuntu14.platform @@ -0,0 +1,25 @@ +# ubuntu 14 +# +# This build script assumes that you have several packages already +# installed via ubuntu's apt-get using the following commands: +# +# > su -c 'apt-get install build-essential automake autoconf \ +# gfortran openmpi1.6 cmake subversion git splint splint-dev \ +# blas libblas-dev lapack liblapack-dev libblas3gf liblapack3gf \ +# tcl tcl-dev environment-modules' +# +# Then reboot and run candi again. +## + +# +# Define the packages this platform needs +PACKAGES=( +#once:boost +once:hdf5 +once:p4est +once:trilinos +once:petsc +once:slepc +dealii +) + -- 2.39.5