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

automerge
This commit is contained in:
mergify[bot]
2019-10-02 19:39:45 -07:00
committed by Grimes
parent 382663aef6
commit 8f0cd4e456
2 changed files with 13 additions and 18 deletions

View File

@@ -78,12 +78,7 @@ tokio-fs = "0.1"
tokio-io = "0.1"
untrusted = "0.7.0"
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "0.19.1" }
# 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