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
In commit 6c9817f we removed several files and folders including a file called _cling_config.py. Later we readded it in 12e48ca, however we still do not generate the cling-config file at the right spot leading to problems when running the test suite (see the test step in the github actions CI).
This happens because it was handled in cling/setup.py which turned into setup.py but still lacks something to produce a valid cling-config.
PS: once we revive this infrastructure we should replace root-config --cppflags with llvm-config --cxxflags.
The text was updated successfully, but these errors were encountered:
In commit 6c9817f we removed several files and folders including a file called
_cling_config.py
. Later we readded it in 12e48ca, however we still do not generate thecling-config
file at the right spot leading to problems when running the test suite (see the test step in the github actions CI).This happens because it was handled in
cling/setup.py
which turned intosetup.py
but still lacks something to produce a validcling-config
.PS: once we revive this infrastructure we should replace
root-config --cppflags
withllvm-config --cxxflags
.The text was updated successfully, but these errors were encountered: