Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
4fad0dcb
Commit
4fad0dcb
authored
3 years ago
by
Christian Feld
Browse files
Options
Downloads
Patches
Plain Diff
Provide CubeGui/4.6
parent
0d85aae5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/c/CubeGUI/CubeGUI-4.6-GCCcore-11.2.0.eb
+62
-0
62 additions, 0 deletions
Golden_Repo/c/CubeGUI/CubeGUI-4.6-GCCcore-11.2.0.eb
with
62 additions
and
0 deletions
Golden_Repo/c/CubeGUI/CubeGUI-4.6-GCCcore-11.2.0.eb
0 → 100644
+
62
−
0
View file @
4fad0dcb
##
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2018-2021 Juelich Supercomputing Centre, Germany
# Authors:: Markus Geimer <m.geimer@fz-juelich.de>
# Christian Feld <c.feld@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.6'
homepage = 'https://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.
"""
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
source_urls = ['http://perftools.pages.jsc.fz-juelich.de/cicd/cubegui/tags/cubegui-%(version)s']
sources = [SOURCELOWER_TAR_GZ]
checksums = [
'1871c6736121d94a22314cb5daa8f3cbb978b58bfe54f677c4c9c9693757d0c5', # cubegui-4.6.tar.gz
]
builddependencies = [
# use same binutils version that was used when building GCCcore
('binutils', '2.37'),
('CubeLib', '4.6'),
]
dependencies = [
('Qt5', '5.15.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'],
}
# CubeGUI (and other Qt apps that use OpenGl) crash from time to time
# or don't show any output when using Qt's WebEngine with the default
# KNOB_MAX_WORKER_THREADS value of 65535. Even with a value of 10 this
# behavior doesn't vanish. Thus, don't use WebEngine at all, although
# it makes nicer output.
configopts = '--without-web-engine'
moduleclass = 'perf'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment