-
Notifications
You must be signed in to change notification settings - Fork 204
/
Copy pathtoy-with-sections.eb
43 lines (35 loc) · 1.04 KB
/
toy-with-sections.eb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# EASYCONFIGFORMAT 2.0
# this is a version test
"""
docstring test
@author: Stijn De Weirdt (UGent)
@maintainer: Kenneth Hoste (UGent)
"""
name = "toy"
homepage = 'https://easybuilders.github.io/easybuild'
description = "Toy C program, 100% toy."
docurls = ["https://github.com/easybuilders/easybuild/wiki"]
software_license = GPLv2
software_license_urls = ['https://github.com/easybuilders/easybuild/wiki/License']
sources = ['%(name)s-0.0.tar.gz'] # purposely fixed to 0.0
checksums = [
'be662daa971a640e40be5c804d9d7d10', # MD5
'44332000aa33b99ad1e00cbd1a7da769220d74647060a10e807b916d73ea27bc', # SHA256
]
sanity_check_paths = {
'files': [('bin/yot', 'bin/toy')],
'dirs': ['bin'],
}
moduleclass = 'tools'
[SUPPORTED]
versions = 1.0, 0.0, 1.1, 1.5, 1.6, 2.0, 3.0
toolchains = foss == 2018a, system == system
[> 1.0]
# all 1.x versions and more recent are 'stable'
versionprefix = stable-
[[>= 1.5]]
# custom suffix for 'early' 1.x releases
versionsuffix = -early
[> 2.0]
# v2.x and up is considered stable mature
versionsuffix = -mature