mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00

new file: p/PySCF/PySCF-2.8.0-foss-2023b.eb new file: x/XCFun/XCFun-2.1.1-GCCcore-13.2.0.eb
36 lines
857 B
Plaintext
36 lines
857 B
Plaintext
# IT4Innovations
|
|
# JK 2022, PH 2025
|
|
# fixed PYTHONPATH, added sanity check
|
|
|
|
#easyblock = 'PackedBinary'
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'mpi4pyscf'
|
|
version = '0.3.1'
|
|
|
|
homepage = 'https://github.com/pyscf/mpi4pyscf'
|
|
description = """mpi4pyscf is a plugin for PySCF which enables MPI (Message Passing Interface) parallelism."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2021a'}
|
|
|
|
# clone from github and create an archive
|
|
# instalace akorat prekopiruje f2py binarky :D
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['5aed366b154faf9145b395d115f26c2c6fc3048fdbfddc479abbd2250f99c454']
|
|
|
|
dependencies = [
|
|
('Python', '3.9.5'),
|
|
('mpi4py', '3.1.3'),
|
|
('PySCF', '2.0.1'),
|
|
]
|
|
|
|
#skipsteps = ['sanitycheck']
|
|
sanity_pip_check = False
|
|
sanity_check_commands = [
|
|
"python3 -c 'from mpi4pyscf import scf'"
|
|
]
|
|
|
|
modextrapaths = {'PYTHONPATH': ''}
|
|
|
|
moduleclass = 'mpi'
|