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 ab500b6 commit c1aed6fCopy full SHA for c1aed6f
conda-recipe/build.sh
@@ -26,7 +26,7 @@ export PATH=$CONDA_PREFIX/bin-llvm:$PATH
26
# -wnx flags mean: --wheel --no-isolation --skip-dependency-check
27
${PYTHON} -m build -w -n -x
28
${PYTHON} -m wheel tags --remove --build "$GIT_DESCRIBE_NUMBER" \
29
- --platform-tag manylinux2014_x86_64 dist/numba_dpex*.whl
+ --platform-tag manylinux_2_28_x86_64 dist/numba_dpex*.whl
30
${PYTHON} -m pip install dist/numba_dpex*.whl \
31
--no-build-isolation \
32
--no-deps \
0 commit comments