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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 29 Next › Last »

orson commented on 2015-12-08 10:21 (UTC)

Please add 'glm' to the dependencies list. Thank you in advance.

orson commented on 2015-12-08 10:21 (UTC)

Please add 'glm' to the dependencies list. Thank you in advance.

nickoe commented on 2015-12-01 16:55 (UTC)

KiCad 4.0.0 has been released

nickoe commented on 2015-11-28 08:35 (UTC)

Not really, the bzr is the official repo upstream.

melroy89 commented on 2015-11-28 02:32 (UTC) (edited on 2015-12-01 19:25 (UTC) by melroy89)

I think we should use the 'kicad-git' package from the AUR repo now... EDIT: DO INSTALL kicad-bzr, but install the kicad-library-git and kicad-pretty-git. Only kicad itself is still bzr based, the rest it git based.

niqingliang2003 commented on 2015-08-28 07:59 (UTC)

how to change the source from bzr to github? the bzr is too slow to download.

nickoe commented on 2015-06-25 11:49 (UTC)

The -j1 is probably a left over from when there were problems building with many jobs as some point, but that has been fixed upstream and seems to work stable now. It is good that it is commented out, PKGBUILDS should avoid to force -j options, because they will override the users setting. Moving the scripting options in side the cmake lines will usually break the build... Maybe it works in this case since the path is in the beginning, I am not quite sure about this. But it needs testing.

cgx commented on 2015-06-25 09:05 (UTC)

I think the -j1 comment in the pkgbuild is not needed at all, since it should use the default from /etc/makepkg.conf anyway MAKEFLAGS="-j2" At least "make #-j1 ## Uncomment -j1 to build single threaded (to debug build issues)" could be more correct

leosw commented on 2015-06-25 08:56 (UTC)

Please replace the build option to something easily editable : build() { cd "$srcdir/$_bzrmod" mkdir -p build/Release cd build/Release # -DKICAD_SKIP_BOOST=ON ? cmake ../.. -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKICAD_SKIP_BOOST=ON \ ## Uncomment to enable Python Scripting : # -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON \ # -DKICAD_SCRIPTING_WXPYTHON=ON \ -DBUILD_GITHUB_PLUGIN=ON make #-j1 ## Uncomment to use many threads during build process (must be lower than your threads number) }

<deleted-account> commented on 2015-04-06 20:39 (UTC)

That worked, thanks a lot ! BZR trick ? :)