General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. Resolves T9346
Details
Details
- Reviewers
joebonrichie - Group Reviewers
Triage Team - Maniphest Tasks
- T9346: zig/ziglang
- Commits
- R5456:be0ca8b86cad: initial inclusion of ziglang
$workdir/zig init-exe
$workdir/zig build run
$workdir/zig build test
Diff Detail
Diff Detail
- Repository
- R5456 ziglang
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Few small changes needed
| package.yml | ||
|---|---|---|
| 14 | cmake is in system.devel component. Anything in system.base or system.devel doesn't need to be added to builddeps. | |
| 16 | llvm-clang-devel will bring this in already | |
| 17 | Won't need the explicit llvm rundep here as libLLVM-13.so is listed in abi_used_libs | |
| 20 | Could we also pass -DZIG_PREFER_CLANG_CPP_DYLIB=ON to link against libclang-cpp.so as well | |
Comment Actions
Sorry I mean just remove CMAKE_BUILD_TYPE, it gets set in the macro : see https://github.com/getsolus/ypkg/blob/master/ypkg2/rc.yml#L14