Igor Krivenko

Results 8 comments of Igor Krivenko

Looks like our own code has little to do with this issue. On macOS, `find_package(Boost)` sets `Boost_INCLUDE_DIRS` and `Boost_LIBRARIES` to the following values respectively, ``` -- Boost includes: /usr/local/include --...

My impression is that it's totally legal for `FindBoost.cmake` to put Boost target names into `Boost_LIBRARIES`. I just don't understand why its behavior is inconsistent between platforms (CMake versions? Boost...

Pomerol 2.0 does not depend on Boost.MPI and Boost.Serialization anymore. One should try to build the updated `pomerol2triqs` on macOS and see if this issue is actually gone.

@doxygen Thank you for the quick response! The example I posted gives the expected result with db523de. That said, I still cannot make Doxygen generate correct links in my own...

> @krivenko Thanks for the feedback. Adding the namespace indeed revealed some issues with the fix. I've pushed another commit, which should hopefully address these. Let me know if it...

@doxygen I have verified that the version 1.11.0 does not have this issue. Thank you once again.

I can confirm that this regression was introduced between versions 1.9.4 and 1.9.5 (and is still there in 1.10.0). Furthermore, git bisect reveals that the offending commit is 5aff40622e00c886b31a2bc93e04b1a141e2f985.

I am closing this issue since `pomerol2triqs` is sucessfully built by a macOS 11 GitHub Actions runner now. https://github.com/pomerol-ed/pomerol2triqs/actions/runs/3619457035/jobs/6100523644