mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: a/arpack-ng/arpack-ng-3.8.0-intel-2022a.eb new file: c/Code_Aster/Code_Aster-14.6-Python-3.11.3-GCC-12.3.0.eb new file: d/DFTB+/DFTB+-23.1-intel-2022a.eb new file: d/dftd3-lib/dftd3-lib-0.10-GCC-11.3.0.eb new file: d/dftd3-lib/dftd3-lib-0.9.2-GCC-11.3.0.eb new file: d/dftd3-lib/dftd3-lib-0.9.2-GCC-12.2.0.eb new file: e/ELPA/ELPA-2022.05.001-intel-2022b.eb new file: e/ELSI/ELSI-2.9.1-intel-2022a.eb new file: h/HDF5/HDF5-1.10.3-foss-2022b.eb new file: h/HDF5/HDF5-1.10.3.patch new file: m/MEDCoupling/MEDCOUPLING-9.10.0-foss-2022b.eb new file: m/medfile/medfile-4.1.1-foss-2021b.eb new file: m/medfile/medfile-4.1.1-foss-2022b.eb new file: o/ORCA/ORCA-5.0.3-foss-2022a.eb new file: o/ORCA/ORCA-5.0.3-foss-2022b.eb new file: o/OVITO/OVITO-3.9.2-GCCcore-12.2.0-pro.eb new file: o/OpenMPI/OpenMPI-4.1.0-GCC-10.2.0.eb new file: p/Python/Python-3.11.3-GCCcore-12.3.0-test.eb new file: p/Python/Python-3.8.6-GCCcore-10.2.0-alpha.eb new file: p/Python/Python-3.8.6-GCCcore-9.3.0-alpha.eb new file: s/SALOME_CONFIGURATION/SALOME_CONFIGURATION-9.10.0.eb new file: t/tblite/tblite-0.3.0-intel-2022a.eb new file: t/tblite/tblite-0.3.0-intel-2022b.eb new file: x/XZ/XZ-5.4.2-GCCcore-12.3.0.eb
36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = "PackedBinary"
|
|
|
|
name = "ORCA"
|
|
version = '5.0.3'
|
|
|
|
homepage = 'http://cec.mpg.de/forum/'
|
|
docurls = 'https://www.orcasoftware.de/tutorials_orca/'
|
|
description = """ORCA is a flexible, efficient and easy-to-use general purpose tool for quantum chemistry
|
|
with specific emphasis on spectroscopic properties of open-shell molecules.
|
|
It features a wide variety of standard quantum chemical methods ranging from semiempirical methods to DFT to single-
|
|
and multireference correlated ab initio methods.
|
|
It can also treat environmental and relativistic effects."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2022a' }
|
|
|
|
# Download from https://orcaforum.kofo.mpg.de
|
|
sources = ['orca_5_0_3_linux_x86-64_openmpi411.tar.gz']
|
|
checksums = ['4d860698816e83793a0e5889cbdf17a24c81bd0ec9af358f7dc9369abf6fca59']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['orca_%s%s' % (x, y) for x in ['anoint', 'casscf', 'cis', 'cpscf',
|
|
'eprnmr', 'gtoint', 'mdci', 'mp2', 'mrci', 'pc',
|
|
'rocis', 'scf', 'scfgrad', 'soc'] for y in ['', '_mpi']] +
|
|
['orca_%s' % x for x in ['2mkl', 'asa', 'chelpg', 'ciprep', 'eca', 'ecplib',
|
|
'euler', 'fci', 'fitpes', 'gstep', 'loc', 'mapspc',
|
|
'md', 'mergefrag', 'ndoint', 'numfreq', 'plot',
|
|
'pltvib', 'pop', 'rel', 'vib', 'vpot']] +
|
|
['orca'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'chem'
|