Skip to content
Snippets Groups Projects
Commit 3c84f525 authored by Tobias Melson's avatar Tobias Melson
Browse files

Added macro rocm_repository for consistency

parent c47acc52
No related branches found
No related tags found
No related merge requests found
Pipeline #221150 passed
......@@ -1034,7 +1034,7 @@ Macros:
for rocm in rocms:
for compiler in filter(is_gcc_compiler, compilers):
repo(rocm + "_" + compiler, ((project, compiler),), rocm=True,
repo(rocm + "_" + compiler, ((project, compiler),), rocm=True, rocm_repository=rocm,
additional_tags=("Prefer: mpcdf_" + rocm,))
for mpi in filter(partial(valid_mpi, compiler), filter(is_openmpi, mpis)):
repo(rocm + "_" + mpi + "_" + compiler,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment