Martin Valgur

Results 231 comments of Martin Valgur

Oh, wow. Nice job, @Ahajha. Thanks!

Closing temporarily to avoid unnecessary load on the CI. Will reopen when I'm actively working on the PR again.

A couple of additional install() commands would be very helpful indeed. An exported CMake config would also help make the SDK easier to use by defining a consistent interface to...

I gave adding SuiteSparse to ConanCenter a fair shot about a year ago, but it went absolutely nowhere, unfortunately: https://github.com/conan-io/conan-center-index/issues/5763#issuecomment-2056267818 This is among one of the reasons why I gave...

I think this PR still has merit until the issue has been fixed upstream, so please don't close. I would set both the `QT_FEATURE_...` and `FEATURE_` variables in the CMakeToolchain...

Do you get the same error with the latest `openblas/0.3.27` version (e.g. if you add `self.requires("openblas/0.3.27", override=True)`)? The error is related to OpenBLAS itself rather than CCI or Conan, so...

Looks like a harmless warning that fails with -Werror in generated C code. There's already a fix applied upstream: https://github.com/OpenMathLib/OpenBLAS/pull/4894 We just need to backport it to older versions or...

Thanks a lot for the fixes! I will review and merge them. At a higher level, though, I'm not sure how much I'm willing to commit to maintaining the core...