Skip to content
Snippets Groups Projects
Commit 3db583df authored by George Katevenis's avatar George Katevenis
Browse files

XHC: Switch to publicly available sources + update to v1.4

v1.2 is not available in the public GitHub repo utilized
parent 6fe5e95a
No related branches found
No related tags found
1 merge request!2XHC: Switch to publicly available sources (+ update to v1.4)
......@@ -7,10 +7,7 @@ easyblock = 'ConfigureMake'
# ------------------------------
local_xhc_version = '1.2'
local_xhc_sources = '/p/project/deepsea/wp5/xhc/source/xhc-v' + local_xhc_version + '.tar.gz'
local_xhc_checksums = 'e184e86aa90a092f53c878fdcbfe8699a0b125bdca236b434dbdbae6253f02e8'
local_xhc_version = '1.4'
local_ompi_version = '5.0.0rc7'
# ------------------------------
......@@ -37,8 +34,10 @@ sources = [
},
{
'filename': local_xhc_sources,
'extract_cmd': 'tar -xzvf %s && mv xhc-* ./ompi/ompi/mca/coll/xhc'
'filename': 'https://github.com/CARV-ICS-FORTH/XHC-OpenMPI/archive/refs/tags/v'
+ local_xhc_version + '.tar.gz',
'extract_cmd': 'tar -xzvf %s && mv XHC-OpenMPI-'
+ local_xhc_version + '/xhc ./ompi/ompi/mca/coll/xhc'
}
]
......@@ -46,7 +45,7 @@ patches = ['OpenMPI-XHC-fixes.patch']
checksums = [
None,
local_xhc_checksums,
'56e79c41bfbed3cbf60a44661c78718b7cba97d73625d35b2239dfbf703152e6',
'7b3e9454aa7ac28569a00f74e543c79ded0305c68502238efb6f42a83ce53a8e'
]
......
......@@ -114,7 +114,7 @@ pscom:
### xHC
* [OpenMPI-XHC-5.0.0rc7-1.2-GCC-11.3.0.eb](https://gitlab.jsc.fz-juelich.de/deep-sea/easybuild-repository-public-release/-/blob/2023/Golden_Repo/o/OpenMPI/OpenMPI-XHC-5.0.0rc7-1.2-GCC-11.3.0.eb)
* [OpenMPI-XHC-5.0.0rc7-1.4-GCC-11.3.0.eb](https://gitlab.jsc.fz-juelich.de/deep-sea/easybuild-repository-public-release/-/blob/2023/Golden_Repo/o/OpenMPI/OpenMPI-XHC-5.0.0rc7-1.4-GCC-11.3.0.eb)
### foRMA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment