Skip to content
Snippets Groups Projects
Commit 875c6bb7 authored by Manoel Römmer's avatar Manoel Römmer :rage:
Browse files

Fix style for OpenMPI-XHC-5.0.0rc7-1.4-GCC-11.3.0.eb

parent 3db583df
Branches
Tags
1 merge request!2XHC: Switch to publicly available sources (+ update to v1.4)
Pipeline #185275 failed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -34,10 +34,8 @@ sources = [ ...@@ -34,10 +34,8 @@ sources = [
}, },
{ {
'filename': 'https://github.com/CARV-ICS-FORTH/XHC-OpenMPI/archive/refs/tags/v' 'filename': 'https://github.com/CARV-ICS-FORTH/XHC-OpenMPI/archive/refs/tags/v' + local_xhc_version + '.tar.gz',
+ local_xhc_version + '.tar.gz', 'extract_cmd': 'tar -xzvf %s && mv XHC-OpenMPI-' + local_xhc_version + '/xhc ./ompi/ompi/mca/coll/xhc'
'extract_cmd': 'tar -xzvf %s && mv XHC-OpenMPI-'
+ local_xhc_version + '/xhc ./ompi/ompi/mca/coll/xhc'
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment