Search Criteria
Package Details: kicad-git 9.0.0.rc1.r499.gf665760a8e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kicad-git.git (read-only, click to copy) |
---|---|
Package Base: | kicad-git |
Description: | Electronic schematic and printed circuit board (PCB) design tools |
Upstream URL: | https://kicad.org/ |
Licenses: | GPL-3.0-or-later |
Conflicts: | kicad, kicad-bzr |
Provides: | kicad |
Submitter: | Chocobo |
Maintainer: | nickoe |
Last Packager: | nickoe |
Votes: | 67 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-08 16:39 (UTC) |
Last Updated: | 2025-01-07 22:16 (UTC) |
Dependencies (22)
- boost-libs
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glm (glm-gitAUR)
- libgit2 (libgit2-gitAUR)
- ngspice (ngspice-gitAUR)
- nngAUR (nanonng-gitAUR, nanomq-gitAUR, nanomq-sqlite-gitAUR, nanomq-msquic-gitAUR, nanomq-full-gitAUR, nng-gitAUR, nngAUR)
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR)
- protobuf (protobuf-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-wxpython (python-wxpython-gitAUR)
- swig (swig-gitAUR)
- unixodbc (unixodbc-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber) (make)
- Show 2 more dependencies...
Required by (26)
- freerouting (requires kicad) (optional)
- freerouting-zh-cn (requires kicad) (optional)
- freerouting-zh-cn-git (requires kicad) (optional)
- kiauto-git (requires kicad)
- kibot (requires kicad)
- kicad-allegro (requires kicad) (optional)
- kicad-allegro-git (requires kicad) (optional)
- kicad-diff-git (requires kicad)
- kicad-i18n-git (requires kicad)
- kicad-interactive-html-bom-plugin (requires kicad)
- kicad-interactivehtmlbom-git (requires kicad)
- kicad-jlc-manufacture-git (requires kicad)
- kicad-kibuzzard-git (requires kicad)
- kicad-library-espressif-git (requires kicad)
- kicad-nightly-bin (requires kicad)
- kicad-nightly-rpm (requires kicad)
- kicad-pcb-diff (requires kicad)
- kicad-storybook-git (requires kicad)
- kikit-git (requires kicad)
- kiri-git (requires kicad)
- Show 6 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 29 Next › Last »
f0x52 commented on 2021-10-20 12:22 (UTC)
as per https://forum.kicad.info/t/warning-avoid-all-links-to-kicad-pcb-org-use-kicad-org/31521 the upstream url should probably be changed to kicad.org
barabas commented on 2021-07-19 20:14 (UTC)
Getting some warnings from CMake:
These have been removed and ON by default. See this post on the mailing list.
greyltc commented on 2021-06-04 13:58 (UTC) (edited on 2021-06-04 15:05 (UTC) by greyltc)
Hey, can you add
-G Ninja
to the cmake options and then changemake
tocmake --build .
then the make install line can becomeDESTDIR="${pkgdir}" cmake --build . -- install
makes the build go brrr
nickoe commented on 2021-05-23 11:09 (UTC)
@haawda, thank you for testing, but I currently think the right thing to do is to get
community/python-wxpython
downgraded.See https://bugs.archlinux.org/task/70908
haawda commented on 2021-05-23 01:30 (UTC)
I needed to use wxgtk3-dev from AUR instead of WXGTK3 and the fowllowing patch to build.
alfrede commented on 2021-05-17 05:49 (UTC)
@Nick for the Problem that Knapik talked about, i had the same Problem with the kicad-nightly package and DX-Mon said to me that i had to downgrade the wxPython Package to Version 4.0.7.2-5. Here the Link to the Package.
https://aur.archlinux.org/pkgbase/kicad-nightly/
@kanpik, perhaps it helps you.
h2obrain commented on 2021-05-16 16:36 (UTC)
@knapik For some reason python-wxpython-4.1.1-1 reports 3.1.5 as the wxWidgets_version
Adding
wxWidgets_version = 'wxWidgets 3.0.5'
to the end of/usr/lib/python3.9/site-packages/wx/__init__.py
made it (start to) build, but this is obviously not a good solution. :)nickoe commented on 2021-04-28 19:35 (UTC)
@colejohnson66, this is fixed with an update to ngspice 34-2.
nickoe commented on 2021-04-27 20:49 (UTC)
@knapik I am not sure what you are talking about. I don't see any issues with kicad and wx, using extra/wxgtk3 3.0.5.1-2.
@colejohnson66 I think this is a packaging bug in ngspice-34. You can by pass it by disabling NGSPICE in the cmake config temporarely.
colejohnson66 commented on 2021-04-27 17:21 (UTC)
The
configure
script is failing with an error about ngspice:« First ‹ Previous 1 2 3 4 5 6 7 8 .. 29 Next › Last »