forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request easybuilders#20230 from sara-nl/20240327164318_new…
…_pr_Paraver4114 {perf}[GCC/12.3.0] Paraver v4.11.4
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
easybuild/easyconfigs/p/Paraver/Paraver-4.11.4-GCC-12.3.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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': 'GCC', 'version': '12.3.0'} | ||
|
||
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' |