From: Uwe Köcher Date: Tue, 8 Jul 2014 10:30:40 +0000 (+0200) Subject: initial ubuntu14 platform file for deal.II X-Git-Tag: 0.3~10 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=777b20c1480b1fe99bfa890bfa760ff8bf0b70c0;p=candi.git initial ubuntu14 platform file for deal.II --- 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 +) +