-
Notifications
You must be signed in to change notification settings - Fork 48
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
Modified Configuration File #535
Conversation
There was a problem hiding this 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
STD_FLAGS="-lc++" | ||
else | ||
STD_FLAGS="" | ||
STD_FLAGS="-lstdc++" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
The testers dont like it: https://github.com/geodynamics/Rayleigh/actions/runs/9586908067/job/26435825639?pr=535 |
3f6eca2
to
9f30ce8
Compare
There was a problem hiding this 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.
Added conditionals so that the user has the correct compiler and libraries configured before the actual configuration is run.