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

new file: b/bzip2/bzip2-1.0.8.eb new file: c/Cython/Cython-0.29.14-Py-3.7.eb new file: c/cairo/cairo-1.17.2.eb modified: e/Eigen/Eigen-3.3.7.eb new file: g/GLib/GLib-2.62.4.eb new file: l/libffi/libffi-3.3.eb new file: "l/libpng/\\" new file: l/libpng/libpng-1.6.37.eb new file: m/Meson/Meson-0.51.2-Py-3.7.eb new file: m/Meson/Meson-0.53.0-Py-3.7.eb new file: n/Ninja/Ninja-1.9.0-Py-3.7.eb modified: n/numpy/numpy-1.18.1-Py-3.6.eb new file: n/numpy/numpy-1.18.1-Py-3.7.eb modified: o/OpenBabel/OpenBabel-2.4.9-GCCcore-6.3.0-Python-3.7.3.eb new file: o/OpenBabel/OpenBabel-3.0.0-Py-3.7.eb new file: p/PCRE/PCRE-8.43.eb modified: p/Py/Py-3.7.eb new file: p/Python/Python-3.7.5-GCC-8.3.0-2.32-base.eb new file: p/phono3py/phono3py-1.18.2-conda.eb new file: p/phonopy/phono3py-1.18.2-conda.eb new file: p/phonopy/phonopy-2.4.2-conda.eb new file: p/pixman/pixman-0.38.4.eb new file: s/SQLite/SQLite-3.30.1.eb new file: s/SWIG/SWIG-3.0.12-Py-3.7.eb new file: s/SWIG/SWIG-4.0.1-Py-3.7.eb new file: t/Tcl/Tcl-8.6.10.eb new file: u/util-linux/util-linux-2.34.eb deleted: p/phono3py/phono3py-1.18.2-Py-3.6.eb
34 lines
975 B
Plaintext
34 lines
975 B
Plaintext
# IT4Innovations 2019
|
|
name = 'bzip2'
|
|
version = '1.0.8'
|
|
|
|
homepage = 'https://sourceware.org/bzip2'
|
|
|
|
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 = SYSTEM
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://sourceware.org/pub/bzip2/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
patches = ['bzip2-1.0.6-pkgconfig.patch']
|
|
checksums = [
|
|
'ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269', # bzip2-1.0.8.tar.gz
|
|
'5a823e820b332eca3684416894f58edc125ac3dace9f46e62f98e45362aa8a6d', # bzip2-1.0.6-pkgconfig.patch
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.16.2'),
|
|
]
|
|
|
|
buildopts = 'CC="gcc" CFLAGS="-fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64"'
|
|
|
|
parallel = 1
|
|
|
|
moduleclass = 'tools'
|