there have been some issues with homebrew and ROOT installation recently. As a ROOT Team we don’t manage homebrew packages, so we won’t be able to help here.
What I suggest instead is installing ROOT using one of our binaries available here: Installing ROOT - ROOT . The very recent release that works with MacOS 15 is 6.32.06.
Understood - I may need to install using the binaries. I am only hesitant since my homebrew install otherwise works well. (I am using ROOT 6.32.06 and macOS 15.0 as you mention).
I often start projects by modifying existing code in the tutorials directory. Is there any way to download (sftp, scp, git, etc) only the tutorials subdirectory?
I guess you could just git clone the ROOT repository: git clone https://github.com/root-project/root.git and delete everything but the tutorials directory? That’s nothing ROOT specific so any other way could work as well.