mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

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
37 lines
856 B
Plaintext
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'
|