Skip to content
Snippets Groups Projects
Commit 452c7965 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Create dev3cuda9 toolchain

parent f11eb396
No related branches found
No related tags found
1 merge request!111Towards a GPU-enabled LCG software stack
Pipeline #613171 passed
cmake_minimum_required(VERSION 2.8.5)
# Declare the version of HEP Tools we use
# (must be done before including heptools-common to allow evolution of the structure)
set(heptools_version dev3cuda9)
set(LCG_PYTHON_VERSION 2)
include(${CMAKE_CURRENT_LIST_DIR}/heptools-common.cmake)
# Please keep alphabetic order and the structure (tabbing).
# It makes it much easier to edit/read this file!
LCG_AA_project(ROOT HEAD)
include(${CMAKE_CURRENT_LIST_DIR}/heptools-dev-base.cmake)
LCG_external_package(cuda 9.2 )
LCG_external_package(cudnn 7.4.1.5 )
#---Additional External packages------(Generators)-----------------
include(${CMAKE_CURRENT_LIST_DIR}/heptools-dev-generators.cmake)
# Prepare the search paths according to the versions above
LCG_prepare_paths()
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