c-blosc2: new version, v2.0.0rc1 (#23560)

This commit is contained in:
Robert Mijakovic 2021-05-17 12:12:27 +02:00 committed by GitHub
parent a24620bb65
commit f0d48439c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,13 @@ class CBlosc2(CMakePackage):
other bells and whistles"""
homepage = "http://www.blosc.org"
url = "https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.0.0.rc1.tar.gz"
git = "https://github.com/Blosc/c-blosc2.git"
maintainers = ['ax3l']
version('develop', branch='master')
version('2.0.0.rc1', sha256='c30b72af5446f052bad1791000e5a44d156c96b0e39b4bc8e9f97a013c7d1b69')
variant('avx2', default=True, description='Enable AVX2 support')