Hi Jure, Why not make a pull request for this easyconfig file instead?
See https://easybuild.readthedocs.io/en/latest/Integration_with_GitHub.html#github-new-update-pr for more information on "eb --new-pr" which makes this particularly easy...
regards, Kenneth On 14/06/2019 10:35, Jure Pečar wrote:
Hi all, just found something very simple that can save some pain when for example taring large archives in jobs constrained by cgroups: easyblock = 'MakeCp' name = 'nocache' version = '1.1' homepage = 'https://github.com/Feh/nocache' description = """The nocache tool tries to minimize the effect an application has on the Linux file system cache.""" toolchain = {'name': 'GCC', 'version': '7.3.0-2.30'} sources = [ 'v%(version)s.tar.gz'] source_urls = ['https://github.com/Feh/nocache/archive/'] dependencies = [] files_to_copy = [ 'nocache', 'nocache.so'] sanity_check_paths = { 'files': ['nocache'], 'dirs': [''], } modextrapaths = { "PATH": '' } moduleclass = 'tools'

