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 compilation on DragonFlyBSD #1338

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

gaborcsardi
Copy link
Contributor

@gaborcsardi gaborcsardi commented Oct 25, 2024

Fixed compilation on DragonFlyBSD.

Checklist

  • Code compiles correctly
  • R CMD check still passes all tests
  • Preferably, new tests were added which fail without the change
  • Document the changes by file in ChangeLog

defined(__FreeBSD__) || \
defined(__NetBSD__) || \
defined(__OpenBSD__) || \
defined(__DragonFly__) || \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@eddelbuettel
Copy link
Member

What's the easiest way to run that BSD variant? Container? VM? RHub2?

Also, if I may: you appear to have me blocked on mastodon which is not helpful as we seem to both answer the same question more often than not -- and I cannot see what you answered which makes not duplicating redundant content harder. If you could, maybe give this some consideration and maybe change it to a mute if I irritate you so much.

@eddelbuettel eddelbuettel merged commit 0837acd into RcppCore:master Oct 26, 2024
9 checks passed
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.

2 participants