From 324602deaf92489bbd88bdef9aef4dfe46bdb5a7 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 29 Jan 2022 14:15:49 +0000 Subject: [PATCH] disable python and gui build of nextpnr-ecp5 --- nextpnr-ecp5-install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextpnr-ecp5-install b/nextpnr-ecp5-install index 18b7b28..bf6a9aa 100755 --- a/nextpnr-ecp5-install +++ b/nextpnr-ecp5-install @@ -27,6 +27,8 @@ cd ../.. cd nextpnr cmake -DCMAKE_INSTALL_PREFIX=/usr/local/nextpnr-ecp5 \ + -DBUILD_PYTHON=OFF \ + -DBUILD_GUI=OFF \ -DARCH=ecp5 \ -DTRELLIS_INSTALL_PREFIX=/usr/local/libtrellis . make -j$(nproc) -- 2.30.2