easyconfigs-it4i/m/mpi4pyscf/mpi4pyscf-0.3.1-foss-2023b-PySCF-2.8.0.eb
Lukas Krupcik 7603c1f655 modified: m/mpi4pyscf/mpi4pyscf-0.3.1-foss-2021a-Python-3.9.5.eb
new file:   p/PySCF/PySCF-2.8.0-foss-2023b.eb
	new file:   x/XCFun/XCFun-2.1.1-GCCcore-13.2.0.eb
2025-04-02 12:25:28 +02:00

33 lines
737 B
Plaintext

# IT4Innovations
# PH 2025
easyblock = 'PythonPackage'
name = 'mpi4pyscf'
version = '0.3.1'
versionsuffix = "-PySCF-2.8.0"
homepage = 'https://github.com/pyscf/mpi4pyscf'
description = """mpi4pyscf is a plugin for PySCF which enables MPI (Message Passing Interface) parallelism."""
toolchain = {'name': 'foss', 'version': '2023b'}
# clone from github and create an archive
sources = [SOURCE_TAR_GZ]
checksums = ['5aed366b154faf9145b395d115f26c2c6fc3048fdbfddc479abbd2250f99c454']
dependencies = [
('Python', '3.11.5'),
('mpi4py', '3.1.5'),
('PySCF', '2.8.0'),
]
sanity_pip_check = False
sanity_check_commands = [
"python3 -c 'from mpi4pyscf import scf'"
]
modextrapaths = {'PYTHONPATH': ''}
moduleclass = 'mpi'