This commit is contained in:
x
2017-01-08 12:06:29 +01:00
parent 2a98d3b2c7
commit 4f0b7a8e3d
3 changed files with 4 additions and 4 deletions

6
.gitmodules vendored
View File

@ -7,9 +7,6 @@
[submodule "ext/bitshuffle"]
path = ext/bitshuffle
url = https://github.com/kiyo-masui/bitshuffle.git
[submodule "ext/c-blosc2"]
path = ext/c-blosc2
url = https://github.com/Blosc/c-blosc2.git
[submodule "ext/LittleIntPacker"]
path = ext/LittleIntPacker
url = https://github.com/lemire/LittleIntPacker.git
@ -28,3 +25,6 @@
[submodule "ext/FastPFor"]
path = ext/FastPFor
url = https://github.com/lemire/FastPFor
[submodule "c-blosc"]
path = c-blosc
url = https://github.com/Blosc/c-blosc.git

1
c-blosc Submodule

Submodule c-blosc added at 254ffdf6fb

Submodule ext/c-blosc2 deleted from 14155126a2