Skip to content
Snippets Groups Projects

Add gcc10 platforms to PlatformInfo

Merged Marco Cattaneo requested to merge add-gcc10 into master
All threads resolved!
1 file
+ 15
2
Compare changes
  • Side-by-side
  • Inline
/*****************************************************************************\
* (c) Copyright 2000-2018 CERN for the benefit of the LHCb Collaboration *
* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration *
* *
* This software is distributed under the terms of the GNU General Public *
* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". *
@@ -117,7 +117,20 @@ namespace {
"x86_64-centos7-clang10-opt",
"x86_64-centos7-clang10-dbg",
"x86_64-centos7-gcc9+py3-opt",
"x86_64-centos7-gcc9+py3-dbg"};
"x86_64-centos7-gcc9+py3-dbg",
"x86_64-centos7-gcc10-opt",
"x86_64-centos7-gcc10-dbg",
"x86_64-centos7-gcc10-do0",
"x86_64+avx-centos7-gcc10-opt",
"x86_64+avx2+fma-centos7-gcc10-opt",
"x86_64-centos7-gcc10-dbg+asan",
"x86_64-centos7-gcc10-dbg+lsan",
"x86_64-centos7-gcc10-dbg+ubsan",
"x86_64-centos7-gcc10-dbg+tsan",
"skylake_avx512+vecwid256-centos7-gcc10-opt",
"skylake_avx512+vecwid256-centos7-gcc10-opt+g",
"skylake_avx512+vecwid256-centos7-gcc10-dbg",
"skylake_avx512+vecwid256-centos7-gcc10-do0"};
// IMPORTANT: always add new platforms at the end of the list
const std::string invalid_platform = "invalid";
Loading