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
COMMENT"Patching $<TARGET_FILE_NAME:${PYTHON_SWIG_TARGET_NAME}> ELF to not depend upon libnvrtc-builtins.so.${CUDAToolkit_VERSION_MAJOR}.${CUDAToolkit_VERSION_MINOR}"
)
else()
message(FATAL_ERROR "patchelf could not be found, but is required by FLAMEGPU_BUILD_PYTHON_PATCHELF=ON. Please ensure that patchelf is installed and on your path.")
endif()
endif()
Defaulting to off is probably the simplest improvement, as CI should be opting into this.
Should probably document the option too.
The text was updated successfully, but these errors were encountered:
I appear to have made
FLAMEGPU_BUILD_PYTHON_PATCHELF
default toON
at some pointFLAMEGPU2/swig/python/CMakeLists.txt
Line 18 in 03e71c9
and if
patchelf
is not found then a fatal error is emitted rather than a simple warning / falling back to not being enabled.FLAMEGPU2/swig/python/CMakeLists.txt
Lines 379 to 391 in 03e71c9
Defaulting to off is probably the simplest improvement, as CI should be opting into this.
Should probably document the option too.
The text was updated successfully, but these errors were encountered: