mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00

new file: i/iCommands/iCommands-4.3.0.eb new file: i/irodsfs/irodsfs-0.7.6.eb deleted: c/CP2K/CP2K-2022.1-foss-2021a-CUDA-11.4.1.eb deleted: c/CP2K/CP2K-2022.1-fosscuda-2020b.eb deleted: i/iRODS/iRODS-0.7.6.eb
31 lines
833 B
Plaintext
31 lines
833 B
Plaintext
# IT4Innovations 2022
|
|
# JK
|
|
|
|
easyblock = 'PackedBinary'
|
|
|
|
name = 'irodsfs'
|
|
version = '0.7.6'
|
|
|
|
homepage = 'https://github.com/cyverse/irodsfs/'
|
|
description = """iRODS FUSE Lite FUSE implementation of iRODS Client written in Golang."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['https://github.com/cyverse/irodsfs/releases/download/v%(version)s/']
|
|
sources = ['irodsfs_amd64_linux_v%(version)s.tar']
|
|
checksums = ['90a310435b512235d9c5debe3ebed24a6a365ab8d044730706639e8fee8d9f04']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['irodsfs'],
|
|
'dirs': []
|
|
}
|
|
|
|
postinstallcmds = [
|
|
'cp /mnt/proj3/easybuild/scripts/irods-startup.sh %(installdir)s/',
|
|
'curl -L https://docs.it4i.cz/irods1.it4i.cz.crt -o %(installdir)s/irods1.it4i.cz.crt',
|
|
]
|
|
|
|
modluafooter = 'execute{cmd="bash $EBROOTIRODSFS/irods-startup.sh", modeA={"load"}}'
|
|
|
|
moduleclass = 'tools'
|