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

Merge branch 'add-new-compilers' into 'master'

Add definitions for gcc 10.3, 10.3-fp, 11.1, clang 11.1, 12.0

See merge request !52
parents f7bf2d86 b9e057b1
No related branches found
No related tags found
1 merge request!52Add definitions for gcc 10.3, 10.3-fp, 11.1, clang 11.1, 12.0
###############################################################################
# (c) Copyright 2019 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". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
set(LCG_COMPILER_VERSION 11.1.0-b24ba)
set(LCG_BINUTILS_VERSION 2.36.1-a9696)
set(LCG_CLANG_GCC_TOOLCHAIN 10.3.0)
include(${CMAKE_CURRENT_LIST_DIR}/binutils.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/clang.cmake)
###############################################################################
# (c) Copyright 2019 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". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
set(LCG_COMPILER_VERSION 12.0.0-8916b)
set(LCG_BINUTILS_VERSION 2.36.1-a9696)
set(LCG_CLANG_GCC_TOOLCHAIN 10.3.0)
include(${CMAKE_CURRENT_LIST_DIR}/binutils.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/clang.cmake)
###############################################################################
# (c) Copyright 2019 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". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
set(LCG_COMPILER_VERSION 10.3.0-f5826)
set(LCG_BINUTILS_VERSION 2.36.1-a9696)
include(${CMAKE_CURRENT_LIST_DIR}/binutils.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/gcc.cmake)
###############################################################################
# (c) Copyright 2019 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". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
set(LCG_COMPILER_VERSION 10.3.0.fp-95d4b)
set(LCG_BINUTILS_VERSION 2.36.1-a9696)
include(${CMAKE_CURRENT_LIST_DIR}/binutils.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/gcc.cmake)
###############################################################################
# (c) Copyright 2019 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". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
set(LCG_COMPILER_VERSION 11.1.0-e80bf)
set(LCG_BINUTILS_VERSION 2.36.1-a9696)
include(${CMAKE_CURRENT_LIST_DIR}/binutils.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/gcc.cmake)
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