-
Notifications
You must be signed in to change notification settings - Fork 704
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
strip out hardcoded -march=native
used by RapidJSON 1.1.0
#18725
strip out hardcoded -march=native
used by RapidJSON 1.1.0
#18725
Conversation
-march=native
used by RapidJSON 1.1.0
130c895
to
4282f2f
Compare
@boegelbot please test @ generoso |
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1707859629 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegel |
Test report by @boegel |
Test report by @boegelbot |
@boegelbot please test @ generoso |
Test report by @boegel edit: this was using |
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1707874987 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot edit: this was using |
@boegelbot please test @ jsc-zen2 |
@boegel: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1707906341 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
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.
Looks fine.
Going in, thanks @boegel! |
(created using
eb --new-pr
)This is important when EasyBuild is configuted with
--optarch=GENERIC
, to avoid this from being used:On
aarch64
, this fixes an actual build failure because GCC fails when combining-mcpu=generic
with-march=native
: