From: Uwe Köcher Date: Fri, 6 Nov 2015 18:28:24 +0000 (+0100) Subject: deal.II: removes untested platforms X-Git-Tag: v0.8~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f5e3f2e37749ae93b8593f62048a0692ff56cb;p=candi.git deal.II: removes untested platforms --- diff --git a/deal.II-toolchain/platforms/supported/cygwin.platform b/deal.II-toolchain/platforms/supported/cygwin.platform deleted file mode 100644 index e9e31bb..0000000 --- a/deal.II-toolchain/platforms/supported/cygwin.platform +++ /dev/null @@ -1,32 +0,0 @@ -# cygwin -# -# This build script assumes that you have several packages already -# installed: -# -# subversion, git, development-tools (gcc, g++, autoconf, automake, cmake) -# openmpi, blas, lapack (development packages also!) -# Please also make sure, that in your local.cfg only the indended packages -# are switched ON. -# -# Issues: -# - p4est will NOT compile without errors -# - boost 1.55 will NOT compile without errors -# -# Untested: -# - MPI -# - Trilinos, PetSC, Slepc -# -## - -# -# Define the packages this platform needs -PACKAGES=( -#once:boost -#once:hdf5 -#once:p4est -#once:trilinos -#once:petsc -#once:slepc -dealii -) - diff --git a/deal.II-toolchain/platforms/supported/fedora21.platform b/deal.II-toolchain/platforms/supported/fedora21.platform deleted file mode 100644 index 3c87b63..0000000 --- a/deal.II-toolchain/platforms/supported/fedora21.platform +++ /dev/null @@ -1,39 +0,0 @@ -# Fedora 21 - -# This build script assumes that you have several packages already -# installed via Fedora's yum using the following command: -# -# $ sudo yum 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:boost -once:opencascade -once:parmetis -once:superlu_dist -once:hdf5 -once:p4est -once:trilinos -once:petsc -once:slepc -dealii -) - diff --git a/deal.II-toolchain/platforms/supported/rhel6.platform b/deal.II-toolchain/platforms/supported/rhel6.platform deleted file mode 100644 index 0da7a1a..0000000 --- a/deal.II-toolchain/platforms/supported/rhel6.platform +++ /dev/null @@ -1,30 +0,0 @@ -# RHEL 6 - -# 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 \ -# libtool lua lua-devel \ -# 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=( -load:dealii-prepare -once:opencascade -once:parmetis -once:superlu_dist -once:hdf5 -once:p4est -once:trilinos -once:petsc -once:slepc -dealii -)