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
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
|
|
# Author: Pablo Escobar Lopez
|
|
# sciCORE - University of Basel
|
|
# SIB Swiss Institute of Bioinformatics
|
|
#
|
|
# Author: Ake Sandgren, HPC2N, Umea University
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'ctffind'
|
|
version = '4.1.14'
|
|
|
|
homepage = 'https://grigoriefflab.umassmed.edu/ctffind4'
|
|
description = """Program for finding CTFs of electron micrographs."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2021a'}
|
|
toolchainopts = {'openmp': True}
|
|
|
|
source_urls = ['https://grigoriefflab.umassmed.edu/sites/default/files/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
patches = [
|
|
'%(name)s-%(version)s_asm-fix.patch',
|
|
'%(name)s-%(version)s_void-functions.patch'
|
|
]
|
|
checksums = [
|
|
'db17b2ebeb3c3b2b3764e42b820cd50d19ccccf6956c64257bfe5d5ba6b40cb5', # ctffind-4.1.14.tar.gz
|
|
'e6d468b3f1569e2d42e077573529dbc3035a03715c436d2349ccaaab63b64f28', # ctffind-4.1.14_asm-fix.patch
|
|
'0a578328062881d86b10585f1b0efa81b7a1826baf3e7bcc5c749bba73e96d10', # ctffind-4.1.14_void-functions.patch
|
|
]
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11'),
|
|
('libjpeg-turbo', '2.0.6'),
|
|
('LibTIFF', '4.2.0'),
|
|
('GSL', '2.7'),
|
|
('wxWidgets', '3.1.5'),
|
|
]
|
|
|
|
configopts = '--enable-openmp '
|
|
|
|
parallel = 1
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/ctffind'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'bio'
|