From 4b0a83ff656540554fdb28429d34460545ec32c2 Mon Sep 17 00:00:00 2001 From: Aaron Bundock Date: Thu, 16 May 2019 18:41:47 +0200 Subject: [PATCH] Roll back LCG version to workaround matplotlib efficiency bug --- setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 5756007027d..c2c8ec0dc3b 100644 --- a/setup.sh +++ b/setup.sh @@ -34,8 +34,10 @@ then fi export OS_VERSION -LCG_VERSION=LCG_95 -LCG_ARCH=x86_64-${OS_VERSION}-gcc8-opt +#LCG_VERSION=LCG_95 +#LCG_ARCH=x86_64-${OS_VERSION}-gcc8-opt +LCG_VERSION=LCG_87 +LCG_ARCH=x86_64-${OS_VERSION}-gcc62-opt export LCG_VERSION export LCG_ARCH