Closed Axel-Naumann closed 8 months ago
Hi @Axel-Naumann , do I understand correctly that Python2 builds need no change while we can/want to make this change for Python3 builds independently of the target platform?
This issue means that on macOS, people cannot build against the Xcode-provided Python3. I'd say that's fine for 6.24/00 - we should provide this ability at some point. So far I haven't see user complaints on this.
Easy to do, now that we don't support Python 2 anymore!
Describe the bug
Because of #6563 and the fix in CMake we need to move from linking
${PYTHON_LIBRARIES}
to instead depend onPython3::Python
. See https://gitlab.kitware.com/cmake/cmake/-/issues/21293This fixes test failures:
Expected behavior
RPath correctly set.
To Reproduce
Jenkins nightly master or 6.22 on macos15, https://lcgapp-services.cern.ch/root-jenkins/view/ROOT%20Nightly/job/root-nightly-v6-22-00-patches/LABEL=mac1015,SPEC=noimt,V=6-22/
Setup
Additional context