BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.93k stars 183 forks source link

Restrict Google cloud cpp version #1597

Closed raydouglass closed 3 years ago

raydouglass commented 3 years ago

Starting with google-cloud-cpp>=1.30, it requires libgcc-ng>=9.4.0 which is not compatible with RAPIDS. RAPIDS requires libgcc-ng==9.3.0.

I've testing this build and install with RAPIDS 21.08 locally and it works with this change.

raydouglass commented 3 years ago

rerun tests

raydouglass commented 3 years ago

rerun tests

wmalpica commented 3 years ago

rerun tests