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

new file: f/FFTW.MPI/FFTW.MPI-3.3.10-gompi-2022a.eb new file: f/FFTW/FFTW-3.3.10-NVHPC-22.2-amd.eb new file: h/HDF5/HDF5-1.12.1-NVHPC-22.2.eb modified: i/irodsfs/irodsfs-0.7.6.eb new file: v/VASP/VASP-6.3.2-NVHPC-22.2-CUDA-11.6.0.eb deleted: c/Cordax/Cordax-1.0-Python-2.7.18.eb
33 lines
946 B
Plaintext
33 lines
946 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."""
|
|
docurls = 'https://docs.it4i.cz/dice/'
|
|
|
|
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/',
|
|
'cp /mnt/proj3/easybuild/scripts/irods.it4i.cz.crt %(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'
|