projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ca5e52
)
disable python and gui build of nextpnr-ecp5
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 29 Jan 2022 14:15:49 +0000
(14:15 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 29 Jan 2022 14:15:55 +0000
(14:15 +0000)
nextpnr-ecp5-install
patch
|
blob
|
history
diff --git
a/nextpnr-ecp5-install
b/nextpnr-ecp5-install
index 18b7b28fdfa85308a0692f2a38af1d0cedfc0784..bf6a9aaaae000ac5ce1817e5ed9f15e8ef1bad23 100755
(executable)
--- 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)