Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roll back LCG version to workaround matplotlib efficiency bug #168

Merged
merged 1 commit into from
May 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Roll back LCG version to workaround matplotlib efficiency bug
bundocka committed May 16, 2019
commit 4b0a83ff656540554fdb28429d34460545ec32c2
6 changes: 4 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -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