forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request easybuilders#21778 from Micket/20241101094858_new_…
…pr_networkx342 {tools}[gfbf/2024a] networkx v3.4.2
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
easybuild/easyconfigs/n/networkx/networkx-3.4.2-gfbf-2024a.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |