Sergiu Deitsch

Results 182 comments of Sergiu Deitsch

The forwarding to a SuiteSparse package configuration is intended for use of [this](https://github.com/sergiud/SuiteSparse) fork which provided CMake support many years before the upstream decided to implement CMake support as well....

As we switched to C++14 the goal was to eliminate platform specific boilerplate code. While your use case is probably valid, most of the users will be using standard threads...

Closing the issue as the switch to portable code was deliberate.

According to #851 this should be working. What glog version are you using?

`absl::FixedArray a(n)` is not meaningless since any variation of this line and enabled LTO exactly triggers the warning. The reproducer also does not depend on a specific value of `n`,...

I had another look at the existing unit tests and now I'm not convinced that trimming the output is a good idea. This will possibly result in some sort of...

@martonka I pushed some changes to your branch. Make sure to pull these before extending the PR.

I'm confused. The error mentions `compute_89` not 90 as in the line you reference.

@hail75 Please provide the full CMake and compilation output.