You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A nightly version of cudf inadvertantly depended on boost 1.74. This was reverted and latest cudf is now back to depending upon boost 1.72. In the meantime, a blazingsql nightly was created that used that mistaken cudf and the new dependency clashes with the latest cudf.
Steps/Code to reproduce bug
The list of conda releases here is used to generate the two URLs below.
Examine the dependencies of the latest nightly and notice that it requires boost 1.74.
wget 'https://anaconda.org/blazingsql-nightly/blazingsql/0.16.0a/download/linux-64/blazingsql-0.16.0a-cuda10.2_py37_52.tar.bz2'
tar xvjf blazingsql-0.16.0a-cuda10.2_py37_52.tar.bz2
ldd lib/libblazingsql-engine.so | grep boost
Examine the dependencies of the previous nightly and notice that it requires boost 1.72.
wget 'https://anaconda.org/blazingsql-nightly/blazingsql/0.16.0a/download/linux-64/blazingsql-0.16.0a-cuda10.2_py37_25.tar.bz2'
tar xvjf blazingsql-0.16.0a-cuda10.2_py37_25.tar.bz2
ldd lib/libblazingsql-engine.so | grep boost
Expected behavior
blazingsql should continue to depend on boost 1.72
Environment overview (please complete the following information)
Method of cuDF install: conda
The text was updated successfully, but these errors were encountered:
Describe the bug
A nightly version of cudf inadvertantly depended on boost 1.74. This was reverted and latest cudf is now back to depending upon boost 1.72. In the meantime, a blazingsql nightly was created that used that mistaken cudf and the new dependency clashes with the latest cudf.
Steps/Code to reproduce bug
The list of conda releases here is used to generate the two URLs below.
Expected behavior
blazingsql should continue to depend on boost 1.72
Environment overview (please complete the following information)
The text was updated successfully, but these errors were encountered: