kou commented on PR #12897: URL: https://github.com/apache/arrow/pull/12897#issuecomment-1100383600
+1 https://github.com/ursacomputing/crossbow/releases/download/actions-1864-github-ubuntu-focal-amd64/libarrow-cuda800_8.0.0.dev431-1_amd64.deb has `libcuda1` instead of `libnvidia-compute-460-server` in `Depends`: ```console $ dpkg --info libarrow-cuda800_8.0.0.dev431-1_amd64.deb new Debian package, version 2.0. size 46920 bytes: control archive=808 bytes. 492 bytes, 14 lines control 244 bytes, 3 lines md5sums 53 bytes, 1 lines shlibs 73 bytes, 2 lines triggers Package: libarrow-cuda800 Source: apache-arrow Version: 8.0.0.dev431-1 Architecture: amd64 Maintainer: Apache Arrow Developers <[email protected]> Installed-Size: 184 Depends: libarrow800 (= 8.0.0.dev431-1), libc6 (>= 2.14), libcuda1, libgcc-s1 (>= 3.0), libstdc++6 (>= 9) Section: libs Priority: optional Multi-Arch: same Homepage: https://arrow.apache.org/ Description: Apache Arrow is a data processing library for analysis . This package provides C++ library files for CUDA support. ``` FYI: https://apache.jfrog.io/artifactory/arrow/ubuntu/pool/focal/main/a/apache-arrow/libarrow-cuda700_7.0.0-1_amd64.deb has `libnvidia-compute-460-server` not `libcuda1` in `Depends`: ```console $ dpkg --info libarrow-cuda700_7.0.0-1_amd64.deb new Debian package, version 2.0. size 47380 bytes: control archive=820 bytes. 498 bytes, 14 lines control 244 bytes, 3 lines md5sums 46 bytes, 1 lines shlibs 73 bytes, 2 lines triggers Package: libarrow-cuda700 Source: apache-arrow Version: 7.0.0-1 Architecture: amd64 Maintainer: Apache Arrow Developers <[email protected]> Installed-Size: 188 Depends: libarrow700 (= 7.0.0-1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libnvidia-compute-460-server, libstdc++6 (>= 9) Section: libs Priority: optional Multi-Arch: same Homepage: https://arrow.apache.org/ Description: Apache Arrow is a data processing library for analysis . This package provides C++ library files for CUDA support. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
