From: Uwe Köcher Date: Tue, 8 Jul 2014 09:27:18 +0000 (+0200) Subject: added inital platform file for CentOS 7 X-Git-Tag: 0.3~13 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dcdf47ebd670b0a7522472488edc4da4c70abc0;p=candi.git added inital platform file for CentOS 7 --- diff --git a/deal.II/platforms/supported/centos7.platform b/deal.II/platforms/supported/centos7.platform new file mode 100644 index 0000000..4abc980 --- /dev/null +++ b/deal.II/platforms/supported/centos7.platform @@ -0,0 +1,25 @@ +# CentOS 7 + +# This build script assumes that you have several packages already +# installed via RHEL's yum using the following command: +# +# su -c 'yum install -y svn git wget \ +# @development-tools gcc-c++ cmake \ +# blas blas-devel lapack lapack-devel \ +# doxygen graphviz graphviz-devel qt-devel ' +# +# ARPACK: arpack arpack-devel +# METIS: metis metis-devel +# +## + +# +# Define the packages this platform needs +PACKAGES=( +once:hdf5 +once:p4est +once:trilinos +once:petsc +once:slepc +dealii +)