Skip to content
Snippets Groups Projects
Commit 83dd248c authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Add new platforms strings to PlatformInfo

parent 1c996bbd
No related branches found
No related tags found
1 merge request!3062Add new platforms strings to PlatformInfo
Pipeline #2614132 passed
/*****************************************************************************\
* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration *
* (c) Copyright 2000-2021 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". *
......@@ -130,7 +130,19 @@ namespace {
"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"};
"skylake_avx512+vecwid256-centos7-gcc10-do0",
"x86_64_v2-centos7-gcc9-opt",
"x86_64_v2-centos7-gcc9-dbg",
"x86_64_v2-centos7-gcc9-do0",
"x86_64_v3-centos7-gcc9-opt",
"x86_64_v4+vecwid256-centos7-gcc9-opt",
"x86_64_v2-centos7-clang11-opt",
"x86_64_v2-centos7-clang11-opt",
"x86_64_v2-centos7-gcc10-opt",
"x86_64_v2-centos7-gcc10-dbg",
"x86_64_v2-centos7-gcc10-do0",
"x86_64_v3-centos7-gcc10-opt",
"x86_64_v4+vecwid256-centos7-gcc9-opt"};
// IMPORTANT: always add new platforms at the end of the list
const std::string invalid_platform = "invalid";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment