Skip to content
Snippets Groups Projects

Implementation of layered LCG software stacks

Merged Pere Mato Vila requested to merge SPI-1401 into master
15 files
+ 25
27
Compare changes
  • Side-by-side
  • Inline
Files
15
#---List of externals----------------------------------------------
set(LCG_PYTHON_VERSION 2)
include(${CMAKE_CURRENT_LIST_DIR}/heptools-dev-base.cmake)
include(heptools-dev-base)
#---Additional External packages------(Generators)-----------------
include(${CMAKE_CURRENT_LIST_DIR}/heptools-dev-generators.cmake)
include(heptools-dev-generators)
LCG_external_package(ROOT HEAD GIT=http://root.cern.ch/git/root.git )
LCG_external_package(hepmc3 HEAD GIT=https://gitlab.cern.ch/hepmc/HepMC3.git )
Loading