easyconfigs-it4i/c/CheMPS2/CheMPS2-1.8.9-intel-2020b.eb
Jakub Kropacek 21b441f484 new file: c/CheMPS2/CheMPS2-1.8.9-intel-2020b.eb
new file:   f/FFTW/FFTW-3.3.8-iccifort-2020.4.304.eb
	new file:   g/GSL/GSL-2.6-iccifort-2020.4.304.eb
	new file:   g/GlobalArrays/GlobalArrays-5.8-intel-2020b.eb
	new file:   h/hipify-clang/hipify-clang-4.2.0-gcccuda-2020b.eb
	new file:   n/NWChem/NWChem-7.0.2-intel-2020a-Python-3.8.2-karolina.eb
	modified:   n/NWChem/NWChem-7.0.2-intel-2020a-Python-3.8.2.eb
	new file:   o/OpenMolcas/OpenMolcas-21.06-intel-2020b-Python-3.8.6.eb
	new file:   p/pymatgen/pymatgen-2022.0.12-foss-2020b.eb
	new file:   q/QMCPACK/QMCPACK-3.11.0-intel-2020a-Python-3.8.2.eb
	new file:   v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential-VASPsol-karolina.eb
2021-09-14 09:53:23 +02:00

37 lines
846 B
Plaintext

# IT4Innovations
# LK 2020
easyblock = 'CMakeMake'
name = 'CheMPS2'
version = '1.8.9'
homepage = 'https://github.com/SebWouters/CheMPS2'
description = """CheMPS2 is a scientific library which contains a spin-adapted implementation of the
density matrix renormalization group (DMRG) for ab initio quantum chemistry."""
toolchain = {'name': 'intel', 'version': '2020b'}
source_urls = ['https://github.com/SebWouters/CheMPS2/archive/']
sources = ['v%(version)s.tar.gz']
builddependencies = [
('CMake', '3.18.4', '', True)
]
dependencies = [
('HDF5', '1.10.6', '-parallel')
]
pretestopts = 'export OMP_NUM_THREADS=1 && '
#runtest = 'test'
separate_build_dir = True
sanity_check_paths = {
'files': ['bin/chemps2', 'lib64/libchemps2.%s' % SHLIB_EXT, 'lib64/libchemps2.a'],
'dirs': ['include/chemps2']
}
moduleclass = 'chem'