원클릭으로
dart-build
DART Build: CMake, pixi, dependencies, and build troubleshooting
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
DART Build: CMake, pixi, dependencies, and build troubleshooting
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
DART Analyze: analyze repository evidence without editing
DART Architecture: the DART 7 multi-physics, multi-solver, multi-backend simulation pipeline and where each abstraction is owned
DART Audit Agent Compliance: audit and fix gaps when agents miss or cannot discover documented rules
DART Backport PR: backport a merged main PR to a release branch
DART Benchmark Packet: author or refresh a benchmark evidence packet for an owning plan
DART Branch Cleanup: analyze or clean stale repository branches
| name | dart-build |
| description | DART Build: CMake, pixi, dependencies, and build troubleshooting |
Load this skill when working with DART's build system.
pixi run config # Configure CMake
pixi run build # Build
pixi run test # Run tests
pixi run test-all # Full validation (lint + build + tests)
pixi run -e cuda test-all # CUDA-enabled full validation on Linux CUDA hosts
pixi run lint # Format code
For complete build instructions, read: docs/onboarding/building.md
For build system internals (CMake, dependencies): docs/onboarding/build-system.md
| Issue | Solution |
|---|---|
| CMake not found | pixi install |
| Missing dependency | Check pixi.toml |
| Build failure | pixi run config then pixi run build |
| Linking error | Check CMakeLists.txt in relevant module |
DART_CUDA_ARCHITECTURES; set
DART_CUDA_ARCHITECTURES=<arch> only when overriding that detected list.pixi.lock by hand. Change dependency constraints in
pixi.toml, then run a Pixi command such as pixi install to let Pixi
regenerate the lockfile.pixi.lock changes format or has broad solver churn, keep the generated
output and call it out in the PR rather than attempting to splice lockfile
entries manually.dart-verify-sim. Pair a text correctness oracle with agent-capture, view
assessment, and claim-relevant engine debug layers; inspect the artifact and
sidecar instead of relying only on command success.pixi run ex dartsim, also run that exact
entry point and terminate it after confirming the GUI binary launches.pixi.toml - Package managementCMakeLists.txt - Build configurationcmake/ - CMake modules