Skip to content
Snippets Groups Projects
Commit f96ee297 authored by Roel Aaij's avatar Roel Aaij
Browse files

Add LCG_103/x86_64_v3-centos7-clang12+detdesc+cuda11_8-opt.cmake

parent b229ac72
No related tags found
No related merge requests found
###############################################################################
# (c) Copyright 2023 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. #
###############################################################################
# DO NOT EDIT: File generated by new_lcg_version.py
# Make sure the toolchain is included only once
# (to avoid double changes to the environment)
include_guard(GLOBAL)
message(STATUS "Entering ${CMAKE_CURRENT_LIST_FILE}")
if(NOT DEFINED LHCB_PLATFORM)
set(LHCB_PLATFORM x86_64_v3-centos7-clang12+detdesc+cuda11_8-opt)
endif()
if(NOT DEFINED LCG_ARCHITECTURE)
set(LCG_ARCHITECTURE x86_64_v3)
endif()
if(NOT DEFINED LCG_OPTIMIZATION)
set(LCG_OPTIMIZATION opt)
endif()
set(USE_DD4HEP FALSE CACHE BOOL "")
set(TARGET_DEVICE "CUDA" CACHE STRING "")
include(${CMAKE_CURRENT_LIST_DIR}/x86_64-centos7-clang12-opt.cmake)
list(PREPEND CMAKE_PREFIX_PATH /cvmfs/sft.cern.ch/lcg/releases/cuda/11.8-83fe0/x86_64-centos7-gcc11-opt)
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