c-blosc2: new version, v2.0.0rc1 (#23560)
This commit is contained in:
parent
a24620bb65
commit
f0d48439c3
1 changed files with 2 additions and 0 deletions
|
@ -11,11 +11,13 @@ class CBlosc2(CMakePackage):
|
||||||
other bells and whistles"""
|
other bells and whistles"""
|
||||||
|
|
||||||
homepage = "http://www.blosc.org"
|
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"
|
git = "https://github.com/Blosc/c-blosc2.git"
|
||||||
|
|
||||||
maintainers = ['ax3l']
|
maintainers = ['ax3l']
|
||||||
|
|
||||||
version('develop', branch='master')
|
version('develop', branch='master')
|
||||||
|
version('2.0.0.rc1', sha256='c30b72af5446f052bad1791000e5a44d156c96b0e39b4bc8e9f97a013c7d1b69')
|
||||||
|
|
||||||
variant('avx2', default=True, description='Enable AVX2 support')
|
variant('avx2', default=True, description='Enable AVX2 support')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue