-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed as not planned
Labels
invalidResolved as invalid, i.e. not a bugResolved as invalid, i.e. not a bug
Description
No way I can get ROOT installed on OSX Sequoia 15.4.
Procedure followed (worked perfectly for all previous OS versions):
$ git clone --branch latest-stable https://github.com/root-project/root.git root_src
$ mkdir root_build root_install && cd root_build
$ cmake -DCMAKE_INSTALL_PREFIX=../root_install ../root_src
$ cmake --build . --target install -j8 >>> stopped with errors <<< at ~55%
$ cmake --build . --target install >>> stopped with errors <<< at ~75%
Enclosed log.
Metadata
Metadata
Assignees
Labels
invalidResolved as invalid, i.e. not a bugResolved as invalid, i.e. not a bug