Skip to content

Commit

Permalink
Merge pull request #21455 from WilleBell/20240920155116_new_pr_Panopl…
Browse files Browse the repository at this point in the history
…y551

{vis}[system/system] Panoply v5.5.1
  • Loading branch information
boegel authored Sep 24, 2024
2 parents ecb4ec5 + 927589b commit 8811e09
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions easybuild/easyconfigs/p/Panoply/Panoply-5.5.1.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
easyblock = 'PackedBinary'

name = 'Panoply'
version = '5.5.1'

homepage = 'https://www.giss.nasa.gov/tools/panoply'
description = "Panoply plots geo-referenced and other arrays from netCDF, HDF, GRIB, and other datasets."


toolchain = SYSTEM

source_urls = ['https://www.giss.nasa.gov/tools/panoply/download/']
sources = ['%(name)sJ-%(version)s.tgz']
checksums = ['14196be2dd83721e475dfa0b230859b9e102bfdcc62119536ececbf8dcbbbb96']

dependencies = [
('Java', '11', '', SYSTEM),
]

postinstallcmds = [
'mkdir %(installdir)s/bin',
'mv %(installdir)s/panoply.sh %(installdir)s/bin',
'sed -i "s,jars,../jars,g" %(installdir)s/bin/panoply.sh',
'ln -s %(installdir)s/bin/panoply.sh %(installdir)s/bin/panoply',
]

sanity_check_paths = {
'files': ['bin/panoply'],
'dirs': ['jars']
}

moduleclass = 'vis'

0 comments on commit 8811e09

Please sign in to comment.