mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-09 08:22:12 +01:00

new file: c/CheMPS2/CheMPS2-1.8.9-intel-2020a.eb new file: d/deepdiff/deepdiff-4.0.6-Py-3.6.eb new file: g/GlobalArrays/GlobalArrays-5.7-intel-2020a.eb new file: h/HDF5/HDF5-1.10.6-intel-2017c.eb modified: h/HDF5/HDF5-1.10.6-intel-2020a.eb new file: o/OpenMolcas/OpenMolcas-18.09-intel-2020a-Py-3.7.eb new file: o/OpenMolcas/OpenMolcas-pymolcas_only_in_ebprefix.patch modified: p/PSI4/PSI4-1.2.1-intel-2017c-Py-2.7.eb new file: p/PSI4/PSI4-1.3.2-intel-2017c-Py-3.6.eb new file: p/PSI4/PSI4-1.3.2_fix_cmake_release.patch new file: p/pint/Pint-0.11-Py-3.6.eb new file: p/pluggy/pluggy-0.13.1-Py-3.6.eb new file: p/pydantic/pydantic-1.4-Py-3.6.eb new file: p/pyparsing/pyparsing-2.2.0-Py-3.7.eb new file: p/pytest/pytest-5.3.5-Py-3.6.eb new file: v/Valgrind/Valgrind-3.15.0-intel-2017c.eb
67 lines
2.6 KiB
Plaintext
67 lines
2.6 KiB
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = 'CMakeMake'
|
|
name = 'OpenMolcas'
|
|
version = '18.09'
|
|
versionsuffix = '-Py-3.7'
|
|
|
|
homepage = "https://gitlab.com/Molcas/OpenMolcas"
|
|
description = "OpenMolcas is a quantum chemistry software package"
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020a'}
|
|
toolchainopts = {'usempi': True}
|
|
|
|
source_urls = ['https://gitlab.com/Molcas/OpenMolcas/-/archive/v%(version)s/']
|
|
sources = ["OpenMolcas-v%(version)s.tar.gz"]
|
|
|
|
# This patch avoids a forced extra copy of 'pymolcas' script
|
|
# in a local folder of the user doing the build
|
|
# The 'make install' process will already install it in
|
|
# %(installdir)s/sbin/
|
|
patches = ["OpenMolcas-pymolcas_only_in_ebprefix.patch"]
|
|
|
|
checksums = [
|
|
# OpenMolcas-18.09.tar.gz
|
|
('b4f310fb65205c865ccc6373ce9c3833a586f8ff63a71a624cf793559c9b39cf',
|
|
'540ce05a6a08b42d0669a112abb22aa64ef62949c15cbc8b1a0bbef06e2d87c0'),
|
|
# OpenMolcas-pymolcas_only_in_ebprefix.patch
|
|
'56165ab4a752ef7cdbe3340c8c922fca04510e8ee2e4024ea654e6bcd83198f8'
|
|
]
|
|
|
|
dependencies = [
|
|
('GlobalArrays', '5.7'),
|
|
('HDF5', '1.10.6', '-parallel'),
|
|
('Py', '3.7', '', True),
|
|
('pyparsing', '2.2.0', '-Py-3.7', True),
|
|
('six', '1.14.0', '-Py-3.7', True),
|
|
('CheMPS2', '1.8.9'),
|
|
]
|
|
|
|
builddependencies = [('CMake', '3.16.2', '', True)]
|
|
|
|
separate_build_dir = True
|
|
|
|
preconfigopts = 'GAROOT=$EBROOTGLOBALARRAYS'
|
|
configopts = '-DLINALG=MKL -DMKLROOT=$EBROOTIMKL/mkl -DMPI=ON -DGA=ON -DBUILD_SHARED_LIBS=ON -DTOOLS=ON -DFDE=ON '
|
|
configopts += '-DCHEMPS2=ON -DCHEMPS2_DIR=$EBROOTCHEMPS2/bin'
|
|
|
|
modextravars = {
|
|
'MOLCAS': '%(installdir)s',
|
|
'MOLCAS_DRIVER': '%(installdir)s/sbin/pymolcas',
|
|
'MOLCAS_SOURCE': '%(installdir)s',
|
|
}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libmolcas.so', 'bin/alaska.exe', 'bin/casvb.exe', 'bin/cht3.exe', 'bin/espf.exe', 'bin/gateway.exe',
|
|
'bin/gugaci.exe', 'bin/last_energy.exe', 'bin/mbpt2.exe', 'bin/mcpdft.exe', 'bin/mrci.exe',
|
|
'bin/qmstat.exe', 'bin/rassi.exe', 'bin/seward.exe', 'bin/vibrot.exe', 'bin/averd.exe', 'bin/ccsdt.exe',
|
|
'bin/cpf.exe', 'bin/expbas.exe', 'bin/genano.exe', 'bin/gugadrt.exe', 'bin/localisation.exe',
|
|
'bin/mckinley.exe', 'bin/motra.exe', 'bin/numerical_gradient.exe', 'bin/quater.exe', 'bin/rpa.exe',
|
|
'bin/slapaf.exe', 'bin/caspt2.exe', 'bin/chcc.exe', 'bin/dynamix.exe', 'bin/ffpt.exe', 'bin/guessorb.exe',
|
|
'bin/guga.exe', 'bin/loprop.exe', 'bin/mclr.exe', 'bin/mpprop.exe', 'bin/parnell.exe', 'bin/rasscf.exe',
|
|
'bin/scf.exe', 'bin/surfacehop.exe', 'sbin/help_basis'],
|
|
'dirs': ['data/', 'basis_library/'],
|
|
}
|
|
|
|
moduleclass = 'chem'
|