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

new file: c/ctffind/ctffind-4.1.14-foss-2021a.eb new file: f/FFTW.MPI/FFTW.MPI-3.3.8-NVHPC-22.2.eb modified: f/FFTW/FFTW-3.3.10-NVHPC-22.2-amd.eb new file: f/FFTW/FFTW-3.3.8-NVHPC-22.2-amd.eb new file: f/FFTW/FFTW-3.3.8-NVHPC-22.2.eb modified: h/HDF5/HDF5-1.12.1-NVHPC-22.2.eb new file: h/HDF5/HDF5-1.12.2-gompi-2022a.eb new file: h/HDF5/HDF5-1.12.2-iimpi-2022a.eb new file: l/libxsmm/libxsmm-1.17-GCC-11.3.0.eb new file: p/PLUMED/PLUMED-2.8.0-foss-2022a.eb new file: q/QD/QD-2.3.17-NVHPC-22.2.eb modified: q/QuantumESPRESSO/QuantumESPRESSO-7.1-foss-2022a.eb modified: q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a.eb new file: r/RELION/RELION-4.0-beta-foss-2021a.eb new file: s/ScaLAPACK/ScaLAPACK-3.0-NVHPC-22.2.eb new file: v/VASP/VASP-6.3.2-NVHPC-22.2-CUDA-11.6.0-adjust-makefile.patch modified: v/VASP/VASP-6.3.2-NVHPC-22.2-CUDA-11.6.0.eb new file: x/xxd/xxd-8.2.4220-GCCcore-11.3.0.eb deleted: f/FFTW.MPI/FFTW.MPI-3.3.10-gompi-2022a.eb deleted: h/HDF5/HDF5-1.13.1-gompi-2022a.eb deleted: h/HDF5/HDF5-1.13.1-iimpi-2022a.eb
53 lines
1.5 KiB
Plaintext
53 lines
1.5 KiB
Plaintext
easyblock = 'CMakeMake'
|
|
|
|
name = 'RELION'
|
|
version = '4.0_beta.2022.04.20'
|
|
_commit = '9b23e50'
|
|
|
|
homepage = 'http://www2.mrc-lmb.cam.ac.uk/relion/index.php/Main_Page'
|
|
description = """RELION (for REgularised LIkelihood OptimisatioN, pronounce rely-on) is a stand-alone computer
|
|
program that employs an empirical Bayesian approach to refinement of (multiple) 3D reconstructions or 2D class
|
|
averages in electron cryo-microscopy (cryo-EM).
|
|
"""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2021a'}
|
|
toolchainopts = {'opt': True}
|
|
|
|
sources = [{
|
|
'download_filename': '%(version)s.tar.gz',
|
|
'filename': SOURCELOWER_TAR_GZ,
|
|
'git_config': {
|
|
'url': 'https://github.com/3dem',
|
|
'repo_name': '%(namelower)s',
|
|
'commit': _commit,
|
|
'keep_git_dir': True,
|
|
},
|
|
}]
|
|
checksums = ['98b053a11c9ccdd144bcee5296e29cc08a05094094b27ad34536175b5a8405c2']
|
|
|
|
# Note: no checksum(s), due to use of `git_config`
|
|
|
|
builddependencies = [('CMake', '3.20.1')]
|
|
|
|
dependencies = [
|
|
('ctffind', '4.1.14'), # required for most workloads
|
|
('tbb', '2020.3'),
|
|
# optional graphics libraries:
|
|
('Ghostscript', '9.54.0'),
|
|
('libpng', '1.6.37'),
|
|
('LibTIFF', '4.2.0'),
|
|
# GUI-specific dependencies:
|
|
('FLTK', '1.3.6'),
|
|
('X11', '20210518'),
|
|
]
|
|
|
|
local_disable_gui = False
|
|
|
|
# Useful information for non-release builds
|
|
_version_maj = version.split('_')[0]
|
|
modloadmsg = "Current version pulled from commit %s from https://github.com/3dem/relion ver%s branch" % (_commit, _version_maj)
|
|
|
|
skipsteps = ['sanitycheck']
|
|
|
|
moduleclass = 'bio'
|