mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
30 lines
702 B
Plaintext
30 lines
702 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'DIRAC'
|
|
version = '18.0'
|
|
versionsuffix = '-Py-2.7'
|
|
|
|
homepage = 'http://diracprogram.org/'
|
|
description = """The DIRAC program local_computes molecular properties using relativistic quantum chemical methods."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017c'}
|
|
toolchainopts = {'usempi': True}
|
|
|
|
# requires registration/license to download, http://dirac.chem.sdu.dk/DIRAC14/
|
|
sources = ['%(name)s-%(version)s-Source.tar']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11', '', True),
|
|
('Boost', '1.68.0', versionsuffix),
|
|
('Eigen', '3.3.7', '', True),
|
|
('Py', '2.7', '', True)
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.14.1', '', True)
|
|
]
|
|
|
|
runtest = True
|
|
|
|
moduleclass = 'chem'
|