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

modified: l/libxcb/libxcb-1.11.1.eb modified: o/OpenFOAM/OpenFOAM-7-foss-2020a.eb new file: p/ParaView/ParaView-5.6.2-foss-2020a-Python-3.7.4-mpi.eb new file: r/RELION/RELION-3.1.0-gompi-2019b.eb new file: r/RELION/RELION-3.1.0-intel-2020a.eb
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'RELION'
|
|
version = '3.1.0'
|
|
|
|
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': 'intel', 'version': '2020a'}
|
|
|
|
source_urls = ['https://github.com/3dem/relion/archive/']
|
|
sources = ['%(version)s.tar.gz']
|
|
|
|
builddependencies = [('CMake', '3.16.2')]
|
|
|
|
dependencies = [
|
|
('X11', '20190717', '', ('GCCcore', '8.3.0')),
|
|
('FLTK', '1.3.5', '', True),
|
|
('LibTIFF', '4.1.0', '', ('GCCcore', '8.3.0')),
|
|
# ('tbb', '2019_U9', '', ('GCCcore', '8.3.0')),
|
|
('FFTW', '3.3.8'),
|
|
('GTK+', '3.24.13', '', ('GCCcore', '8.3.0')),
|
|
('libXrender', '0.9.9', '', True),
|
|
]
|
|
|
|
#configopts = "-DCMAKE_SHARED_LINKER_FLAGS='-lpthread' -DMPI_INCLUDE_PATH=$EBROOTIMPI/include64 "
|
|
#configopts += "-DMPI_C_COMPILER=$EBROOTIMPI/bin64/mpiicc -DMPI_CXX_COMPILER=$EBROOTIMPI/bin64/mpiicpc "
|
|
#configopts += "-DCUDA=OFF -DCudaTexture=OFF "
|
|
#configopts += "-DALTCPU=ON -DMKLFFT=ON "
|
|
#configopts += "-DALTCPU=ON -DMKLFFT=ON -DFORCE_OWN_TBB=OFF "
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/relion'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'bio'
|