Skip to content

Commit

Permalink
print info
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Feb 1, 2024
1 parent eed4648 commit d3c65a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ fi

# Build and install the kvikio Python package
if (( NUMARGS == 0 )) || hasArg kvikio; then
echo "building kvikio..."
cd ${REPODIR}/python
SKBUILD_CMAKE_ARGS="-DCMAKE_PREFIX_PATH=${INSTALL_PREFIX};-DCMAKE_LIBRARY_PATH=${LIBKVIKIO_BUILD_DIR};${EXTRA_CMAKE_ARGS}" \
python -m pip install --no-build-isolation --no-deps .
Expand Down

0 comments on commit d3c65a2

Please sign in to comment.