derpda
                                            derpda
                                        
                                    ## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.) - [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete, Dendron...
### Problem I configure CBLAS (and LAPACKE) out of source with ``` cmake -DUSE_OPTIMIZED_BLAS=ON -DCBLAS=ON -DUSE_OPTIMIZED_LAPACK=ON -DLAPACKE=ON .. ``` Building (`make`) works without problems. When I then use `make install`,...
This is the continuation of #351, but since the topic has changed a lot I decided to make this a new issue. ### Current state I am at the state...
This is the start of a CMake overhaul for HODLR (see #40) The goal is to make the library more usable from a user standpoint and to reduce built time....
The cmake code for this library causes the exact same (very expensive) compilation to happen many times over when building examples. Building anything with Eigen is already expensive, so I...
Currently there seems to be no way to avoid building all tests when building with cmake. This takes considerable time, and allowing users to only compile the actual library would...
Once again thank you for putting this together, and for reacting to the issues/PRs so quickly. ## Issue When using this library through ```cmake FetchContent_Declare(ByteTrackCpp GIT_REPOSITORY https://github.com/Vertical-Beach/ByteTrack-cpp.git GIT_TAG main GIT_SHALLOW...
First of all, thanks for putting so much effort into making eGPU work on Wayland. I am having trouble getting this to work though, I am sure I am missing...