com um clique
dart-build
DART Build: CMake, pixi, dependencies, and build troubleshooting
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
DART Build: CMake, pixi, dependencies, and build troubleshooting
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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