mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00
42 lines
995 B
Plaintext
42 lines
995 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'ChronusQ'
|
|
version = '20180802'
|
|
|
|
homepage = 'https://github.com/liresearchgroup/chronusq_public'
|
|
description = """ChronusQ is a high-performance computational chemistry software package
|
|
with a strong emphasis on explicitly time-dependent and post-SCF quantum mechanical methods."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'usempi': True}
|
|
|
|
source_urls = ['https://github.com/liresearchgroup/chronusq_public/archive/']
|
|
sources = ['d32ed9493bc53da4e6e5122105c221d5f4dc8b93.zip']
|
|
|
|
dependencies = [
|
|
('HDF5', '1.8.17'),
|
|
('Boost', '1.63.0'),
|
|
('Eigen', '3.3.3', '', True),
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.9.0', '', True),
|
|
]
|
|
|
|
maxparallel = 1
|
|
|
|
prebuildopts = 'bin/buildlibint 28 && '
|
|
|
|
configopts = "-DEIGEN3_ROOT=$EBROOTEIGEN "
|
|
configopts += "-DBOOST_ROOT=$EBROOTBOOST "
|
|
configopts += "-DBOOST_ROOT=$EBROOTHDF5 "
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['bin']
|
|
}
|
|
|
|
moduleclass = 'chem'
|