Skip to content

Rust compilation requirements #102

Description

@verdurin

I'm trying to update the EasyBuild easyconfig for SKA2 to version 0.5.0.

After finalising the crates list, I see this error:

   Compiling ska v0.5.0 (/dev/shm/SKA2/0.5.0/GCCcore-13.3.0/easybuild_vendor/ska-0.5.0)
error[E0658]: use of unstable library feature `unsigned_is_multiple_of`
   --> src/ska_dict.rs:118:28
    |
118 |             if !iter_reads.is_multiple_of(step) {
    |                            ^^^^^^^^^^^^^^
    |
    = note: see issue #128101 <https://github.com/rust-lang/rust/issues/128101> for more information

Looking at the upstream issue, it seems that you're using a feature merged in Rust 1.87 so that is the minimum requirement when building from source - is that correct?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions