camx: update to use oneapi packages (#49497)

Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
Massimiliano Culpo 2025-03-17 08:44:45 +01:00 committed by GitHub
parent a65216f0a0
commit 0002861daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ def edit(self, spec, prefix):
makefile.filter("-mcmodel=medium", "-mcmodel=large")
# Support Intel MPI.
if spec["mpi"].name == "intel-mpi":
if spec["mpi"].name == "intel-oneapi-mpi":
makefile.filter(
"else ifneq (, $(findstring $(MPI),openmpi openMPI OPENMPI))",
"""else ifneq (, $(findstring $(MPI),intel-mpi intel impi))