easyconfigs-it4i/g/gzip/gzip-1.8.eb
Lukáš Krupčík 77339d5fa6 new file: c/CMake/CMake-3.10.0.eb
modified:   c/CP2K/CP2K-5.1-intel-2017a-test.eb
	new file:   c/CP2K/CP2K-5.1.eb
	new file:   c/cURL/cURL-7.56.1.eb
	new file:   e/ELPA/ELPA-2017.05.002-foss-2017a.eb
	new file:   e/expat/expat-2.2.5.eb
	new file:   g/git/git-2.14.1-GCC-7.1.0-2.28.eb
	new file:   g/gzip/gzip-1.8.eb
	modified:   l/libxsmm/libxsmm-1.7.1-GCC-6.3.0-2.27.eb
	new file:   t/tmux/tmux-2.6.eb
	deleted:    c/CP2K/CP2K-5.1-intel-2017a-test2.eb
2017-11-22 13:54:40 +01:00

36 lines
1.1 KiB
Plaintext

# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright (c) 2012-2013 Cyprus Institute / CaSToRC
# Authors:: Thekla Loizou <t.loizou@cyi.ac.cy>
# License:: MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a component of the policy:
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_06-19.html
##
easyblock = 'ConfigureMake'
name = 'gzip'
version = '1.8'
homepage = 'http://www.gnu.org/software/gzip/'
description = "gzip (GNU zip) is a popular data compression program as a replacement for compress"
toolchain = {'name': 'dummy', 'version': ''}
# eg. http://ftp.gnu.org/gnu/gzip/gzip-1.6.tar.gz
source_urls = ['http://ftpmirror.gnu.org/gzip']
sources = [SOURCE_TAR_GZ]
# make sure the gzip, gunzip and compress binaries are available after installation
sanity_check_paths = {
'files': ["bin/gunzip", "bin/gzip", "bin/uncompress"],
'dirs': [],
}
# run 'gzip -h' and 'gzip --version' after installation
sanity_check_commands = [True, ('gzip', '--version')]
moduleclass = 'tools'