Closed speth closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 73.13%. Comparing base (
795965e
) to head (ea65925
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I can confirm that this works on a newly updated Sonoma 14.6.1 (M2).
This is mainly an update to our workaround for SCons/scons#2127, where SCons ignores directories specified for the
RPATH
on macOS. The issue is that if we're gettinglibc++
from a non-standard location, like a Conda install, then that needs to be on the RPATH before we even start the "configure" process.If applicable, fill in the issue number this pull request is fixing
Fixes #1628
Checklist
scons build
&scons test
) and unit tests address code coverage