Skip to content

Commit

Permalink
More debug prints.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 17, 2022
1 parent 4ced233 commit 2b39bff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ fi
################################################################################
# Configure, build, and install libcuspatial
if (( ${NUMARGS} == 0 )) || hasArg libcuspatial; then
echo "Running the C++ build here"
echo "prefix: ${INSTALL_PREFIX}"
echo "library: ${LIBCUSPATIAL_BUILD_DIR}"
echo "cmake_args: ${CMAKE_ARGS}"
mkdir -p ${LIBCUSPATIAL_BUILD_DIR}
cd ${LIBCUSPATIAL_BUILD_DIR}
cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} \
Expand Down
1 change: 1 addition & 0 deletions conda/recipes/libcuspatial/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2018-2022, NVIDIA CORPORATION.

# build cuspatial with verbose output
echo "Running libcuspatial build.sh!"
./build.sh -v libcuspatial tests --allgpuarch -n
1 change: 1 addition & 0 deletions conda/recipes/libcuspatial/install_libcuspatial.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# Copyright (c) 2022, NVIDIA CORPORATION.

echo "Running libcuspatial install!"
cmake --install cpp/build

0 comments on commit 2b39bff

Please sign in to comment.