-
**Describe the bug**
cmake recognises that the definition name cxx standard is incorrect.
```cmake
# file kokkos_test_cxx_std.cmake From 4~6 lines
set(EXTENSION_NAME CMAKE_CXX${standard}_EX…
-
### Describe the problem
I have downloaded the latest source code, and made an attempt to build it with CMake 3.30.5 and GCC 13.3.1_p20241115.
The end results was the following:
```
-- The C …
-
To reproduce:
1. Build the desktop target i.e. `tools/unix/build_omim.sh -d desktop` (there will be `Building with Qt Positioning` in the log)
2. Build some test target e.g. `tools/unix/build_omim.s…
pastk updated
20 hours ago
-
[cxx/VirusAnalysis.hxx#L42](https://github.com/SwuduSusuwu/SubStack/blob/trunk/cxx/VirusAnalysis.hxx#L42)
```
/* Static analysis */
/* @throw bad_alloc */
const std::vector importedFunctionsList(c…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Fails to build with libc++ 19.1.x
```
FAILED: src/Base/CMakeFiles/FreeCADBase.dir/__/C…
-
### Explain what you would like to see improved and how.
The main obstacle to compiling root with nvc++ is the extraction of the system headers by cling. With gcc, this is done via `g++ -xc++ -E -v…
-
Build
```console
cd /tmp
git clone https://github.com/bluewhalesystems/sold.git
cd sold
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang -B build
cmake --build build -j$(nproc)
`…
-
### Describe the bug
Check out latest ORFS, run `./build_openroad.sh --local --latest`, then use nangate/gcd/config.mk:
```
diff --git a/flow/scripts/open.tcl b/flow/scripts/open.tcl
index ac7…
-
## Bug
I have followed the procedure to install compressai, updated the CXX toolchain, and reinstalled compressai, but the issue with importing compressai.CXX still persists.
like this:
…
-
**环境描述:**
yadcc的所有组件服务均通过 docker进行启动,为了保证cache、schedule、daemon能被client访问,docker启动时采用了--network host参数。
**问题表象:**
在编译项目时无法调度到远程节点进行编译,经过各种调试,包括参照 https://github.com/Tencent/yadcc/issues/60 对daemon…