From ad7370bc171122894e022536d8f22fc4ba261953 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Fri, 6 Oct 2017 09:41:17 +0200 Subject: [PATCH] enhances linux_cluster platform description --- .../supported/linux_cluster.platform | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/deal.II-toolchain/platforms/supported/linux_cluster.platform b/deal.II-toolchain/platforms/supported/linux_cluster.platform index cb1eeb5..ecc84f3 100644 --- a/deal.II-toolchain/platforms/supported/linux_cluster.platform +++ b/deal.II-toolchain/platforms/supported/linux_cluster.platform @@ -1,19 +1,21 @@ # linux # -# This build script assumes that you have several packages already -# installed: -# automake -# autoconf -# cmake -# mpi -# gcc -# subversion -# git -# blas -# lapack +# This build script assumes that you have at least the packages: +# automake, autoconf, cmake, gcc, openmpi, blas, lapack, and +# git, cmake, zlib and bzip2 and boost +# installed. +# +# The packages +# git, cmake, zlib and bzip2 and boost +# can be installed with candi by selecting them in the candi.cfg file. +# +# Please note that this platform description is only a hint for +# dependencies and cannot ensure a successful build. Look into other +# platform descriptions for further dependencies. # ## # # Define the additional packages for this platform. #PACKAGES="once:cmake ${PACKAGES}" + -- 2.39.5