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
Hi !
I'm building Ibex with the CMake toolchain, and it seems I cannot set a specific compiler for building mathlib, because I need to pass an extra option (CC=<path_to_compiler) to the CONFIGURE step of ExternalProject_Add here :
Hi !
I'm building Ibex with the CMake toolchain, and it seems I cannot set a specific compiler for building mathlib, because I need to pass an extra option (
CC=<path_to_compiler
) to the CONFIGURE step of ExternalProject_Add here :ibex-lib/interval_lib_wrapper/gaol/CMakeLists.txt
Line 34 in 7a1e759
and here :
ibex-lib/interval_lib_wrapper/gaol/CMakeLists.txt
Line 46 in 7a1e759
A solution would be to add
${MATHLIB_CONFIG_ARGS}
to the CONFIGURE step, just like in the CONFIGURE step of gaol :ibex-lib/interval_lib_wrapper/gaol/CMakeLists.txt
Line 129 in 7a1e759
The text was updated successfully, but these errors were encountered: