easyconfigs-it4i/n/networkx/networkx-3.1-foss-2022b.eb
Lukas Krupcik 95ef534416 new file: c/CheMPS2/CheMPS2-1.8.12-foss-2022b.eb
new file:   n/networkx/networkx-3.1-foss-2022b.eb
	modified:   o/OpenMPI/OpenMPI-4.1.4-GCC-12.2.0.eb
	new file:   p/PSI4/PSI4-1.7-foss-2021b.eb
	new file:   p/PSI4/PSI4-1.8.1-foss-2022b.eb
	new file:   p/PSI4/PSI4-1.8.1_fix_cmake_release.patch
	new file:   p/PSI4/PSI4-1.8.1_fix_snsmp2_version.patch
	new file:   p/pytest/pytest-7.2.2-GCCcore-12.2.0.eb
	new file:   s/SciPy-bundle/SciPy-bundle-2023.02-foss-2022b.eb
2023-08-29 09:26:56 +02:00

28 lines
684 B
Plaintext

# IT4Innovations
# LK 2023
easyblock = 'PythonPackage'
name = 'networkx'
version = '3.1'
homepage = 'https://pypi.python.org/pypi/networkx'
description = """NetworkX is a Python package for the creation, manipulation,
and study of the structure, dynamics, and functions of complex networks."""
toolchain = {'name': 'foss', 'version': '2022b'}
sources = [SOURCE_TAR_GZ]
checksums = ['de346335408f84de0eada6ff9fafafff9bcda11f0a0dfaa931133debb146ab61']
dependencies = [
('Python', '3.10.8', '', ('GCCcore', '12.2.0')),
# ('SciPy-bundle', '2023.02'), # required for numpy, scipy, ...
]
use_pip = True
download_dep_fail = True
sanity_pip_check = True
moduleclass = 'tools'