diff --git a/Golden_Repo/c/CubeGUI/CubeGUI-4.5-GCCcore-9.3.0.eb b/Golden_Repo/c/CubeGUI/CubeGUI-4.5-GCCcore-9.3.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..3d07eb8fb028e35509f198bc640d93b75016e763 --- /dev/null +++ b/Golden_Repo/c/CubeGUI/CubeGUI-4.5-GCCcore-9.3.0.eb @@ -0,0 +1,53 @@ +## +# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild +# +# Copyright:: Copyright 2018 Juelich Supercomputing Centre, Germany +# Authors:: Markus Geimer <m.geimer@fz-juelich.de> +# License:: 3-clause BSD +# +# This work is based on experiences from the UNITE project +# http://apps.fz-juelich.de/unite/ +## + +easyblock = 'EB_Score_minus_P' + +name = 'CubeGUI' +version = '4.5' + +homepage = 'http://www.scalasca.org/software/cube-4.x/download.html' +description = """ +Cube, which is used as performance report explorer for Scalasca and Score-P, +is a generic tool for displaying a multi-dimensional performance space +consisting of the dimensions (i) performance metric, (ii) call path, and +(iii) system resource. Each dimension can be represented as a tree, where +non-leaf nodes of the tree can be collapsed or expanded to achieve the +desired level of granularity. + +This module provides the Cube graphical report explorer. +""" + +site_contacts = 'sc@fz-juelich.de' + +toolchain = {'name': 'GCCcore', 'version': '9.3.0'} + +source_urls = ['http://apps.fz-juelich.de/scalasca/releases/cube/%(version_major_minor)s/dist'] +sources = [SOURCELOWER_TAR_GZ] + +builddependencies = [ + # use same binutils version that was used when building GCCcore + ('binutils', '2.34'), + ('CubeLib', '4.5'), +] + +dependencies = [ + ('Qt5', '5.14.2'), +] + +sanity_check_paths = { + 'files': ['bin/cube', 'bin/cubegui-config', + ('lib/libcube4gui.a', 'lib64/libcube4gui.a'), + ('lib/libcube4gui.%s' % SHLIB_EXT, 'lib64/libcube4gui.%s' % SHLIB_EXT)], + 'dirs': ['include/cubegui', 'lib/cube-plugins'], +} + +moduleclass = 'perf'