ROOT on Mac 15.0 Sequoia

When can I expect the update for root to run on Mac Sequoia 15.0?___

Hi Sagar,

In the next few days, ROOT 6.32.06, supporting mac15 Sequoia, will be released.
If you cannot wait, you can build the v6-32-00-patches branch of the ROOT repository, from which the aforementioned release will be cut.

Thanks for your patience.

Best,
D

Hi Danilo,
Thank you very much for your quick response to the query. I am actually stuck as I am unable to use the version 6.32.0X of ROOT, so I think I will wait a few days until the updated version arrives as I am not sure about how to build the v6.32.00 patches through the ROOT repository.
However, I am willing to give it a try. Could you maybe direct me through the process?
No pressure, if you are busy otherwise.

Thanks and regards,
SR

Hi,

It’s a very easy process. Here the instructions Building ROOT from source - ROOT .
A copy&paste recipe for the impatient user could be:

git clone -b v6-32-00-patches https://github.com/root-project/root.git
mkdir build
cd build
cmake ../root
make -j 8

Cheers,
D

Thanks for the reply, Danilo.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.