Skip to content
Snippets Groups Projects
Commit 7f3b06c5 authored by Marc Schluetter's avatar Marc Schluetter
Browse files

Update scorep/scalasca eb files with new public versions/sources

parent ad83a86d
No related branches found
No related tags found
No related merge requests found
...@@ -76,8 +76,11 @@ class EB_Score_minus_P(ConfigureMake): ...@@ -76,8 +76,11 @@ class EB_Score_minus_P(ConfigureMake):
'CubeLib': '4.8', 'CubeLib': '4.8',
'CubeGUI': '4.8', 'CubeGUI': '4.8',
} }
try:
if LooseVersion(self.version) < LooseVersion(nvhpc_since.get(self.name, '0')): if LooseVersion(self.version) < LooseVersion(nvhpc_since.get(self.name, '0')):
comp_opts[toolchain.NVHPC] = 'pgi' comp_opts[toolchain.NVHPC] = 'pgi'
except:
pass
comp_fam = self.toolchain.comp_family() comp_fam = self.toolchain.comp_family()
if comp_fam in comp_opts: if comp_fam in comp_opts:
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
easyblock = 'EB_Score_minus_P' easyblock = 'EB_Score_minus_P'
name = 'Scalasca' name = 'Scalasca'
version = '2023-09-26' version = 'deepsea-v1'
homepage = 'https://www.scalasca.org/' homepage = 'https://www.scalasca.org/'
description = """ description = """
...@@ -26,10 +26,10 @@ in exploring their causes. ...@@ -26,10 +26,10 @@ in exploring their causes.
toolchain = {'name': 'gpsmpi', 'version': '2022a-pmix'} toolchain = {'name': 'gpsmpi', 'version': '2022a-pmix'}
source_urls = ['https://perftools.pages.jsc.fz-juelich.de/cicd/scalasca/branches/MR71/'] source_urls = ['https://apps.fz-juelich.de/scalasca/project/deep-sea']
sources = ['sources.ed3f096d.tar.gz'] sources = ['scalasca-deepsea-v1.tar.gz']
checksums = [ checksums = [
'2c7ff194ee5c59b2213f0a7fe6e5f005eb15f4e16e9abad63a6cc648d8c3394c', # sources.ed3f096d.tar.gz '2c7ff194ee5c59b2213f0a7fe6e5f005eb15f4e16e9abad63a6cc648d8c3394c', # scalasca-deepsea-v1.tar.gz
] ]
builddependencies = [ builddependencies = [
('CubeWriter', '4.8.2'), ('CubeWriter', '4.8.2'),
...@@ -39,7 +39,7 @@ dependencies = [ ...@@ -39,7 +39,7 @@ dependencies = [
('CubeGUI', '4.8.2'), ('CubeGUI', '4.8.2'),
('CubeLib', '4.8.2'), ('CubeLib', '4.8.2'),
('OTF2', '3.0.3'), ('OTF2', '3.0.3'),
('Score-P', '2023-09-26'), ('Score-P', 'deepsea-v1'),
] ]
sanity_check_paths = { sanity_check_paths = {
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
easyblock = 'EB_Score_minus_P' easyblock = 'EB_Score_minus_P'
name = 'Score-P' name = 'Score-P'
version = '2023-09-26' version = 'deepsea-v1'
homepage = 'https://www.score-p.org' homepage = 'https://www.score-p.org'
description = """ description = """
...@@ -24,10 +24,10 @@ applications. ...@@ -24,10 +24,10 @@ applications.
toolchain = {'name': 'gpsmpi', 'version': '2022a-pmix'} toolchain = {'name': 'gpsmpi', 'version': '2022a-pmix'}
source_urls = ['https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/branches/MR195'] source_urls = ['https://apps.fz-juelich.de/scalasca/project/deep-sea']
sources = ['sources.15529a7c.tar.gz'] sources = ['scorep-deepsea-v1.tar.gz']
checksums = [ checksums = [
'ca8cc49909965aaa59173821627c61945f3b4bdae0d7b582d374522a5322fbe1', # sources.15529a7c.tar.gz 'ca8cc49909965aaa59173821627c61945f3b4bdae0d7b582d374522a5322fbe1', # scorep-deepsea-v1.tar.gz
] ]
builddependencies = [ builddependencies = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment