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
6aa447e8
Commit
6aa447e8
authored
2 years ago
by
Michael Knobloch
Browse files
Options
Downloads
Patches
Plain Diff
Added ARMForge 22.1.1
parent
420cd846
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/a/ARMForge/ARMForge-22.1.1.eb
+44
-0
44 additions, 0 deletions
Golden_Repo/a/ARMForge/ARMForge-22.1.1.eb
with
44 additions
and
0 deletions
Golden_Repo/a/ARMForge/ARMForge-22.1.1.eb
0 → 100644
+
44
−
0
View file @
6aa447e8
# For using $SYSTEMNAME to determine license path. The local prefix is to appease the checker
import os as local_os
easyblock = 'EB_Allinea'
name = 'ARMForge'
version = '22.1.1'
homepage = 'https://developer.arm.com/tools-and-software/server-and-hpc/debug-and-profile/arm-forge'
description = """
Arm Forge is the leading server and HPC development tool suite in research, industry, and academia for C, C++, Fortran,
and Python high performance code on Linux.
Arm Forge includes Arm DDT, the best debugger for time-saving high performance application debugging, Arm MAP, the
trusted performance profiler for invaluable optimization advice, and Arm Performance Reports to help you analyze your
HPC application runs.
"""
usage = """For more information, type "ddt -h", "map -h" or "perf-report -h"
For the ARMForge User Guide, please see: "$EBROOTARMFORGE/doc/userguide.pdf"
"""
toolchain = SYSTEM
source_urls = ['https://content.allinea.com/downloads/']
sources = ['arm-forge-%(version)s-linux-x86_64.tar']
checksums = ['392a7b0b4a212c506dc600ca2c37001cf85780ea2248fc47701953f12ef35300']
start_dir = '%(builddir)s/arm-forge-%(version)s-linux-x86_64/'
install_cmd = "./textinstall.sh --accept-licence %(installdir)s"
local_licdir = '/p/software/%s/licenses/armforge' % local_os.environ['SYSTEMNAME']
license_file = [
'%s/LicenseForge.lic' % local_licdir,
'%s/LicensePR.lic' % local_licdir
]
sanity_check_paths = {
'files': ['bin/ddt', 'bin/perf-report'],
'dirs': [],
}
moduleclass = 'tools'
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