eyalroz / monetdb-bbp-reader

A C++ library for reading MonetDB's persisted storage format (BBP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Depend on gsl-lite externally

eyalroz opened this issue · comments

"Vendoring" gsl-lite is problematic, because it's exposed to code using this library, which in turn may want to use another (possibly conflicting) version of gsl-lite or another GSL implementation.

Let's make it an external dependency instead.