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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
6007e854
Commit
6007e854
authored
3 years ago
by
Sebastian Achilles
Browse files
Options
Downloads
Plain Diff
Merge branch 'HDFView' into '2022'
add HDFView See merge request hps-public/easybuild-repository!1236
parents
f74325e6
4897ae7d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Golden_Repo/h/HDFView/HDFView-3.1.3-GCCcore-11.2.0.eb
+31
-0
31 additions, 0 deletions
Golden_Repo/h/HDFView/HDFView-3.1.3-GCCcore-11.2.0.eb
acls.yml
+3
-0
3 additions, 0 deletions
acls.yml
with
34 additions
and
0 deletions
Golden_Repo/h/HDFView/HDFView-3.1.3-GCCcore-11.2.0.eb
0 → 100644
+
31
−
0
View file @
6007e854
easyblock = 'Binary'
name = 'HDFView'
version = '3.1.3'
homepage = 'https://www.hdfgroup.org/downloads/hdfview/'
description = "HDFView is a visual tool for browsing and editing HDF4 and HDF5 files."
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/HDF-JAVA/hdfview-%(version)s/bin/']
sources = ['HDFViewApp-%(version)s-centos8_64.tar.gz']
checksums = ['e60976ba816afc426bc3bc7a151b6f2e208605711e9bc9bf188ef14771faa4c7']
dependencies = [
('Java', '15', '', SYSTEM)
]
install_cmd = "tar xfvz *.tar.gz && "
install_cmd += "mkdir %(installdir)s/lib && mkdir %(installdir)s/bin && "
install_cmd += "cp -a HDFView/lib/app %(installdir)s/lib && "
install_cmd += "cp -a HDFView/lib/app/hdfview.sh %(installdir)s/bin/HDFView && "
install_cmd += 'sed -i "s@export JAVABIN=.*@export JAVABIN=$EBROOTJAVA/bin@g" %(installdir)s/bin/HDFView && '
install_cmd += 'sed -i "s@export INSTALLDIR=.*@export INSTALLDIR=%(installdir)s@g" %(installdir)s/bin/HDFView'
sanity_check_paths = {
'files': ['bin/HDFView'],
'dirs': ['lib/app'],
}
moduleclass = 'vis'
This diff is collapsed.
Click to expand it.
acls.yml
+
3
−
0
View file @
6007e854
...
...
@@ -1075,3 +1075,6 @@ software:
-
name
:
'
AMD-uProf'
owner
:
'
zhukov1'
base
:
True
-
name
:
'
HDFView'
owner
:
'
luehrs2'
base
:
True
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