broadinstitute / poasta

Fast and exact gap-affine partial order alignment
BSD 3-Clause "New" or "Revised" License
39 stars 2 forks source link

unknown feature `stdsimd` #22

Closed grenaud closed 5 months ago

grenaud commented 5 months ago

I am getting the following:

error[E0635]: unknown feature `stdsimd`
  --> /home//.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs:99:42
   |
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
   |                                          ^^^^^^^

   Compiling indexmap v2.1.0
   Compiling noodles v0.45.0
For more information about this error, try `rustc --explain E0635`.
error: could not compile `ahash` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
RagnarGrootKoerkamp commented 5 months ago

I had the same. cargo update should fix it. @lrvdijk you probably want to run that and commit the updated lockfile.

grenaud commented 5 months ago

@RagnarGrootKoerkamp it did! thanks!