From 0cd3e3e92ba70a2b9ce8bee26cd18f1abef2da6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Wed, 31 Aug 2016 22:30:06 +0200 Subject: [PATCH] adds current fedora 24 to the supported platforms --- candi.sh | 1 + .../platforms/supported/fedora24.platform | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 deal.II-toolchain/platforms/supported/fedora24.platform diff --git a/candi.sh b/candi.sh index f9475fa..6585f87 100755 --- a/candi.sh +++ b/candi.sh @@ -559,6 +559,7 @@ guess_platform() { "Twenty One"*) echo fedora21;; "Twenty Two"*) echo fedora22;; "Twenty Three"*) echo fedora23;; + "Twenty Four"*) echo fedora24;; esac elif [ -f /etc/redhat-release ]; then diff --git a/deal.II-toolchain/platforms/supported/fedora24.platform b/deal.II-toolchain/platforms/supported/fedora24.platform new file mode 100644 index 0000000..3762112 --- /dev/null +++ b/deal.II-toolchain/platforms/supported/fedora24.platform @@ -0,0 +1,22 @@ +# Fedora 24 + +# This build script assumes that you have several packages already +# installed via Fedora's dnf using the following command: +# +# $ sudo dnf install \ +# @development-tools gcc-c++ cmake openmpi openmpi-devel splint \ +# patch libtool lua lua-devel \ +# blas blas-devel lapack lapack-devel \ +# doxygen graphviz graphviz-devel qt-devel \ +# metis metis-devel +# +# Please load the 'openmpi' compiler with +# $ module load mpi/openmpi-x86_64 +# and then set the compiler enviroment variables to +# $ export CC=mpicc; export CXX=mpicxx; export FC=mpif90; export FF=mpif77 +# before you continue! +## + +# +# Define the additional packages for this platform. +#PACKAGES="once:cmake ${PACKAGES}" -- 2.39.5