Skip to content
New issue

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

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

Already on GitHub? # to your account

Guard the use of GNU extensions #4374

Merged
merged 1 commit into from
Mar 14, 2025
Merged

Conversation

WeiqunZhang
Copy link
Member

@WeiqunZhang WeiqunZhang commented Mar 13, 2025

Alpine Linux uses the musl C library, which does not have fegetexcept, feenableexcept, and fedisableexcept.

Close #4373

Alpine Linux uses the musl C library, which does not have fegetexcept,
feenableexcept, and fedisableexcept.
@WeiqunZhang WeiqunZhang requested a review from ax3l March 13, 2025 19:48
@WeiqunZhang WeiqunZhang linked an issue Mar 13, 2025 that may be closed by this pull request
Copy link
Member

@ax3l ax3l left a comment

Choose a reason for hiding this comment

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

Thank you 😊🙏

@ax3l ax3l merged commit 5b19359 into AMReX-Codes:development Mar 14, 2025
75 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compling with musl libc (Alpine Linux)
2 participants