You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get ROOT to compile with new macOS / XCode (#5832)
* Proper rsync in case the sources are not writeable
* Bump zlib version
* Use proper tag for UUID
* Do not build HDF5 tests
* Add missing protobuf tag
* Cleanup XRootD
* Improve reproducibility
* Compile GEANT4
* Make ROOT libpng compile
* Get ONNXRuntime to compile with the new macOS
* Use proper fastjet as baseline
Copy file name to clipboardExpand all lines: freetype.sh
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ prefer_system_check: |
13
13
if [ $?-ne 0 ];thenprintf"FreeType is missing on your system.\n * On RHEL-compatible systems you probably need: freetype freetype-devel\n * On Ubuntu-compatible systems you probably need: libfreetype6 libfreetype6-dev\n";exit 1;fi
14
14
---
15
15
#!/bin/bash -ex
16
-
rsync -a --exclude='**/.git' --delete --delete-excluded "$SOURCEDIR/" ./
16
+
rsync -a --chmod=ug=rwX --exclude='**/.git' --delete --delete-excluded "$SOURCEDIR/" ./
0 commit comments