easyconfigs-it4i/b/bzip2/bzip2-1.0.6.eb
Lukáš Krupčík f3e0d14963 modified: b/bzip2/bzip2-1.0.6.eb
modified:   d/Doxygen/Doxygen-1.8.11-intel-2017a.eb
	new file:   f/foss/foss-2017a.eb
	new file:   g/gompi/gompi-2017a.eb
	new file:   h/hwloc/hwloc-1.11.7-GCC-6.3.0-2.27.eb
	new file:   h/hwloc/hwloc-1.11.7-GCC-7.1.0-2.28.eb
	new file:   l/libtool/libtool-2.4.6-GCC-7.1.0-2.28.eb
	modified:   n/netCDF/netCDF-4.4.1-intel-2017a.eb
	new file:   n/numactl/numactl-2.0.11-GCC-7.1.0-2.28.eb
	new file:   o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27.eb
	new file:   o/OpenMPI/OpenMPI-1.10.7-GCC-7.1.0-2.28.eb
	new file:   o/OpenMPI/OpenMPI-2.1.1-GCC-7.1.0-2.28.eb
	modified:   x/X11/X11-20160819.eb
2017-05-30 07:29:45 +02:00

21 lines
772 B
Plaintext

name = 'bzip2'
version = '1.0.6'
homepage = 'http://departments.icmab.es/leem/siesta'
description = """bzip2 is a freely available, patent free, high-quality data compressor. It typically
compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical
compressors), whilst being around twice as fast at compression and six times faster at decompression."""
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://www.bzip.org/%(version)s/']
buildopts = "CC=gcc CFLAGS='-Wall -Winline -O3 -fPIC -g $(BIGFILES)'"
# building of shared libraries doesn't work on OS X (where 'gcc' is actually Clang...)
with_shared_libs = OS_TYPE == 'Linux'
moduleclass = 'tools'