easyconfigs-it4i/o/ORCA/ORCA-4.2.0-OpenMPI-3.1.4.eb
Lukáš Krupčík ecf68f56f8 new file: o/ORCA/ORCA-4.2.0-OpenMPI-3.1.4.eb
new file:   o/OpenBabel/OpenBabel-2.4.1-GCCcore-6.3.0-Python-3.7.3.eb
	new file:   o/OpenBabel/OpenBabel-2.4.9-GCCcore-6.3.0-Python-3.7.3.eb
	new file:   s/SWIG/SWIG-3.0.12-GCCcore-6.3.0-Python-3.7.3.eb
	new file:   s/Schrodinger/Schrodinger_2019-2_Linux-x86_64.eb
2019-09-02 09:04:55 +02:00

37 lines
1.5 KiB
Plaintext

# IT4Innovations 2019
easyblock = "PackedBinary"
name = "ORCA"
version = '4.2.0'
versionsuffix = '-OpenMPI-3.1.4'
homepage = 'http://cec.mpg.de/forum/'
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': 'dummy', 'version': ''}
# Download from https://orcaforum.kofo.mpg.de
sources = ['orca_4_2_0_linux_x86-64_openmpi314.tar.xz']
checksums = ['7f4892140266948bff373b57314b946f']
dependencies = [('OpenMPI', '3.1.4', '-GCC-6.3.0-2.27')]
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'