Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] llvm 19 compilation issue #50

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

lixun910
Copy link
Member

It looks like not a bug of rgeoda, but a bug when #include <boost/geometry.hpp> from Boost::geometry. Did some research, and it looks like a known issue of Boost for clang19, llvm/llvm-project#101079, and some fixes are in progress: eddelbuettel/bh#101

The fix has been merged into develop branch in boost::qvm boostorg/qvm@106d411

However, if -Wno-error=missing-template-arg-list-after-template-kw can be used as a workaround, it would be great that CRAN can accept it as a solution. See CRAN accepts -Wno-error=enum-constexpr-conversion for c++17:

https://cran.r-project.org/doc/manuals/r-devel/R-exts.html
Screenshot 2024-09-23 at 11 18 51 AM

@lixun910 lixun910 linked an issue Sep 23, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LLVM 19 compilation issue
1 participant