From 921b952dea24e734d585254be9db51380a335b9c Mon Sep 17 00:00:00 2001 From: ohcfe <1978998+ohcfe@users.noreply.github.com> Date: Wed, 23 Dec 2020 06:17:17 -0500 Subject: [PATCH] Addresses issue #155 old CentOS compilers --- deal.II-toolchain/platforms/supported/centos7.platform | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II-toolchain/platforms/supported/centos7.platform b/deal.II-toolchain/platforms/supported/centos7.platform index f032ea6..b1bfe3f 100644 --- a/deal.II-toolchain/platforms/supported/centos7.platform +++ b/deal.II-toolchain/platforms/supported/centos7.platform @@ -5,6 +5,7 @@ # # sudo yum install patch svn git wget \ # @development-tools gcc-c++ cmake \ +# centos-release-scl devtoolset-9 \ # openmpi openmpi-devel \ # patch \ # libtool libtool-ltdl libtool-ltdl-devel \ @@ -12,6 +13,8 @@ # blas blas-devel lapack lapack-devel \ # doxygen graphviz graphviz-devel qt-devel # +# Be sure to switch to the recent compilers with +# $ scl enable devtoolset-9 bash # Please load the 'openmpi' compiler with # $ module load mpi/openmpi-x86_64 # and then set the compiler enviroment variables to -- 2.39.5