Skip to content
Snippets Groups Projects
Commit f120c92e authored by Lorenz Hüdepohl's avatar Lorenz Hüdepohl
Browse files

Prefer specific cuda in cuda repositories

parent 4d34c77e
Branches
No related tags found
1 merge request!3Merge changes for new OBS from obs-api branch
......@@ -713,7 +713,8 @@ Macros:
for cuda in cudas:
for compiler in filter(partial(valid_cuda, cuda), compilers):
repo(cuda + "_" + compiler, (project, compiler), cuda=True, cuda_repository=cuda)
repo(cuda + "_" + compiler, (project, compiler), cuda=True, cuda_repository=cuda,
additional_prefers=("mpcdf_" + cuda,))
for mpi in filter(partial(valid_mpi, compiler), mpis):
repo(cuda + "_" + mpi + "_" + compiler,
(project, cuda + "_" + compiler),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment