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

[1.9.4]Fix failure on external hwloc and GCC 12 changes #126

Merged
merged 4 commits into from
Feb 2, 2024

Conversation

ArchanaShinde1
Copy link
Contributor

Checklist before submitting

Description

Fixes # (issue).

Review process to land

  1. All tests and other checks must succeed.
  2. At least one maintainer must review and approve.
  3. If any maintainer requests changes, they must be addressed.

@ArchanaShinde1 ArchanaShinde1 changed the title [1.9.4]Fix build failure on external hwloc GCC 12 fix [1.9.4]Fix failure on external hwloc and GCC 12 changes Jan 31, 2024
export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=[1-9]/-D_FORTIFY_SOURCE=0}
export CXXFLAGS=${CXXFLAGS/-D_FORTIFY_SOURCE=[1-9]/-D_FORTIFY_SOURCE=0}
export CXXFLAGS="$CXXFLAGS -fPIC"
export CFLAGS="$CFLAGS -fPIC -Wno-stringop-overflow -Wno-array-parameter -Wno-array-bounds"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can remove these flags.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@cdeepali
Copy link
Contributor

cdeepali commented Feb 2, 2024

Please update build number.

@ArchanaShinde1 ArchanaShinde1 merged commit aa317c9 into open-ce:r2.12.0 Feb 2, 2024
@ArchanaShinde1 ArchanaShinde1 deleted the gcc12-fix branch February 2, 2024 06:01
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.

None yet

3 participants