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

modified: h/HDF5/HDF5-1.10.6-intel-2020b-parallel.eb new file: l/libcint/libcint-5.5.0-gfbf-2023b.eb new file: l/libxc/libxc-4.3.4-foss-2023b.eb modified: l/libxc/libxc-4.3.4-intel-2020b.eb modified: n/netCDF-Fortran/netCDF-Fortran-4.5.3-intel-2020b.eb modified: n/netCDF/netCDF-4.7.4-intel-2020b.eb modified: o/Octopus/Octopus-11.3-intel-2020b-mpi.eb new file: o/OpenMPI/OpenMPI-4.1.6-GCC-12.2.0-CUDA-12.4.0.eb
28 lines
735 B
Plaintext
28 lines
735 B
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Critic2'
|
|
version = '1.1stable'
|
|
|
|
homepage = 'https://aoterodelaroza.github.io/critic2/'
|
|
description = """Critic2 is a program for the analysis of quantum mechanical
|
|
calculation results in molecules and periodic solids."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020b'}
|
|
toolchainopts = {'extra_fflags': '-ffree-line-length-none'}
|
|
|
|
source_urls = ['https://github.com/aoterodelaroza/critic2/archive/refs/tags/']
|
|
sources = ['%(version)s.tar.gz']
|
|
checksums = ['e889fe7ca60c59e0e03f1dc27ed14dea0dc97cb63d3066a10b0ebe3e7b347042']
|
|
|
|
preconfigopts = 'autoreconf --force -i && '
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/critic2"],
|
|
'dirs': ["bin"],
|
|
}
|
|
|
|
moduleclass = 'chem'
|