papi: fix erroneous patch application (#48428)

This commit is contained in:
G-Ragghianti 2025-01-13 06:56:28 -05:00 committed by GitHub
parent c989541ebc
commit 8814705936
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ class Papi(AutotoolsPackage, ROCmPackage):
# 7.1.0 erroneously adds -ffree-form for all fortran compilers
patch("sysdetect-free-form-fix.patch", when="@7.1.0")
patch("crayftn-fixes.patch", when="@6.0.0:%cce@9:")
patch("intel-oneapi-compiler-fixes.patch", when="@6.0.0:%oneapi")
patch("intel-oneapi-compiler-fixes.patch", when="@6.0.0:7.0.1%oneapi")
patch("intel-cray-freeform.patch", when="@7.0.1")
patch("spack-hip-path.patch", when="@7.0.1")