Skip to content
Snippets Groups Projects
Commit 330dfed1 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Merge branch 'clemenci_new_platform_strings' into 'master'

Add new platforms strings to PlatformInfo

See merge request !3062
parents 684231a4 8b104fa7
No related branches found
No related tags found
1 merge request!3062Add new platforms strings to PlatformInfo
Pipeline #2644366 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,23 @@ 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",
"x86_64_v2-centos7-gcc10-dbg+asan",
"x86_64_v2-centos7-gcc10-dbg+lsan",
"x86_64_v2-centos7-gcc10-dbg+ubsan",
"x86_64_v2-centos7-gcc10-dbg+tsan"};
// 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