Skip to content

Commit

Permalink
Merge pull request #9420 from rapidsai/branch-21.10
Browse files Browse the repository at this point in the history
[RELEASE] cudf v21.10.01
  • Loading branch information
raydouglass authored Oct 12, 2021
2 parents 072fd86 + a4730f3 commit 8cfb8e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/recipes/libcudf/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [[ -z "$PROJECT_FLASH" || "$PROJECT_FLASH" == "0" ]]; then
# This assumes the script is executed from the root of the repo directory
./build.sh -v libcudf --allgpuarch
./build.sh -v libcudf --allgpuarch --cmake-args=\"-DCMAKE_INSTALL_LIBDIR=lib\"
else
./build.sh -v libcudf tests --allgpuarch
fi
./build.sh -v libcudf tests --allgpuarch --cmake-args=\"-DCMAKE_INSTALL_LIBDIR=lib\"
fi

0 comments on commit 8cfb8e5

Please sign in to comment.