Code Monkey home page Code Monkey logo

blis-sys's People

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

shabbirhasan1

blis-sys's Issues

Depend on blis-src ?

Hello,

I would like to use blis in my crate. However, I also a BLAS library in my project, for which I want to use BLIS. Since blis-sys includes its own build of BLIS, this is complicated to do.

I think that a simple solution would be to delegate the provisioning of BLIS to the blis-src crate, which already provides the necessary configuration options.

Future compatibility warning about deriving `Debug` in generated bindings

Thank-you for this crate. When building a project using it I encountered a warning from Cargo about future incompatibilities. The full report is:

$ cargo report future-incompatibilities --id 22
The following warnings were discovered during the build. These warnings are an
indication that the packages contain code that will become an error in a
future release of Rust. These warnings typically cover changes to close
soundness problems, unintended or undocumented behavior, or critical problems
that cannot be fixed in a backwards-compatible fashion, and are not expected
to be in wide use.

Each warning should contain a link for more information on what the warning
means and how to resolve it.


To solve this problem, you can try the following approaches:


- If the issue is not solved by updating the dependencies, a fix has to be
implemented by those dependencies. You can help with that by notifying the
maintainers of this problem (e.g. by creating a bug report) or by proposing a
fix to the maintainers (e.g. by creating a pull request):

  - [email protected]
  - Repository: https://github.com/kitegi/blis-sys/
  - Detailed warning command: `cargo report future-incompatibilities --id 22 --package [email protected]`

- If waiting for an upstream fix is not an option, you can use the `[patch]`
section in `Cargo.toml` to use your own version of the dependency. For more
information, see:
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section

The package `blis-sys v0.3.0` currently triggers the following future incompatibility lints:
> warning: `Debug` can't be derived on this `#[repr(packed)]` struct that does not derive `Copy`
>      --> /Users/robert/projects/.../target/release/build/blis-sys-d9cc00f9fffb1554/out/bindings.rs:17420:10
>       |
> 17420 | #[derive(Debug)]
>       |          ^^^^^
>       |
>       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
>       = note: `#[allow(unaligned_references)]` on by default
>       = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
>

I am using stable Rust v1.66.0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.