[packages/kicad] - use system glew - disable tests on ix86

baggins baggins at pld-linux.org
Sun Sep 24 22:11:00 CEST 2023


commit 6910bb76b4902e319fb98764d700cf051ede1e0a
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Sep 24 22:02:09 2023 +0200

    - use system glew
    - disable tests on ix86

 kicad.spec | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/kicad.spec b/kicad.spec
index 2cb464c..81d73bb 100644
--- a/kicad.spec
+++ b/kicad.spec
@@ -5,6 +5,10 @@
 %bcond_without	packages3D	# do not build packages3D
 %bcond_without	tests		# unit tests
 
+%ifarch %{ix86}
+%undefine	with_tests
+%endif
+
 Summary:	KiCad - is a GPL'd suite of programs for EDA
 Summary(pl.UTF-8):	KiCad - zestaw programów na licencji GPL zaliczany do kategorii EDA
 Name:		kicad
@@ -240,6 +244,7 @@ cd build
 	-DwxWidgets_CONFIG_EXECUTABLE=%{_bindir}/wx-gtk3-unicode-config \
 	-DKICAD_USE_OCC=ON \
 	-DKICAD_USE_EGL=ON \
+	-DKICAD_USE_BUNDLED_GLEW=OFF \
 	-DKICAD_SCRIPTING=ON \
 	-DKICAD_SCRIPTING_PYTHON3=ON \
 	-DKICAD_SCRIPTING_MODULES=ON \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kicad.git/commitdiff/6910bb76b4902e319fb98764d700cf051ede1e0a



More information about the pld-cvs-commit mailing list