intractabilis
intractabilis
Google Benchmark insists on being compiled with the standard not exceeding C++11 https://github.com/google/benchmark/blob/974cd5a5c5a78e76ebc50961f4dbf3bf6d4ade4e/CMakeLists.txt#L174 At the same time, Google Benchmark requires Google Test, which is incompatible with C++11 https://github.com/google/googletest/blob/5b909beeec178f338be997830b6c31a80cda7a93/googletest/include/gtest/internal/gtest-internal.h#L635 ``` typedef...
- VSCode Version: 1.69.2 - Electron: 18.3.5 - Chromium: 100.0.4896.160 - Node.js: 16.13.2 - V8: 10.0.139.17-electron.0 - Local OS Version: Linux x64 5.18.14-1-MANJARO - Remote OS Version: Linux x64 5.18.14-1-MANJARO...
OpenCV => 4.x branch snapshot. Operating System / Platform => Linux Compiler => doesn't matter, but I will describe the issue using Clang as an example Imagine you are compiling...
After upgrade to boost 1.78, my grammar doesn't compile. Consider ```c++ #include #include #include #include #include #include namespace x3 = boost::spirit::x3; struct S1 { double bStar; uint64_t f1; uint64_t f2;...
The orbital approach is expected to be very efficient, at least this is the impression I got after reading papers. However, in my experiments it is at least 2 orders...
### Environment - OS and Version: Manjaro 21.3.7 - VS Code Version: Version: 1.71.0 Commit: 784b0177c56c607789f9638da7b6bf3230d47a8c Date: 2022-09-01T07:25:10.472Z Electron: 19.0.12 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Linux x64 5.19.1-3-MANJARO...
This equation misses _v_ in the right-hand side. 
``` user@host:~/libs-dev/delaunator-cpp-build $ cmake -Wno-dev -G Ninja -DWERROR=OFF -DCMAKE_INSTALL_PREFIX=${HOME}/gcc-env -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_FLAGS="-march=native -mtune=native" -DCMAKE_C_FLAGS="-march=native -mtune=native" ../delaunator-cpp -- The C compiler identification is GNU 12.2.1 -- The CXX compiler identification...
**Describe the bug** pagmo needs manual specification of `PAGMO_IPOPT_INCLUDE_DIR`, otherwise `Findpagmo_IPOPT.cmake` fails with an error. **To Reproduce** Build pagmo with `PAGMO_WITH_IPOPT=ON`, create a project with the following `meson.build` ``` project('test',...
https://github.com/cginternals/glbinding/blob/9d32c2e21228db2c1892198ddb8e5a17cec7bddd/CMakeLists.txt#L161 A prefix can be anything, not necessarily either `/usr` or `/usr/local`. For example, it can be a Python virtual environment, with the proper `bin`, `lib`, and `lib/cmake` inside. The...