From: Luke Kenneth Casson Leighton Date: Sat, 29 Jan 2022 14:15:49 +0000 (+0000) Subject: disable python and gui build of nextpnr-ecp5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=324602deaf92489bbd88bdef9aef4dfe46bdb5a7;p=dev-env-setup.git disable python and gui build of nextpnr-ecp5 --- 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)