vmware-archive / cascade

A Just-In-Time Compiler for Verilog from VMware Research
Other
433 stars 44 forks source link

Bison version can be relaxed to 3.0.4 #215

Closed 3Nigma closed 4 years ago

3Nigma commented 4 years ago

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
eschkufz commented 4 years ago

No particular reason. Looks like a mistake.