mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 16:02:11 +01:00
29 lines
921 B
Plaintext
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'
|