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] 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']