Skip to content
Snippets Groups Projects

dev4python3: Use default version for coral and cool.

Merged Andre Sailer requested to merge dev4python3_coral into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -7,10 +7,10 @@ include(heptools-dev-generators)
LCG_external_package(ROOT v6-22-00-patches GIT=http://root.cern.ch/git/root.git )
if(NOT ${LCG_OS}${LCG_OSVERS} MATCHES ubuntu18|mac[0-9]+)
LCG_AA_project(CORAL master)
LCG_AA_project(COOL master)
endif()
# if(NOT ${LCG_OS}${LCG_OSVERS} MATCHES fc|ubuntu|mac[0-9]+)
# LCG_AA_project(CORAL master GIT=https://gitlab.cern.ch/lcgcoral/coral.git )
# LCG_AA_project(COOL master GIT=https://gitlab.cern.ch/lcgcool/cool.git )
# endif()
if(APPLE) # We cannot build ROOT (HEAD) and R together because RConfig.h file clashes
LCG_remove_package(R)
Loading