--
You received this message because you are subscribed to the Google Groups "rez-config" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rez-config+unsubscribe@googlegroups.com.
To post to this group, send email to rez-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/rez-config.
For more options, visit https://groups.google.com/d/optout.
from rez.system import system
name = "bzip2"
version = "1.0.6"
authors = [
]
description = \
"""
bzip2 is a freely available, patent free (see below), 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.
"""
requires = [
]
build_requires = [
#"gcc-4.8.2"
]
variants = [
['platform-linux', 'arch-x86_64', 'os-RedHatEnterpriseWorkstation-6.7'],
['platform-osx', 'arch-x86_64', 'os-osx-10.9'],
['platform-osx', 'arch-x86_64', 'os-osx-10.10'],
['platform-osx', 'arch-x86_64', 'os-osx-10.11'],
['platform-windows', 'arch-AMD64', 'os-windows-6.1.7601.SP1', 'target-AMD64'],
]
tools = [
]
private_build_requires = []
if system.platform == "windows":
private_build_requires += ['msvc-14', 'cmake']
uuid = "wdi.ext.bzip2"
def commands():
env.PATH.append("{root}/bin")
if system.platform == "windows":
env.PATH.append("{root}/lib")
env.LD_LIBRARY_PATH.append("{root}/lib")
To unsubscribe from this group and stop receiving emails from it, send an email to rez-config+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rez-config+unsubscribe@googlegroups.com.