Package Details: kicad-git 9.0.0.rc1.r499.gf665760a8e-1

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)

Required by (26)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 29 Next › Last »

nickoe commented on 2019-01-12 14:16 (UTC)

There are no reason to force the build with clang if you are following the cmake message about GLM from kicad.

GPereira commented on 2019-01-12 13:32 (UTC)

You shouldn't remove the glm check. kicad developers did that for a reason, probably it doesn't compile yet or it introduces bugs. You should instead compile with clang as recommended by kicad

GPereira commented on 2019-01-12 11:08 (UTC)

I can do that, add me as a co-mantainer

nickoe commented on 2019-01-11 20:52 (UTC)

@GPereia, but you still would need to patch out the glm check

GPereira commented on 2019-01-11 19:39 (UTC)

Here you have a new pkgbuild that uses python 3 https://pastebin.com/13aYbKrq

GPereira commented on 2019-01-11 19:14 (UTC)

I would like to enable some new Kicad modules, for example the Spice one

GPereira commented on 2019-01-11 19:06 (UTC)

Also you can add me as a co-maintainer so I could help more easily.

GPereira commented on 2019-01-11 19:05 (UTC)

add "export CXX=clang++" before cmake to fix GLM issue. It doesn't compile with GCC and it is a recommendation from kicad

nickoe commented on 2019-01-11 18:44 (UTC)

@GPereira Please share patches and I may merge them.