Switch to solana-reed-solomon-erasure temporarily to fix windows build (#6211)

This commit is contained in:
Michael Vines
2019-10-02 19:01:55 -07:00
committed by GitHub
parent 13fc518268
commit 9fe8c98047
2 changed files with 13 additions and 18 deletions

View File

@ -77,12 +77,7 @@ tokio-fs = "0.1"
tokio-io = "0.1"
untrusted = "0.7.0"
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "0.20.0" }
# reed-solomon-erasure's simd-accel feature fails to build for x86_64-pc-windows-msvc
[target."cfg(windows)".dependencies]
reed-solomon-erasure = "4.0"
[target."cfg(not(windows))".dependencies]
reed-solomon-erasure = { version = "4.0", features = ["simd-accel"] }
reed-solomon-erasure = { package = "solana-reed-solomon-erasure", version = "4.0.1-3", features = ["simd-accel"] }
[dependencies.rocksdb]
# Avoid the vendored bzip2 within rocksdb-sys that can cause linker conflicts