hdl / Termux-packages

Electronic design automation (EDA) package recipes for Termux (Android)
Apache License 2.0
6 stars 1 forks source link

Missing packages for Yosys when arch is armv71 #1

Closed rodrigomelo9 closed 3 years ago

rodrigomelo9 commented 3 years ago

To compile Yosys in my armv71 (Moto G6, Android 9), I needed pkg install tcl python.

If you are sure that not needed by aarch64 and you like the idea, I can compare the output of uname -m with armv71 to install the additional packages. Let me know.

umarcor commented 3 years ago

I think it's ok to add them into base.sh by default. We'll take care of more granular dependency definition when proper packages are created.