ROOT Version: 6.36.04
Platform: Ubuntu 22.04
Compiler: Intel LLVM 2025.2.1
I found that if one build ROOT with Intel LLVM (icx, icpx) then compiler info will not show in ROOT banner, i.e.
------------------------------------------------------------------
| Welcome to ROOT 6.36.04 https://root.cern |
| (c) 1995-2025, The ROOT Team; conception: R. Brun, F. Rademakers |
| Built for linuxx8664gcc on Sep 25 2025, 22:12:44 |
| From tags/6-36-04@6-36-04 |
| With |
| Try '.help'/'.?', '.demo', '.license', '.credits', '.quit'/'.q' |
------------------------------------------------------------------
So it’s blank following the With
, which should have been somthing like Intel LLVM 2025.2.1
.
Just a small issue report for your information!