disable python and gui build of nextpnr-ecp5
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 29 Jan 2022 14:15:49 +0000 (14:15 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 29 Jan 2022 14:15:55 +0000 (14:15 +0000)
nextpnr-ecp5-install

index 18b7b28fdfa85308a0692f2a38af1d0cedfc0784..bf6a9aaaae000ac5ce1817e5ed9f15e8ef1bad23 100755 (executable)
@@ -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)