We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f71513 commit 708b9b0Copy full SHA for 708b9b0
conda-recipe/build.sh
@@ -22,7 +22,7 @@ export CMAKE_GENERATOR=Ninja
22
# Make CMake verbose
23
export VERBOSE=1
24
25
-CMAKE_ARGS="${CMAKE_ARGS} -DDPCTL_LEVEL_ZERO_INCLUDE_DIR=${PREFIX}/include/level_zero -DCMAKE_WITH_REDIST=ON"
+CMAKE_ARGS="${CMAKE_ARGS} -DDPCTL_LEVEL_ZERO_INCLUDE_DIR=${PREFIX}/include/level_zero -DDPCTL_WITH_REDIST=ON"
26
27
# -wnx flags mean: --wheel --no-isolation --skip-dependency-check
28
${PYTHON} -m build -w -n -x
0 commit comments