From ac616dc76259925429a595e1a52bd5657cb79089 Mon Sep 17 00:00:00 2001 From: satishk Date: Wed, 27 Mar 2024 16:43:24 +0100 Subject: [PATCH 1/3] adding easyconfigs: Paraver-4.11.4-foss-2023a.eb --- .../p/Paraver/Paraver-4.11.4-foss-2023a.eb | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb diff --git a/easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb b/easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb new file mode 100644 index 00000000000..e92b712357a --- /dev/null +++ b/easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb @@ -0,0 +1,21 @@ +name = 'Paraver' +version = '4.11.4' + +homepage = 'https://tools.bsc.es/paraver' +description = """A very powerful performance visualization and analysis tool based on + traces that can be used to analyse any information that is expressed on its input trace format. + Traces for parallel MPI, OpenMP and other programs can be genereated with Extrae.""" + +toolchain = {'name': 'foss', 'version': '2023a'} + +source_urls = ['https://ftp.tools.bsc.es/wxparaver/'] +sources = ['wxparaver-%(version)s-src.tar.bz2'] +checksums = ['8f65fbeacaef003b544ecc0244a4ed9a99e9521cdd027889106fbce0b052fd8d'] + +dependencies = [ + ('zlib', '1.2.13'), + ('Boost', '1.82.0'), + ('wxWidgets', '3.2.2.1'), +] + +moduleclass = 'perf' From 3075e96a66253cbe5f229c0656562b3e55237cfc Mon Sep 17 00:00:00 2001 From: satishskamath <41335185+satishskamath@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:19:24 +0100 Subject: [PATCH 2/3] Update easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bob Dröge --- easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb b/easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb index e92b712357a..72f3e310448 100644 --- a/easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb +++ b/easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb @@ -6,7 +6,7 @@ description = """A very powerful performance visualization and analysis tool bas traces that can be used to analyse any information that is expressed on its input trace format. Traces for parallel MPI, OpenMP and other programs can be genereated with Extrae.""" -toolchain = {'name': 'foss', 'version': '2023a'} +toolchain = {'name': 'GCC', 'version': '12.3.0'} source_urls = ['https://ftp.tools.bsc.es/wxparaver/'] sources = ['wxparaver-%(version)s-src.tar.bz2'] From 2eceb4ba8e53f567f7816194296244d10b112fd2 Mon Sep 17 00:00:00 2001 From: satishskamath <41335185+satishskamath@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:23:54 +0100 Subject: [PATCH 3/3] Rename Paraver-4.11.4-foss-2023a.eb to Paraver-4.11.4-GCC-12.3.0.eb --- ...{Paraver-4.11.4-foss-2023a.eb => Paraver-4.11.4-GCC-12.3.0.eb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename easybuild/easyconfigs/p/Paraver/{Paraver-4.11.4-foss-2023a.eb => Paraver-4.11.4-GCC-12.3.0.eb} (100%) diff --git a/easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb b/easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-GCC-12.3.0.eb similarity index 100% rename from easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-foss-2023a.eb rename to easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-GCC-12.3.0.eb