Skip to content
Snippets Groups Projects
Commit 6007e854 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'HDFView' into '2022'

add HDFView

See merge request hps-public/easybuild-repository!1236
parents f74325e6 4897ae7d
No related branches found
No related tags found
No related merge requests found
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'
...@@ -1075,3 +1075,6 @@ software: ...@@ -1075,3 +1075,6 @@ software:
- name: 'AMD-uProf' - name: 'AMD-uProf'
owner: 'zhukov1' owner: 'zhukov1'
base: True base: True
- name: 'HDFView'
owner: 'luehrs2'
base: True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment