vmware-archive / cascade

A Just-In-Time Compiler for Verilog from VMware Research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bison version can be relaxed to 3.0.4

3Nigma opened this issue · comments

Currently, the cmake bison dependency version requirement is set to a minimum of 3.2.0 while the yy templates themselves require a minimum of 3.0.4:
Screenshot 2020-01-04 at 12 43 00

Is there a reason why the version is set higher than necessary? Building the source on Elementary 5.1 fails because of this. It has bison installed only it's the 3.0.4 version. Other distros might also experience this.
Screenshot 2020-01-04 at 12 41 38

No particular reason. Looks like a mistake.