Skip to content
Snippets Groups Projects

SPI-2635: update boost to 1.86 in dev4

Merged Andre Sailer requested to merge boost186 into master
1 file
+ 1
6
Compare changes
  • Side-by-side
  • Inline
@@ -8,12 +8,7 @@ include(heptools-dev-generators)
#LCG_external_package(ROOT v6-32-00-patches GIT=http://root.cern.ch/git/root.git)
LCG_AA_project(ROOT 6.32.04)
# Add Boost 1.84.0 for testing on dev4
#if((${LCG_COMP} MATCHES gcc AND ${LCG_COMPVERS} GREATER 8) OR (${LCG_COMP} MATCHES clang AND ${LCG_COMPVERS} GREATER 12))
# LCG_external_package(Boost 1.84.0 )
#else()
# LCG_external_package(Boost 1.78.0 )
#endif()
LCG_external_package(Boost 1.86.0 )
#if(${LCG_OS}${LCG_OSVERS} MATCHES centos|ubuntu|el)
# if(((${LCG_COMP} MATCHES gcc) AND (${LCG_COMPVERS} GREATER 7)) OR (${LCG_COMP} MATCHES clang))
Loading