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

new file: j/JUnit/JUnit-4.13.2-Java-13.eb new file: l/libreoffice/libreoffice-7.4.1.1-GCCcore-11.3.0.eb new file: l/libreoffice/out new file: x/XMLSec/XMLSec-1.2.34-GCCcore-11.3.0.eb
32 lines
866 B
Plaintext
32 lines
866 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/chain_geant_ov_rsa_ca_4_full.* %(installdir)s/',
|
|
]
|
|
|
|
modluafooter = 'execute{cmd="bash $EBROOTIRODSFS/irods-startup.sh", modeA={"load"}}'
|
|
|
|
moduleclass = 'tools'
|