Adjust recipe to always apply patch for 7.0.1

This commit is contained in:
Wileam Yonatan Phan 2023-06-19 17:02:43 -05:00
parent 97ec957144
commit 8327d9b9de

View File

@ -81,7 +81,7 @@ class Papi(AutotoolsPackage, ROCmPackage):
) )
patch("crayftn-fixes.patch", when="@6.0.0:%cce@9:") 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:%oneapi")
patch("intel-freeform.patch", when="@7.0.1:%cce") patch("intel-freeform.patch", when="@7.0.1")
configure_directory = "src" configure_directory = "src"