Skip to content

Commit

Permalink
adding easyconfigs: setuptools-68.2.2-GCCcore-12.3.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
alberta committed Oct 10, 2023
1 parent 823ba10 commit bf7fba9
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This easyconfig was created by the BEAR Software team at the University of Birmingham.
easyblock = 'PythonPackage'

name = 'setuptools'
version = '68.2.2'

homepage = "https://pypi.org/project/setuptools"
description = """Easily download, build, install, upgrade, and uninstall Python packages"""

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

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

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

sources = [SOURCE_TAR_GZ]
checksums = ['4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87']

download_dep_fail = True
sanity_pip_check = True
use_pip = True

moduleclass = 'vis'

0 comments on commit bf7fba9

Please sign in to comment.