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

Modified Configuration File #535

Merged
merged 6 commits into from
Jun 20, 2024

Conversation

BrandonJLazard
Copy link
Contributor

Added conditionals so that the user has the correct compiler and libraries configured before the actual configuration is run.

Copy link
Member

@gassmoeller gassmoeller left a comment

Choose a reason for hiding this comment

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

Makes sense, just one question.

configure Outdated
Comment on lines 857 to 859
STD_FLAGS="-lc++"
else
STD_FLAGS=""
STD_FLAGS="-lstdc++"
Copy link
Member

Choose a reason for hiding this comment

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

Did you add the STD_FLAGS back in on purpose?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did not, not sure why those appeared back up. Will change that

@gassmoeller
Copy link
Member

The testers dont like it: https://github.com/geodynamics/Rayleigh/actions/runs/9586908067/job/26435825639?pr=535
Have you tested that this works for you?

@BrandonJLazard BrandonJLazard marked this pull request as ready for review June 20, 2024 16:52
Copy link
Member

@gassmoeller gassmoeller left a comment

Choose a reason for hiding this comment

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

I think this is now good to go.

@gassmoeller gassmoeller merged commit 4787813 into geodynamics:main Jun 20, 2024
7 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