I have installed ROOT 6.32.08 and it is available in PATH but when I do add ROOT in Julia REPL I am getting this warning
(@v1.11) pkg> add ROOT
Resolving package versions...
No Changes to `C:\Users\Aditya\.julia\environments\v1.11\Project.toml`
No Changes to `C:\Users\Aditya\.julia\environments\v1.11\Manifest.toml`
Precompiling project...
✓ ROOT
1 dependency successfully precompiled in 12 seconds. 644 already precompiled.
1 dependency precompiled but a different version is currently loaded. Restart julia to access the new version. Otherwise, loading dependents of this package may trigger further precompilation to work with the unexpected version.
1 dependency had output during precompilation:
┌ ROOT
│ ┌ Error: No supported ROOT version installation. Please install ROOT (https://root.cern/install) version 6.32.8 or 6.32.6, and call ROOTpres.setROOTSYS(path) to set the path to the installation base directory (i.e containting bin/root and bin/root-config).
│ └ @ ROOT.Internals.CxxBuild C:\Users\Aditya\.julia\packages\ROOT\Jh2Bm\src\CxxBuild.jl:241
└
For reference this is my root version
PS C:\Users\Aditya> root
------------------------------------------------------------------
| Welcome to ROOT 6.32.08 https://root.cern |
| (c) 1995-2024, The ROOT Team; conception: R. Brun, F. Rademakers |
| Built for win64 on Nov 14 2024, 09:53:39 |
| From tags/v6-32-08@v6-32-08 |
| With MSVC 19.39.33521.0 |
| Try '.help'/'.?', '.demo', '.license', '.credits', '.quit'/'.q' |
------------------------------------------------------------------
root [0] .q
PS C:\Users\Aditya>
I am using Windows 11 25H2 and Julia 1.11.6