-
Notifications
You must be signed in to change notification settings - Fork 706
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 #21321 from surak/20240904160528_new_pr_YACS018
{lib}[GCCcore/13.3.0] YACS v0.1.8
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
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,31 @@ | ||
easyblock = 'PythonPackage' | ||
|
||
name = 'YACS' | ||
version = '0.1.8' | ||
|
||
homepage = "https://github.com/rbgirshick/yacs" | ||
description = """YACS was created as a lightweight library to define and | ||
manage system configurations, such as those commonly found in software | ||
designed for scientific experimentation. These "configurations" | ||
typically cover concepts like hyperparameters used in training a machine | ||
learning model or configurable model hyperparameters, such as the depth | ||
of a convolutional neural network.""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '13.3.0'} | ||
|
||
sources = [SOURCELOWER_TAR_GZ] | ||
checksums = ['efc4c732942b3103bea904ee89af98bcd27d01f0ac12d8d4d369f1e7a2914384'] | ||
|
||
builddependencies = [('binutils', '2.42')] | ||
|
||
dependencies = [ | ||
('Python', '3.12.3'), | ||
('PyYAML', '6.0.2'), | ||
] | ||
|
||
use_pip = True | ||
download_dep_fail = True | ||
|
||
sanity_pip_check = True | ||
|
||
moduleclass = 'lib' |