easyconfigs-it4i/m/MRCC/MRCC-2023-08-intel-2021b.eb
Lukas Krupcik 3786d76e51 new file: c/Clang/Clang-18.1.8-GCCcore-13.2.0-CUDA-12.24.0.eb
new file:   m/MRCC/MRCC-2023-08-intel-2021b.eb
2024-07-12 07:19:01 +02:00

37 lines
822 B
Plaintext

easyblock = 'ConfigureMake'
name = 'MRCC'
version = '2023.08'
homepage = 'https://www.mrcc.hu/'
description = """MRCC is a software package for ab initio calculations of molecular electronic structure."""
toolchain = {'name': 'intel', 'version': '2021b'}
source_urls = ['https://www.mrcc.hu/downloads/']
sources = ['mrcc-2023-08.tar.gz']
dependencies = []
sanity_check_paths = {
'files': ['bin/mrcc', 'README.md'],
'dirs': ['lib', 'include'],
}
moduleclass = 'chem'
sanity_check_commands = [
'bin/mrcc --version',
'bin/mrcc <inputfile>'
]
docurls = [
'https://www.mrcc.hu/index.php/getting-started/installation'
]
prebuildopts = 'export LICENSE_SERVER=<your-license-server> && '
postinstallcmds = [
'echo "MRCC installed successfully. Please ensure you have the appropriate license."'
]