Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : blosc | name : blosc | ||||
| version : 1.20.0 | version : 1.21.0 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://github.com/Blosc/c-blosc/archive/v1.20.0.tar.gz : 992ab5b475b7ba94f91c5ce58359ff0d6069fc65ba0c5bee373db8daecb17ce0 | - https://github.com/Blosc/c-blosc/archive/v1.21.0.tar.gz : b0ef4fda82a1d9cbd11e0f4b9685abf14372db51703c595ecd4d76001a8b342d | ||||
| license : | license : | ||||
| - BSD-2-CLAUSE | - BSD-2-CLAUSE | ||||
| - BSD-3-CLAUSE | - BSD-3-CLAUSE | ||||
| - MIT | - MIT | ||||
| - Zlib | - Zlib | ||||
| component : programming.library | component : programming.library | ||||
| summary : A blocking, shuffling and loss-less compression library that can be faster than `memcpy()` | summary : A blocking, shuffling and loss-less compression library that can be faster than `memcpy()` | ||||
| description: | | description: | | ||||
| Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. | Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. | ||||
| builddeps : | |||||
| - pkgconfig(liblz4) | |||||
| - pkgconfig(libzstd) | |||||
| - snappy-devel | |||||
| setup : | | setup : | | ||||
| %cmake_ninja -DBUILD_STATIC=OFF -DBUILD_TESTS=OFF -DBUILD_FUZZERS=OFF | %cmake_ninja -DBUILD_STATIC=OFF -DBUILD_TESTS=OFF -DBUILD_FUZZERS=OFF \ | ||||
| -DDEACTIVATE_SNAPPY=OFF -DPREFER_EXTERNAL_LZ4=ON \ | |||||
| -DPREFER_EXTERNAL_ZLIB=ON -DPREFER_EXTERNAL_ZSTD=ON | |||||
| build : | | build : | | ||||
| %ninja_build | %ninja_build | ||||
| install : | | install : | | ||||
| %ninja_install | %ninja_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.