hyrise/sql-parser

Making of the parser fails on Centos because of bc

msiomkin opened this issue · 0 comments

Some Linux distributions (e.g. Centos) don't have bc installed by default. And some (e.g Centos 8) don't have binary packages for it available either. It looks like it's not a very good idea to use bc to check versions of bison and flex in the parser Makefile.