Skip to content
Snippets Groups Projects
Commit 6202eb0b authored by bscuser's avatar bscuser
Browse files

changed checksums to None. Name change.

As git is the source, the checksums easily become outdated. They were
switched to None.
Ompss2@cluster eb file had its named changed to be consistent with the
toolchain.
parent f5f3cb5e
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ sources = [{ ...@@ -17,7 +17,7 @@ sources = [{
'tag': '1.0-ci' 'tag': '1.0-ci'
}, },
}] }]
checksums = ['95b3fc5771ab523cc18c9d9a311bfb252514b2e584812795f1ed952c19fd6efc'] checksums = [None]
builddependencies = [ builddependencies = [
('Autotools', '20220317'), ('Autotools', '20220317'),
......
...@@ -15,10 +15,9 @@ sources = [{ ...@@ -15,10 +15,9 @@ sources = [{
'url': 'https://github.com/ipiedrahiv', 'url': 'https://github.com/ipiedrahiv',
'repo_name': 'nanos6-cluster', 'repo_name': 'nanos6-cluster',
'tag': '1.0-ci', 'tag': '1.0-ci',
# 'clone_into': 'nanos6-cluster'
} }
}] }]
checksums = ['c770c47b3a67593a525615a60e6b454dac09a5104b1e4b3d2984d21ee94e3a55'] checksums = [None]
dependencies = [('Boost', '1.79.0'), dependencies = [('Boost', '1.79.0'),
('hwloc', '2.7.1'), ('hwloc', '2.7.1'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment