Skip to content

Commit

Permalink
Get externals to work on macOS Sequoia
Browse files Browse the repository at this point in the history
- Make sure ROOT works on macOS 15 Sequoia (requires enabling ROOT7)
- Disable VecGeom on macOS (apparently not used)
  • Loading branch information
ktf committed Sep 17, 2024
1 parent 7ff5be4 commit 2aa3081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion o2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requires:
- libuv
- libjalienO2
- cgal
- VecGeom
- "VecGeom:(?!osx.*)"
- FFTW3
- ONNXRuntime
- MLModels
Expand Down
4 changes: 2 additions & 2 deletions root.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: ROOT
version: "%(tag_basename)s"
tag: "v6-32-02-alice1"
tag: "v6-32-04-alice1"
source: https://github.com/alisw/root.git
requires:
- arrow
Expand Down Expand Up @@ -169,7 +169,7 @@ cmake $SOURCEDIR
-Dmathmore=ON \
-Droofit=ON \
-Dhttp=ON \
-Droot7=OFF \
-Droot7=ON \
-Dsoversion=ON \
-Dshadowpw=OFF \
-Dvdt=OFF \
Expand Down

0 comments on commit 2aa3081

Please sign in to comment.