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

new file: i/iCommands/iCommands-4.3.0.eb new file: i/irodsfs/irodsfs-0.7.6.eb deleted: c/CP2K/CP2K-2022.1-foss-2021a-CUDA-11.4.1.eb deleted: c/CP2K/CP2K-2022.1-fosscuda-2020b.eb deleted: i/iRODS/iRODS-0.7.6.eb
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
# 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'
|