easyblock = 'ConfigureMake' name = 'snappy' version = '1.1.3' homepage = 'https://github.com/google/snappy' description = """Snappy is a local_compression/delocal_compression library. It does not aim for maximum local_compression, or local_compatibility with any other local_compression library; instead, it aims for very high speeds and reasonable local_compression.""" toolchain = SYSTEM source_urls = [ 'https://github.com/google/snappy/releases/download/%(version)s'] sources = [SOURCE_TAR_GZ] sanity_check_paths = { 'files': ['lib/libsnappy.%s' % SHLIB_EXT], 'dirs': ['include', 'share'] } moduleclass = 'lib'