easyconfigs-it4i/m/mpi4pyscf/mpi4pyscf-0.3.1-foss-2023a-PySCF-2.8.0.eb
Lukas Krupcik 9c76d3e5a8 new file: m/mpi4pyscf/mpi4pyscf-0.3.1-foss-2023a-PySCF-2.8.0.eb
new file:   p/PyQt6/PyQt-6.8.1-GCCcore-13.2.0.eb
	new file:   p/PySCF/PySCF-2.8.0-foss-2023a.eb
	modified:   q/Qt6/Qt6-6.7.2-GCCcore-13.3.0.eb
2025-04-07 11:21:54 +02:00

34 lines
784 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': '2023a'}
# clone from github and create an archive
# instalace akorat prekopiruje f2py binarky :D
sources = [SOURCE_TAR_GZ]
checksums = ['5aed366b154faf9145b395d115f26c2c6fc3048fdbfddc479abbd2250f99c454']
dependencies = [
('Python', '3.11.3'),
('mpi4py', '3.1.4'),
('PySCF', '2.8.0'),
]
sanity_pip_check = False
sanity_check_commands = [
"python3 -c 'from mpi4pyscf import scf'"
]
modextrapaths = {'PYTHONPATH': ''}
moduleclass = 'mpi'