Skip to content

Commit

Permalink
remove unused cmake args
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Oct 11, 2024
1 parent 8ecc9ba commit 7676b5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conda/recipes/pylibwholegraph/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env bash
# Copyright (c) 2022-2024, NVIDIA CORPORATION.

CMAKE_EXTRA_ARGS="--cmake-args=\"-DBUILD_OPS_WITH_TORCH_C10_API=OFF\""

./build.sh pylibwholegraph --allgpuarch -v ${CMAKE_EXTRA_ARGS}
./build.sh pylibwholegraph --allgpuarch -v

0 comments on commit 7676b5d

Please sign in to comment.