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
CI:
- add julia package cache in CI (julia-ations/cache)
- add cache of ROOT install for test-macos
- activate annotate option of julia-runtests: "create GitHub annotations to show test failures inlines"
- add julia version '1' (latest release) in the matrix
- add macos x86 in the matrix
- cleanup: removed commented line of LFFLAGS, CPPFLAGS. etc. environment variable setttings
- fix CI to get logs displayed during compilation of wrapper library in the macOS test.
Fix compilation of wrapper for macos:
- set flag to disable std::ranges if used libcxxwrap_julia_stl library was built with an old c++ library missing it.
- remove ROOT!AddClass(...) wrappers that triggers a link error on ARM64 (tested with macOS)
Wrapper compilation performance:
- Add header precompilation.
Add the "no_auto_compile" ROOT package preference to allow disabling wrapper library build on package import (used in macos test CI).
Code generated with ROOT.jl-generator commit 8aca08bfa1abc635adf866c31d018d7d8d69f575
0 commit comments