Skip to content

Buiding scalapack fails (by running toolchain_gnu.sh) with GCC14 #4601

@YuugataShinonome

Description

@YuugataShinonome

Describe the bug

When building scalapack (by running toolchain_gnu.sh), the compilation fails due to the error: implicit function declaration.

Expected behavior

When running toolchain_gnu.sh, it should install the toolchain without error.

To Reproduce

  1. Clone newest source code
  2. Run ./toolchain/toolchain_gnu.sh with GCC14 as default compiler.

Environment

  • OS: Archlinux
  • Compiler: GCC 14.1.1

Additional Context

Before GCC14, implicit function declaration is treated as warning but since GCC14 this is treated as error by default, which will cause compilation to stop. By adding flags to bypass this, I can confirm that the whole compilation procedure succeeds and the program works well.

This is also reported in scalapack upstream but no response. This bug is described and fixed by AUR (archlinux user repo) package maintainer, see this commit.

I change toolchain/scripts/stage3/install_scalapack.sh as in this commit to fix it.

Task list for Issue attackers (only for developers)

  • Verify the issue is not a duplicate.
  • Describe the bug.
  • Steps to reproduce.
  • Expected behavior.
  • Error message.
  • Environment details.
  • Additional context.
  • Assign a priority level (low, medium, high, urgent).
  • Assign the issue to a team member.
  • Label the issue with relevant tags.
  • Identify possible related issues.
  • Create a unit test or automated test to reproduce the bug (if applicable).
  • Fix the bug.
  • Test the fix.
  • Update documentation (if necessary).
  • Close the issue and inform the reporter (if applicable).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions