easyconfigs-it4i/i/IMOD/IMOD-4.11.1_RHEL7-64_CUDA8.0.eb
Jakub Kropacek a491f39d34 new file: i/IMOD/IMOD-4.11.1-fosscuda-2020b.eb
new file:   i/IMOD/IMOD-4.11.1_RHEL7-64_CUDA8.0.eb
2022-08-29 14:21:02 +02:00

29 lines
921 B
Plaintext

# IT4Innovations 2022
# JK
# --include-easyblock /apps/easybuild/it4i-easyblocks/easyblocks/i/imod.py !!!
name = 'IMOD'
version = '4.11.1'
versionsuffix = '_RHEL7-64_CUDA8.0'
homepage = 'http://bio3d.colorado.edu/imod/'
description = """IMOD is a set of image processing, modeling and display
programs used for tomographic reconstruction and for 3D reconstruction of EM
serial sections and optical sections. The package contains tools for assembling
and aligning data within multiple types and sizes of image stacks, viewing 3-D
data from any orientation, and modeling and display of the image files.
"""
toolchain = SYSTEM
source_urls = ['https://bio3d.colorado.edu/imod/AMD64-RHEL5/']
sources = ['%(namelower)s_%(version)s%(versionsuffix)s.sh']
checksums = ['8fefab2c85c85d8343005b2ac352c6b7de22e00847dc0975766b0312e44be0b8']
dependencies = [
('CUDA', '11.4.1'),
('Java', '13.0.2'),
]
moduleclass = 'vis'