Skip to content

Augustus: include stdint.h using the -include flag (fixes gcc-14 to 16) - #6083

Open
bernhardkaindl wants to merge 1 commit into
spack:developfrom
bernhardkaindl:augustus-fix-build-gcc-14-to-16
Open

Augustus: include stdint.h using the -include flag (fixes gcc-14 to 16)#6083
bernhardkaindl wants to merge 1 commit into
spack:developfrom
bernhardkaindl:augustus-fix-build-gcc-14-to-16

Conversation

@bernhardkaindl

@bernhardkaindl bernhardkaindl commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Fix the build of augustus with gcc-14 to 16:

  • include stdint.h using the -include flag

This is a smaller version of this PR to not require a patch for the fix:

Alternatively, #5956 could be merged, but I wanted to fix to be tiny.

Cc: @emwjacobson (as you just made the previous fixes):
FYI, in case you build with gcc@14 or newer, this fixes it!

@sethrj sethrj left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This should be addressed with an upstream pull request and fixed via a patch directive, e.g.:

        patch(
            "https://github.com/Gaius-Augustus/Augustus/pull/NNNNNN.diff?full_index=1",
            sha256="",
            when="@:VVVV",
        )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

update-package Modifications to packages in the repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants