Skip to content

Commit 9f072b6

Browse files
authored
update wheel tag with pep600 (#1810)
* update wheel tag with pep600 * remove unused CONDA_PY
1 parent 4dc16b4 commit 9f072b6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

conda-recipe/build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ SKBUILD_ARGS=(-- "-DCMAKE_C_COMPILER:PATH=icx" "-DCMAKE_CXX_COMPILER:PATH=icpx"
2020
SKBUILD_ARGS=("${SKBUILD_ARGS[@]}" "-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON")
2121

2222
# Build wheel package
23-
if [ "$CONDA_PY" == "36" ]; then
24-
WHEELS_BUILD_ARGS=("-p" "manylinux1_x86_64")
25-
else
26-
WHEELS_BUILD_ARGS=("-p" "manylinux2014_x86_64")
27-
fi
23+
WHEELS_BUILD_ARGS=("-p" "manylinux_2_28_x86_64")
2824
if [ -n "${WHEELS_OUTPUT_FOLDER}" ]; then
2925
$PYTHON setup.py install bdist_wheel "${WHEELS_BUILD_ARGS[@]}" "${SKBUILD_ARGS[@]}"
3026
cp dist/dpnp*.whl "${WHEELS_OUTPUT_FOLDER}"

0 commit comments

Comments
 (0)