From 5c28e073c86fe9ef58772dbc8c6ce630a567f8c9 Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Sat, 2 Sep 2023 08:23:52 -0300 Subject: [PATCH] symbiflow-arch-defs needs newer cmake --- symbiflow-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbiflow-install b/symbiflow-install index 71a0249..c59c98e 100755 --- a/symbiflow-install +++ b/symbiflow-install @@ -58,7 +58,7 @@ cd .. ### Necessary software to install -apt-get install -y cmake +apt-get -t buster-backports install -y cmake # symbiflow-arch-defs needs newer cmake apt-get install -y python3 clang libreadline-dev gawk tcl-dev \ libffi-dev pkg-config libboost-system-dev libboost-python-dev \ libboost-filesystem-dev zlib1g-dev -- 2.30.2