Почему cmake не может найти ucx/libucx?C++

Программы на C++. Форум разработчиков
Anonymous
Почему cmake не может найти ucx/libucx?

Сообщение Anonymous »

Я компилирую https://github.com/NVIDIA/TensorRT-LLM/ из исходного кода в докере Ubuntu 20.04 и обнаружил такую ​​ошибку:

Код: Выделить всё

CMake Warning at CMakeLists.txt:549 (find_package): By not providing "Finducx.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ucx", but
CMake did not find one.

Could not find a package configuration file provided by "ucx" with any of
the following names:

ucxConfig.cmake
ucx-config.cmake
Я попробовал установить libucx/ libucx-dev с помощью apt,

Код: Выделить всё

apt update
apt install libucx-dev
но apt дает мне:

Код: Выделить всё

E: Unable to locate package libucx-dev
Итак, как установить libucx в docker, чтобы cmake мог его найти?
(Моя версия cmake — 3.22

Подробнее здесь: https://stackoverflow.com/questions/793 ... d-by-cmake

Вернуться в «C++»