-
Notifications
You must be signed in to change notification settings - Fork 8
/
TEMPLATE.eb
31 lines (23 loc) · 1.09 KB
/
TEMPLATE.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
# Note:
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# It was auto-generated based on a template easyconfig, so it should be used with care.
easyblock = 'ConfigureMake'
name = 'NAME'
version = 'VERSION'
homepage = 'http://www.example.com'
description = """TEMPLATE DESCRIPTION"""
# toolchain name should be 'TEMPLATE' if this is a template, so EasyBuild knows and is willing to use it as a template
toolchain = {'name': 'TEMPLATE', 'version': 'TK_VERSION'}
toolchainopts = {} # toolchain options, e.g. opt, pic, usempi, optarch, ...
# For sources line to work correctly with --try-software-version, you MUST employ %s OR use a construct like SOURCE_TAR_GZ
sources = ['%(name)s-%(version)s.tar.gz']
source_urls = ['http://www.example.com']
patches = []
dependencies = []
# The sanity test MUST be tuned before going production and submitting your contribution to upstream git repositories
sanity_check_paths = {
'files': [],
'dirs': ["."]
}
# You SHOULD change the following line; Kindly consult other easyconfigs for possible options
moduleclass = 'base'