Skip to content

Commit

Permalink
Merge pull request #18674 from jkuhl-uni/20230829093714_new_pr_PLY311
Browse files Browse the repository at this point in the history
adding easyconfigs: PLY-3.11-GCCcore-12.2.0.eb
  • Loading branch information
smoors authored Sep 5, 2023
2 parents fbcf891 + f18360d commit cfcee94
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions easybuild/easyconfigs/p/PLY/PLY-3.11-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
easyblock = 'PythonPackage'

name = 'PLY'
version = '3.11'

homepage = "https://www.dabeaz.com/ply/"
description = """PLY is yet another implementation of lex and yacc for Python."""

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

sources = [SOURCELOWER_TAR_GZ]
checksums = ['00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3']

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

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

download_dep_fail = True
use_pip = True
sanity_pip_check = True

moduleclass = 'lib'

0 comments on commit cfcee94

Please sign in to comment.