Skip to content

Commit

Permalink
Fix conda ucxx-tests build script
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Feb 21, 2025
1 parent 8b4d621 commit fd917fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/ucxx/build_and_install_ucxx_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES.
# SPDX-License-Identifier: BSD-3-Clause

cmake --install cpp/python/build --component testing
./build.sh ucxx_tests --cmake-args="\"-DFIND_UCXX_PYTHON=ON -Ducxx-python_DIR=$(realpath ./cpp/python/build)\""
cmake --install cpp/python/build
./build.sh ucxx ucxx_tests --cmake-args="\"-DFIND_UCXX_PYTHON=ON -Ducxx-python_DIR=$(realpath ./cpp/python/build)\""

0 comments on commit fd917fb

Please sign in to comment.