mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: f/FFC/FFC-2018.1.0-conda.eb modified: f/FFC/FFC-2019.1.0-conda.eb modified: o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27.eb new file: p/PLY/PLY-3.11-intel-2020a-Py-3.7.eb modified: p/petsc4py/petsc4py-3.12.0-Py-3.7.eb modified: r/RELION/RELION-3.1.0-intel-2020a.eb new file: r/RELION/fltk-ftp.patch deleted: r/RELION/RELION-3.1.0-gompi-2019b.eb
29 lines
611 B
Plaintext
29 lines
611 B
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'PLY'
|
|
version = '3.11'
|
|
versionsuffix = "-Py-3.7"
|
|
|
|
homepage = "http://www.dabeaz.com/ply/"
|
|
description = """PLY is yet another implementation of lex and yacc for Python."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020a'}
|
|
|
|
source_urls = [PYPI_LOWER_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3']
|
|
|
|
dependencies = [('Py', '3.7', '', True)]
|
|
|
|
download_dep_fail = True
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.7/site-packages'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|