Skip to content

fix build#411

Merged
danielnachun merged 2 commits intomainfrom
fix_build2
Sep 3, 2025
Merged

fix build#411
danielnachun merged 2 commits intomainfrom
fix_build2

Conversation

@danielnachun
Copy link
Copy Markdown
Collaborator

@danielnachun danielnachun commented Sep 3, 2025

This fix needs some explanation as it is a little more involved than the usual fix ups.

RcppArmadillo has been updated and the new version requires a C++14 compiler. This requires updating src/Makevars.in to raise the C++ standard. The other upstream change was that they moved the armadillo headers for the C++11-only version to a legacy subfolder and the C++14 version to a current subfolder, so I had to change the include statements to reference <current/armadillo> rather than just <armadillo>.

@danielnachun danielnachun merged commit 365c683 into main Sep 3, 2025
5 of 7 checks passed
@gaow gaow deleted the fix_build2 branch April 19, 2026 13:28
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.

1 participant