Ian McInerney

Results 236 comments of Ian McInerney

You can't call them in the current `libusb_jll` library at all. In order to use them in a jll package, you would have to write C wrappers for them and...

I heard back from my Intel support ticket, and apparently this new configuration is what they want: > Our engineers reply that they have the definition of "SPARSE_STATUS_SUCCESS" that the...

Hi @layman163, you can actually use the current master branch for running on Cuda now, you just need to add the flag `-DOSQP_ALGEBRA=cuda` to your cmake. Can you try this...

We now have 1.1.42, so closing this.

> An compilation option to generate a Fortran module uno.mod I'd actually suggest not having automatic compilation of the `.mod` file, and instead having the CMake install target install the...

Yep, `include` is a good fit for this (that is where MKL puts their f90 files for consumption). It might be good to start using a subfolder of include actually...

> so we likely need some changes to the CMake to let us inject libblastrampoline I don't think so. This looks to just call `find_package(blas)` and `find_package(lapack)`, so you should...

Ah, I see what is happening with the BLAS/LAPACK CMake. Upstream is using `find_library`, which is searching for a library named `blas` or `libblas`, and not using the built-in detection...

> I suppose that `Uno` wants to find a libblas.a / libblas.$dlext and a liblapack.a / liblapack.$dlext. > Is it possible to specify the name of the BLAS and LAPACK...

I can't comment on how many people might start using it, but it came up as a user request on a feature we have been developing that makes use of...