From 5da1277597c90b16ba15168889550b4407b4cb6b Mon Sep 17 00:00:00 2001 From: "Jose A. Saumell" Date: Sat, 28 Dec 2019 15:51:57 -0300 Subject: [PATCH] Added 3D STEP file support for kicad --- srcpkgs/kicad/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template index c3fece06e0e..1c0e10565cf 100644 --- a/srcpkgs/kicad/template +++ b/srcpkgs/kicad/template @@ -5,11 +5,11 @@ revision=1 build_style=cmake configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON - -DKICAD_SCRIPTING_ACTION_MENU=ON -DBUILD_GITHUB_PLUGIN=ON -DKICAD_USE_OCE=OFF + -DKICAD_SCRIPTING_ACTION_MENU=ON -DBUILD_GITHUB_PLUGIN=ON -DKICAD_USE_OCE=ON -DKICAD_SPICE=$(vopt_if spice ON OFF)" hostmakedepends="pkg-config swig wxWidgets-devel" makedepends="wxWidgets-devel wxPython-devel python-devel glew-devel cairo-devel - libressl-devel boost-devel libcurl-devel glm occt-devel libgomp-devel + libressl-devel boost-devel libcurl-devel glm oce-devel libgomp-devel $(vopt_if spice ngspice-devel)" depends="wxPython" short_desc="Electronic schematic and PCB design software"