CMake: Find dependencies in QUIET mode from pagmo-config#583
CMake: Find dependencies in QUIET mode from pagmo-config#583bluescarni merged 1 commit intoesa:masterfrom
Conversation
345f965 to
0bea50a
Compare
|
@jschueller thanks for the PR, LGTM. Regarding the The issue is a This has been working great for years in pagmo, but somehow, for reasons I cannot understand, it has stopped working since the clang 17 upgrade. I have run in the same issue in another project of mine, where I also have started pinning clang on osx: https://github.com/conda-forge/heyoka.py-feedstock/blob/main/recipe/conda_build_config.yaml According to my testing in this other project, the issue arises only on It looks like this is a quite difficult issue to debug and pin down. Perhaps someone with deep toolchain knowledge (pinging @isuruf and @h-vetinari ) could chime in... |
|
Ok maybe not so difficult to diagnose after all. See: https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html#c-language-changes
And: I will try the suggested workaround... |
|
@jschueller would you like to rebase/merge |
|
done |
|
Cheers! |
only when pagmo is used as a client library, not when configuring pagmo itself