easyconfigs-it4i/c/CheMPS2/CheMPS2-1.8.9-intel-2020a.eb
Lukáš Krupčík 852d8b9650 modified: c/CheMPS2/CheMPS2-1.8.9-intel-2020a.eb
new file:   g/GlobalArrays/GlobalArrays-5.7.2-intel-2020a.eb
	modified:   h/HDF5/HDF5-1.10.6-intel-2020a.eb
	new file:   h/h5py/h5py-2.9.0-Py-2.7.eb
	new file:   m/mpi4py/mpi4py-3.0.1-intel-2020a-Py-2.7.eb
	modified:   o/OVITO/OVITO-3.0.0.628.eb
	modified:   o/OVITO/OVITO-3.0.0.794-basic.eb
2020-05-25 09:33:04 +02:00

37 lines
856 B
Plaintext

# IT4Innovations 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': '2020a'}
source_urls = ['https://github.com/SebWouters/CheMPS2/archive/']
sources = ['v%(version)s.tar.gz']
builddependencies = [
('CMake', '3.16.2', '', True)
]
dependencies = [
('HDF5', '1.10.6')
]
pretestopts = 'export OMP_NUM_THREADS=1 && '
configopts = '-DWITH_MPI=OFF'
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'