Skip to content

Commit

Permalink
Merge pull request #21321 from surak/20240904160528_new_pr_YACS018
Browse files Browse the repository at this point in the history
{lib}[GCCcore/13.3.0] YACS v0.1.8
  • Loading branch information
smoors authored Sep 8, 2024
2 parents 83bf55e + d15602c commit 4d701be
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/y/YACS/YACS-0.1.8-GCCcore-13.3.0.eb
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'

0 comments on commit 4d701be

Please sign in to comment.