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
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Prior to b72b7f1 (Redo the build system, Tue May 22 09:32:11 2018 -0600),
the ISL_INT GMP value would be set on the command line, which apparently
overrides the cache setting, in isl's CMakeLists.txt.
However, since that commit, the _first_ time isl's CMakeLists.txt
is run, it would initialize ISL_INT to imath (ignoring the value set
in TC's CMakeLists.txt), while on any further run, the value set
in TC's CMakeLists.txt would override the cache value and
isl's CMakeLists.txt would keep the gmp value.
Now, it is not clear why a fork of isl that is specific to TC
would set the value to imath in the first place if TC wants
this value to be gmp, but given this situation, let TC's CMakeLists.txt
create the cache entry such that it gets initialized to the proper value
and in particular doesn't change over different runs.
0 commit comments