new file: o/ORCA/ORCA-6.0.1-gompi-2023b-avx2.eb

This commit is contained in:
Lukas Krupcik 2025-01-27 09:22:36 +01:00
parent 2e8b01281f
commit 3059b3335d

View File

@ -0,0 +1,28 @@
# IT4Innovations
# LK 2025
# OpenMPI 4.1.6
name = 'ORCA'
version = '6.0.1'
versionsuffix = '-avx2'
homepage = 'https://orcaforum.kofo.mpg.de'
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': 'gompi', 'version': '2023b'}
download_instructions = "Shared build of ORCA: download from https://orcaforum.kofo.mpg.de"
# mostly dynamically linked (SCALAPACK, OpenBLAS are still embedded)
sources = ['%%(namelower)s_%s_linux_%%(orcaarch)s_shared_openmpi416_avx2.tar.xz' % version.replace('.', '_')]
checksums = [
# orca_6_0_1_linux_x86-64_shared_openmpi416_avx2.tar.xz
'f31f98256a0c6727b6ddfe50aa3ac64c45549981138d670a57e90114b4b9c9d2',
]
moduleclass = 'chem'