Skip to content

Restrict architectures and remove boost dependency

KiCad Bot requested to merge github/fork/aimylios/aimylios/update-spec-vol3 into master

Created by: aimylios

The first commit adds an ExclusiveArch tag to the SPEC file. KiCad only supports x86, x86_64, arm and arm64 (as was recently brought up by the Debian maintainer and discussed on the mailing list and bug tracker).

The second commit removes the boost runtime dependency. KiCad depends on boost, but it is only used at compile time.

Merge request reports