easyconfigs-it4i/o/ORCA/ORCA-4.1.1-OpenMPI-2.1.5.eb
Easy Build 3d5e1c427c new file: b/Biopython/Biopython-1.73-Py-2.7.eb
new file:   b/Biopython/Biopython-1.73-Py-3.6.eb
	new file:   n/numpy/numpy-1.16.3-Py-2.7.eb
	modified:   o/ORCA/ORCA-4.1.1-OpenMPI-2.1.5.eb
2019-07-08 12:38:07 +02:00

36 lines
1.5 KiB
Plaintext

# IT4Innovations 2019
easyblock = "PackedBinary"
name = "ORCA"
version = '4.1.1'
versionsuffix = '-OpenMPI-2.1.5'
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_1_1_linux_x86-64_openmpi215.tar.xz']
dependencies = [('OpenMPI', '2.1.5', '-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'