Skip to content

Commit

Permalink
CPU_COUNT=1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Oct 17, 2023
1 parent d7403e5 commit 86c4d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/conda-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ echo -e "\n\n--------------------- CONDA/CONDA-BUILD/BUILD.SH ------------------

set -x

export CPU_COUNT=1

# Rewrite conda's -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY to
# -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=BOTH
CMAKE_ARGS="$(echo "$CMAKE_ARGS" | sed -r "s@_INCLUDE=ONLY@_INCLUDE=BOTH@g")"
Expand Down

0 comments on commit 86c4d30

Please sign in to comment.