Skip to content

Fix compiler names detection

Martin Lueders requested to merge long_compiler_names into main

Description

spack produces a long output on gcc -show, which breaks Octopus. This MR fixes the script to strip the pathname.

News snippet

spack produces a long output on gcc -show, which breaks Octopus. This MR fixes the script to strip the pathname.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports