]> https://gitweb.dealii.org/ - candi.git/commitdiff
candi: added fedora 23
authorUwe Köcher <koecher@hsu-hamburg.de>
Fri, 6 Nov 2015 13:17:45 +0000 (14:17 +0100)
committerUwe Köcher <koecher@hsu-hamburg.de>
Fri, 6 Nov 2015 13:17:45 +0000 (14:17 +0100)
candi.sh
deal.II-toolchain/platforms/supported/fedora23.platform [new file with mode: 0644]

index d8fdee8f1c4202a4b936dd91f1c9ca335005ff77..90581439b8ff8ade792fa863e3034ad376e2c559 100755 (executable)
--- a/candi.sh
+++ b/candi.sh
@@ -459,6 +459,7 @@ guess_platform() {
             "Heisenbug"*)         echo fedora20;;
             "Twenty One"*)        echo fedora21;;
             "Twenty Two"*)        echo fedora22;;
+            "Twenty Three"*)      echo fedora23;;
         esac
     elif [ -f /etc/redhat-release ]
     then
diff --git a/deal.II-toolchain/platforms/supported/fedora23.platform b/deal.II-toolchain/platforms/supported/fedora23.platform
new file mode 100644 (file)
index 0000000..abf3b23
--- /dev/null
@@ -0,0 +1,37 @@
+# Fedora 23
+
+# This build script assumes that you have several packages already
+# installed via Fedora's yum using the following command:
+#
+# $ sudo dnf install -y \
+# @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 
+# 
+# Additional packages (if you need):
+# ~ ARPACK system packages: arpack arpack-devel
+# ~ METIS  system packages: 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 packages this platform needs
+PACKAGES=(
+load:dealii-prepare
+once:opencascade
+once:parmetis
+once:superlu_dist
+once:hdf5
+once:p4est
+once:trilinos
+once:petsc
+once:slepc
+dealii
+)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.