easyconfigs-it4i/o/ORCA/ORCA-4.2.1-OpenMPI-3.1.4.eb
Lukas Krupcik 5812aff4e8 new file: archive/s/sqsgenerator/sqsgenerator-0.1-intel-compilers-2021.4.0-Python-3.9.6.eb
new file:   b/Blender/Blender-3.1.0-GCC-10.3.0.eb
	new file:   b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb
	new file:   b/Boost/Boost-1.77.0-intel-compilers-2021.4.0-Python-3.9.6.eb
	modified:   c/CUDAcore/CUDAcore-11.6.0.eb
	new file:   d/DualSPHysics/DualSPHysics-5.0.175-GCC-11.2.0-CUDA-11.6.0.eb
	new file:   d/DualSPHysics/DualSPHysics-5.0.175-GCC-11.2.0.eb
	new file:   d/DualSPHysics/DualSPHysics-5.0.175.patch
	new file:   h/hwloc/hwloc-1.11.7-GCC-10.2.0.eb
	modified:   o/ORCA/ORCA-4.2.0-OpenMPI-3.1.4.eb
	modified:   o/ORCA/ORCA-4.2.1-OpenMPI-3.1.4.eb
	new file:   o/OpenMPI/OpenMPI-3.1.4-GCC-10.2.0.eb
	new file:   q/QEMU/QEMU-6.2.0-VDE2.eb
	new file:   s/sqsgenerator/sqsgenerator-0.0.5-GCC-10.2.0-Python-3.8.6.eb
	new file:   s/sqsgenerator/sqsgenerator-0.1-GCC-10.2.0-Python-3.8.6.eb
2022-03-30 11:27:29 +02:00

38 lines
1.5 KiB
Plaintext

# IT4Innovations 2021
# LK
easyblock = "PackedBinary"
name = "ORCA"
version = '4.2.1'
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 = SYSTEM
# Download from https://orcaforum.kofo.mpg.de
sources = ['orca_4_2_1_linux_x86-64_openmpi314.tar.xz']
checksums = ['470c7362293ebc2fb14bfce5b6652ff8']
dependencies = [('OpenMPI', '3.1.4', '-GCC-10.2.0')]
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'