EDA software suite for the creation of schematics and PCB
Kicad is an open source (GPL) software for the creation of electronic schematic
diagrams and printed circuit with up to 32 copper layers and additional techinical layers.
KiCad includes a project manager and four main independent software tools:
- Eeschema: schematic editor.
- Pcbnew: printed circuit board editor.
- Gerbview: GERBER file viewer (photoplotter documents).
- Cvpcb: footprint selector for components association.
- Developed at electronics
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/kicad && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000261 261 Bytes | |
fix_bad_cast_boost_1_86.patch | 0000001444 1.41 KB | |
fix_boost_1_86_compat.patch | 0000000848 848 Bytes | |
fix_boost_1_86_sha1_detail.patch | 0000001866 1.82 KB | |
kicad-8.0.5.tar.bz2 | 0072957862 69.6 MB | |
kicad.changes | 0000034172 33.4 KB | |
kicad.spec | 0000007995 7.81 KB |
Revision 67 (latest revision is 70)
Ana Guerrero (anag+factory)
accepted
request 1203720
from
Factory Maintainer (factory-maintainer)
(revision 67)
Automatic submission by obs-autosubmit
Comments 1
Unable to run Eeschema or Pcbnew on openSUSE Tumbleweed 20210827.
Error information are as follow:
According to the information on KiCad forum, this means there’s a binary file mismatch problem, between KiCad and wxWidgets. In other words, that one has been updated recently and the other one not. KiCad has been compiled for different wx version.
Maybe we should re-compile this package?