Skip to content

Commit

Permalink
Merge pull request #17113 from jfgrimm/20230116104605_new_pr_Szip211
Browse files Browse the repository at this point in the history
{tools}[GCCcore/12.2.0] Szip v2.1.1
  • Loading branch information
boegel committed Jan 16, 2023
2 parents 92d16b3 + ef9dc89 commit 7b7c114
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions easybuild/easyconfigs/s/Szip/Szip-2.1.1-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
easyblock = 'ConfigureMake'

name = 'Szip'
version = '2.1.1'

homepage = 'https://www.hdfgroup.org/doc_resource/SZIP/'

description = """
Szip compression software, providing lossless compression of scientific data
"""

toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
toolchainopts = {'pic': True}

source_urls = ['https://www.hdfgroup.org/ftp/lib-external/szip/%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['21ee958b4f2d4be2c9cabfa5e1a94877043609ce86fde5f286f105f7ff84d412']

builddependencies = [
('binutils', '2.39'),
]

sanity_check_paths = {
'files': ["lib/libsz.a", "lib/libsz.%s" % SHLIB_EXT] +
["include/%s" % x for x in ["ricehdf.h", "szip_adpt.h", "szlib.h"]],
'dirs': [],
}

moduleclass = 'tools'

0 comments on commit 7b7c114

Please sign in to comment.