mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: c/CGAL/CGAL-5.2-iimpi-2020b.eb new file: g/gnuplot/gnuplot-5.4.1-GCCcore-10.2.0.eb new file: h/HDF5/HDF5-1.10.7-iimpi-2020b.eb new file: m/Mako/Mako-1.1.3-GCCcore-10.2.0.eb modified: o/OpenFOAM/OpenFOAM-v2106-foss-2020b.eb new file: o/OpenFOAM/OpenFOAM-v2106-intel-2020b.eb new file: p/ParaView/ParaView-5.9.1-intel-2020b-mpi.eb new file: q/Qt5/Qt5-5.14.2-GCCcore-10.2.0.eb new file: s/SciPy-bundle/SciPy-bundle-2020.11-intel-2020b.eb modified: s/SciPy-bundle/SciPy-bundle-2021.05-intel-2020b.eb
30 lines
712 B
Plaintext
30 lines
712 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'Mako'
|
|
version = '1.1.3'
|
|
|
|
homepage = 'https://www.makotemplates.org'
|
|
description = """A super-fast templating language that borrows the best ideas from the existing templating languages"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['8195c8c1400ceb53496064314c6736719c6f25e7479cd24c77be3d9361cddc27']
|
|
|
|
download_dep_fail = True
|
|
use_pip = True
|
|
sanity_pip_check = True
|
|
|
|
builddependencies = [('binutils', '2.35')]
|
|
multi_deps = {'Python': ['3.8.6']}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/mako-render'],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages/%(namelower)s'],
|
|
}
|
|
|
|
moduleclass = 'devel'
|