Skip to content
Snippets Groups Projects

Add support for Gaudi on MacOS

Merged Juan Miguel Carceller requested to merge jcarcell/lcgcmake:gaudi into master
Files
2
@@ -11,10 +11,10 @@ LCG_AA_project(Geant4 11.3.0)
@@ -11,10 +11,10 @@ LCG_AA_project(Geant4 11.3.0)
LCG_AA_project(Geant4-vecgeom-scalar 11.3.0)
LCG_AA_project(Geant4-vecgeom-scalar 11.3.0)
LCG_AA_project(Garfield++ HEAD GIT=https://gitlab.cern.ch/garfield/garfieldpp.git)
LCG_AA_project(Garfield++ HEAD GIT=https://gitlab.cern.ch/garfield/garfieldpp.git)
if(${LCG_OS}${LCG_OSVERS} MATCHES centos|ubuntu|el)
if( ((${LCG_COMP} MATCHES gcc) AND (${LCG_COMPVERS} GREATER_EQUAL 13)) OR
if(((${LCG_COMP} MATCHES gcc) AND (${LCG_COMPVERS} GREATER_EQUAL 13)) OR (${LCG_COMP} MATCHES clang))
((NOT ${LCG_OS} MATCHES mac) AND (${LCG_COMP} MATCHES clang) AND (${LCG_COMPVERS} GREATER_EQUAL 16)) OR
LCG_AA_project(Gaudi v39r1 GIT=https://gitlab.cern.ch/gaudi/Gaudi.git)
((${LCG_OS} MATCHES mac) AND (${LCG_OSVERS} GREATER_EQUAL 15)) )
endif()
LCG_AA_project(Gaudi v39r2 GIT=https://gitlab.cern.ch/gaudi/Gaudi.git)
endif()
endif()
LCG_AA_project(DD4hep 01.30 )
LCG_AA_project(DD4hep 01.30 )
@@ -722,7 +722,7 @@ LCG_external_package(qtpy 1.7.1
@@ -722,7 +722,7 @@ LCG_external_package(qtpy 1.7.1
if(${LCG_OS} MATCHES centos|el AND NOT (${LCG_COMP} MATCHES clang AND ${LCG_COMPVERS} EQUAL 15) )
if(${LCG_OS} MATCHES centos|el AND NOT (${LCG_COMP} MATCHES clang AND ${LCG_COMPVERS} EQUAL 15) )
LCG_external_package(R 4.3.0 )
LCG_external_package(R 4.3.0 )
endif()
endif()
LCG_external_package(rangev3 0.11.0 )
LCG_external_package(rangev3 0.12.0 )
LCG_external_package(railroad_diagrams 1.1.1 )
LCG_external_package(railroad_diagrams 1.1.1 )
LCG_external_package(rapidjson 1.1.0 )
LCG_external_package(rapidjson 1.1.0 )
LCG_external_package(rapidyaml 0.7.0 )
LCG_external_package(rapidyaml 0.7.0 )
Loading