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 compiler flags for mfem build #285

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

ckendrick
Copy link
Collaborator

This fixes an issue in the setup script which caused MFEM to no longer add any additional compiler flags for Debug or Release mode.

User provided CFLAGS and CXXFLAGS are now saved to a temporary copy and unset before compiling MFEM. The user provided flags are passed into MFEM using BASE_FLAGS.

@ckendrick ckendrick added the RFR Ready for review label Apr 26, 2024
@dylan-copeland dylan-copeland merged commit f1e15d8 into master May 2, 2024
7 checks passed
@dylan-copeland dylan-copeland deleted the fix_mfem_cflags branch May 2, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants