-
Notifications
You must be signed in to change notification settings - Fork 772
{lib}[foss/2021b] spektral 1.1.0 w/ CUDA 11.4.1 #15551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
verdurin
merged 5 commits into
easybuilders:develop
from
fizwit:20220525110411_new_pr_spektral110
Apr 25, 2023
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
f040856
spektral 1.1.0
fizwit c9a7758
Update easybuild/easyconfigs/s/spektral/spektral-1.1.0-foss-2021b-CUD…
fizwit d16bda6
Update easybuild/easyconfigs/s/spektral/spektral-1.1.0-foss-2021b-CUD…
fizwit 4c00dfb
Merge branch 'develop' of https://github.com/easybuilders/easybuild-e…
jfgrimm 5674fb3
Update spektral-1.1.0-foss-2021b-CUDA-11.4.1.eb
verdurin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
easybuild/easyconfigs/s/spektral/spektral-1.1.0-foss-2021b-CUDA-11.4.1.eb
This file contains hidden or 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,38 @@ | ||
| # easybuild easyconfig | ||
| # | ||
| # John Dey <[email protected]> | ||
| # | ||
| # Fred Hutchinson Cancer Center - Seattle Washington - US | ||
| # | ||
| easyblock = 'PythonPackage' | ||
|
|
||
| name = 'spektral' | ||
| version = '1.1.0' | ||
| local_cuda_suffix = '-CUDA-%(cudaver)s' | ||
| versionsuffix = local_cuda_suffix | ||
|
|
||
| homepage = 'https://github.com/danielegrattarola/spektral' | ||
| description = """Spektral is a Python library for graph deep learning. The main goal of this | ||
| project is to provide a simple but flexible framework for creating graph neural networks (GNNs).""" | ||
|
|
||
| toolchain = {'name': 'foss', 'version': '2021b'} | ||
|
|
||
| sources = [SOURCE_TAR_GZ] | ||
| checksums = ['3b73549f213f0d36a0bf67595aa3c4d84efb8e0e40d71aeaa1d78ea896245222'] | ||
|
|
||
| dependencies = [ | ||
| ('Python', '3.9.6'), | ||
| ('lxml', '4.6.3'), | ||
| ('SciPy-bundle', '2021.10'), | ||
| ('networkx', '2.6.3'), | ||
| ('tqdm', '4.62.3'), | ||
| ('scikit-learn', '1.0.1'), | ||
| ('CUDA', '11.4.1', '', True), | ||
| ('TensorFlow', '2.7.1', '-CUDA-%(cudaver)s'), | ||
fizwit marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ] | ||
|
|
||
| download_dep_fail = True | ||
| use_pip = True | ||
| sanity_pip_check = True | ||
|
|
||
| moduleclass = 'lib' | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.