Skip to content

Commit

Permalink
adding easyconfigs: networkx-3.4.2-gfbf-2024a.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Nov 1, 2024
1 parent ded731d commit 9bcf061
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions easybuild/easyconfigs/n/networkx/networkx-3.4.2-gfbf-2024a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
easyblock = 'PythonPackage'

name = 'networkx'
version = '3.4.2'

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': 'gfbf', 'version': '2024a'}

sources = [SOURCE_TAR_GZ]
checksums = ['307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1']

dependencies = [
('Python', '3.12.3'),
('SciPy-bundle', '2024.05'), # required for numpy, scipy, ...
]

use_pip = True
download_dep_fail = True
sanity_pip_check = True

moduleclass = 'tools'

0 comments on commit 9bcf061

Please sign in to comment.