mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
Merge branch 'it4i-karolina'
This commit is contained in:
commit
21317e600a
@ -4,7 +4,7 @@
|
|||||||
easyblock = 'PackedBinary'
|
easyblock = 'PackedBinary'
|
||||||
|
|
||||||
name = 'iRODS'
|
name = 'iRODS'
|
||||||
version = '0.7.3'
|
version = '0.7.6'
|
||||||
|
|
||||||
homepage = 'https://github.com/cyverse/irodsfs/'
|
homepage = 'https://github.com/cyverse/irodsfs/'
|
||||||
description = """iRODS FUSE Lite FUSE implementation of iRODS Client written in Golang."""
|
description = """iRODS FUSE Lite FUSE implementation of iRODS Client written in Golang."""
|
||||||
@ -13,14 +13,17 @@ toolchain = SYSTEM
|
|||||||
|
|
||||||
source_urls = ['https://github.com/cyverse/irodsfs/releases/download/v%(version)s/']
|
source_urls = ['https://github.com/cyverse/irodsfs/releases/download/v%(version)s/']
|
||||||
sources = ['irodsfs_amd64_linux_v%(version)s.tar']
|
sources = ['irodsfs_amd64_linux_v%(version)s.tar']
|
||||||
checksums = ['0c973134e7646309a9292d3b2f3df8b62f27c686c9a04de49f71ea9f9b15a038']
|
checksums = ['90a310435b512235d9c5debe3ebed24a6a365ab8d044730706639e8fee8d9f04']
|
||||||
|
|
||||||
sanity_check_paths = {
|
sanity_check_paths = {
|
||||||
'files': ['irodsfs'],
|
'files': ['irodsfs'],
|
||||||
'dirs': []
|
'dirs': []
|
||||||
}
|
}
|
||||||
|
|
||||||
postinstallcmds = ['cp /mnt/proj3/easybuild/scripts/irods-startup.sh %(installdir)s/']
|
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 $EBROOTIRODS/irods-startup.sh", modeA={"load"}}'
|
modluafooter = 'execute{cmd="bash $EBROOTIRODS/irods-startup.sh", modeA={"load"}}'
|
||||||
|
|
||||||
moduleclass = 'tools'
|
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user