Bugs or pull requests that clearly needs to be closed, merged or rejected):
Should be backported to maint-3.9
/* | |
* interpreter.ino: Simple Arduino command line interpreter. | |
* | |
* This is intended solely as a template for building richer, | |
* application-specific interpreters. Add your specific commands to the | |
* exec() function, and whatever you need to setup() and loop(). | |
* | |
* Usage: | |
* Talk to it through the serial port at 9600/8N1. Commands should be | |
* terminated by CR (\r), answers are terminated by CRLF (\r\n). This |
CC="distcc gcc" CXX="distcc g++" cmake .. -DKICAD_USE_OCC=ON -DwxWidgets_CONFIG_EXECUTABLE=$(which wx-config-gtk3) -DCMAKE_INSTALL_PREFIX=/tmp/kicad/usr/local | |
-DwxWidgets_CONFIG_EXECUTABLE=$(which wx-config-gtk3) -DCMAKE_INSTALL_PREFIX=/tmp/kicad/usr/local | |
Using ninja with multi config, see https://cmake.org/cmake/help/v3.17/generator/Ninja%20Multi-Config.html | |
CC="distcc gcc" CXX="distcc g++" cmake .. -DKICAD_USE_OCC=ON -DwxWidgets_CONFIG_EXECUTABLE=$(which wx-config-gtk3) -DCMAKE_INSTALL_PREFIX=/tmp/kicad/usr/local -DCMAKE_DEFAULT_BUILD_TYPE=Release -G"Ninja Multi-Config | |
-DCMAKE_EXE_LINKER_FLAGS=-fuse-ld=gold | |
Use this one: |
# Taken directly from https://github.com/CaeruleusAqua/vcpkg-wx-find/commit/17993e942f677799b488a06ca659a8e46ff272c9 | |
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying | |
# file Copyright.txt or https://cmake.org/licensing for details. | |
#[=======================================================================[.rst: | |
FindwxWidgets | |
------------- | |
Find a wxWidgets (a.k.a., wxWindows) installation. |
[nickoe@z620 auto_rx]$ pwd | |
/home/nickoe/radiosonde_auto_rx/auto_rx | |
[nickoe@z620 auto_rx]$ python auto_rx.py -c station.cfg | |
# | |
# Radiosonde Auto RX v2 Station Configuration File | |
# | |
# Copy this file to station.cfg and modify as required. | |
# |
Bugs or pull requests that clearly needs to be closed, merged or rejected):
Should be backported to maint-3.9
#!/usr/bin/bash | |
generators=(bom_csv_grouped_by_value.py bom_csv_grouped_by_value_with_fp.py bom_csv_sorted_by_ref.py bom_html_by_value.py bom_html_grouped_by_value.py bom_html_with_advanced_grouping.py bom_sorted_by_ref.py) | |
for generator in ${generators[@]}; do | |
python2 ${generator} /tmp/bom-test.xml /tmp/bom-test-py2.out | |
python3 ${generator} /tmp/bom-test.xml /tmp/bom-test-py3.out | |
[[ `diff /tmp/bom-test-py2.out /tmp/bom-test-py3.out` ]] && echo "Fail: ${generator}" && exit 1 | |
done |
install: | |
- C:\msys64\usr\bin\pacman --noconfirm --ask 20 --sync --refresh --refresh --sysupgrade --sysupgrade | |
build_script: | |
- C:\msys64\usr\bin\pacman -Q | |
- C:\msys64\usr\bin\pacman --noconfirm --needed -S bash pacman pacman-mirrors msys2-runtime | |
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade | |
- C:\msys64\usr\bin\pacman --noconfirm -Sy | |
- C:\msys64\usr\bin\pacman --noconfirm -S vim | |
- C:\msys64\usr\bin\pacman --noconfirm -S p11-kit |
image: Visual Studio 2017 | |
build_script: | |
# - C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade | |
- C:\msys64\usr\bin\pacman -Q | |
- make_x86_64.bat | |
- dir | |
cache: | |
- path: msys64 |
<?xml version='1.0' encoding='utf-8'?> | |
<?grc format='1' created='3.7.9'?> | |
<flow_graph> | |
<timestamp>Sat Apr 30 20:44:08 2016</timestamp> | |
<block> | |
<key>options</key> | |
<param> | |
<key>author</key> | |
<value></value> | |
</param> |
(kicad_pcb (version 4) (host pcbnew "(2015-01-07 BZR 5263)-osx-trackpad-gestures") | |
(general | |
(links 33) | |
(no_connects 32) | |
(area 115.735099 72.237599 181.267101 137.769601) | |
(thickness 1.6) | |
(drawings 18) | |
(tracks 187) | |
(zones 0) |