From: Fabian Castelli Date: Tue, 6 Jul 2021 11:45:42 +0000 (+0200) Subject: Remove deprecated platforms X-Git-Tag: v9.3.3-r1~1^2~20^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0ae1b7307e151f2d239d149dbe580ef6bae598f;p=candi.git Remove deprecated platforms --- diff --git a/deal.II-toolchain/platforms/deprecated/ubuntu12.platform b/deal.II-toolchain/platforms/deprecated/ubuntu12.platform deleted file mode 100644 index 4c87c33..0000000 --- a/deal.II-toolchain/platforms/deprecated/ubuntu12.platform +++ /dev/null @@ -1,27 +0,0 @@ -# ubuntu 12 -# -# This build script assumes that you have several packages already -# installed via ubuntu's apt-get using the following commands: -# -# > sudo apt-get install build-essential wget automake autoconf gfortran \ -# openmpi-bin openmpi-common libopenmpi-dev cmake subversion \ -# git libblas-dev liblapack-dev libblas3gf liblapack3gf \ -# libsuitesparse-dev libtool libboost-all-dev \ -# tcl tcl-dev splint qt4-dev-tools -# -# Then run candi again. -## - -# The default compiler on ubuntu12 does not support Trilinos 12. -# Anyhow, the user can decide to use Trilinos 11 or 12, if the -# version number is not set to AUTO. -# The last point is due to own compilers (e.g. intel) which support -# Trilinos 12. -if [ ${TRILINOS_MAJOR_VERSION} == "AUTO" ]; then - TRILINOS_MAJOR_VERSION=11 -fi - -# -# Define the additional packages for this platform. -#PACKAGES="once:cmake ${PACKAGES}" - diff --git a/deal.II-toolchain/platforms/deprecated/ubuntu14.platform b/deal.II-toolchain/platforms/deprecated/ubuntu14.platform deleted file mode 100644 index 7ee026d..0000000 --- a/deal.II-toolchain/platforms/deprecated/ubuntu14.platform +++ /dev/null @@ -1,30 +0,0 @@ -# ubuntu 14 -# -# This build script assumes that you have several packages already -# installed via ubuntu's apt-get using the following commands: -# -# > sudo apt-get install build-essential wget automake autoconf gfortran \ -# openmpi-bin openmpi-common libopenmpi-dev cmake subversion \ -# git libblas-dev liblapack-dev libblas3gf liblapack3gf \ -# libsuitesparse-dev libtool libboost-all-dev \ -# splint tcl tcl-dev environment-modules qt4-dev-tools -# -# Then run candi again. -## - -# The default compiler on ubuntu14 does not support Trilinos 12 -# together with deal.II v8.3.0. -# Note: this issue is resolved in the current development trunc -# of deal.II (v8.4pre). -# Anyhow, the user can decide to use Trilinos 11 or 12, if the -# version number is not set to AUTO. -# The last point is due to own compilers (e.g. intel) which support -# Trilinos 12. -if [ ${DEAL_II_VERSION} ~= "master" ] && [ ${DEAL_II_VERSION} == "v8.3.0" ] && [ ${TRILINOS_MAJOR_VERSION} == "AUTO" ]; then - TRILINOS_MAJOR_VERSION=11 -fi - -# -# Define the additional packages for this platform. -#PACKAGES="once:cmake ${PACKAGES}" - diff --git a/deal.II-toolchain/platforms/deprecated/ubuntu15.platform b/deal.II-toolchain/platforms/deprecated/ubuntu15.platform deleted file mode 100644 index e4aaf70..0000000 --- a/deal.II-toolchain/platforms/deprecated/ubuntu15.platform +++ /dev/null @@ -1,18 +0,0 @@ -# ubuntu 15 -# -# This build script assumes that you have several packages already -# installed via ubuntu's apt-get using the following commands: -# -# > sudo apt-get install build-essential automake autoconf gfortran \ -# openmpi-bin openmpi-common libopenmpi-dev cmake subversion git \ -# libblas-dev liblapack-dev libblas3gf liblapack3gf splint tcl tcl-dev \ -# environment-modules libsuitesparse-dev libtool libboost-all-dev \ -# qt4-dev-tools -# -# Then reboot and run candi again. -## - -# -# Define the additional packages for this platform. -#PACKAGES="once:cmake ${PACKAGES}" - diff --git a/deal.II-toolchain/platforms/deprecated/ubuntu17.platform b/deal.II-toolchain/platforms/deprecated/ubuntu17.platform deleted file mode 100644 index 3be159c..0000000 --- a/deal.II-toolchain/platforms/deprecated/ubuntu17.platform +++ /dev/null @@ -1,19 +0,0 @@ -# ubuntu 17 -# -# This build script assumes that you have several packages already -# installed via ubuntu's apt-get using the following commands: -# -# > sudo apt-get install build-essential lsb-release wget \ -# automake autoconf gfortran \ -# openmpi-bin openmpi-common libopenmpi-dev cmake subversion git \ -# libblas-dev liblapack-dev libblas3 liblapack3 \ -# libsuitesparse-dev libtool libboost-all-dev zlib1g-dev \ -# splint tcl tcl-dev environment-modules qt4-dev-tools -# -# Then run candi again. -## - -# -# Define the additional packages for this platform. -#PACKAGES="once:cmake ${PACKAGES}" - diff --git a/deal.II-toolchain/platforms/supported/ubuntu16.platform b/deal.II-toolchain/platforms/supported/ubuntu16.platform deleted file mode 100644 index be44182..0000000 --- a/deal.II-toolchain/platforms/supported/ubuntu16.platform +++ /dev/null @@ -1,19 +0,0 @@ -# ubuntu 16 LTS -# -# This build script assumes that you have several packages already -# installed via ubuntu's apt-get using the following commands: -# -# > sudo apt-get install build-essential lsb-release wget \ -# bc python automake autoconf gfortran \ -# openmpi-bin openmpi-common libopenmpi-dev cmake subversion git \ -# libblas-dev liblapack-dev libblas3 liblapack3 \ -# libsuitesparse-dev libtool libboost-all-dev zlib1g-dev \ -# splint tcl tcl-dev environment-modules qt4-dev-tools -# -# Then run candi again. -## - -# -# Define the additional packages for this platform. -#PACKAGES="once:cmake ${PACKAGES}" -