Skip to content

Commit

Permalink
adding easyconfigs: absl-py-2.1.0-GCCcore-13.3.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHoffmann77 committed Nov 19, 2024
1 parent f96721c commit 4361952
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/a/absl-py/absl-py-2.1.0-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'PythonBundle'

name = 'absl-py'
version = '2.1.0'

homepage = 'https://github.com/abseil/abseil-py'
description = """absl-py is a collection of Python library code for building Python
applications. The code is collected from Google's own Python code base, and has
been extensively tested and used in production."""

toolchain = {'name': 'GCCcore', 'version': '13.3.0'}

builddependencies = [('binutils', '2.42')]

dependencies = [('Python', '3.12.3')]

use_pip = True

exts_list = [
('absl-py', version, {
'modulename': 'absl',
'checksums': ['7820790efbb316739cde8b4e19357243fc3608a152024288513dd968d7d959ff'],
}),
]

sanity_pip_check = True

moduleclass = 'tools'

0 comments on commit 4361952

Please sign in to comment.