We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6146289 commit 7ab27caCopy full SHA for 7ab27ca
conda-recipe/build.sh
@@ -88,7 +88,7 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
88
-DLEVEL_ZERO_DIR=${INSTALLED_DIR}/level-zero \
89
-DIMEX_ENABLE_SYCL_RUNTIME=1 \
90
-DIMEX_ENABLE_L0_RUNTIME=1 \
91
- -DCMAKE_CXX_FLAGS="-I${SYCL_INC_DIR} # grrrr
+ -DCMAKE_CXX_FLAGS="-I${SYCL_INC_DIR}" # grrrr
92
cmake --build build
93
cmake --install build --prefix=${INSTALLED_DIR}/imex
94
popd
0 commit comments