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 0893762 commit 45a5232Copy full SHA for 45a5232
conda-recipe/build.sh
@@ -10,7 +10,7 @@ read -r GLIBC_MAJOR GLIBC_MINOR <<<"$(conda list '^sysroot_linux-64$' \
10
# Build wheel package
11
if [ -n "${WHEELS_OUTPUT_FOLDER}" ]; then
12
$PYTHON -m pip wheel --no-build-isolation --no-deps .
13
- ${PYTHON} -m wheel tags --remove --platform-tag "${WHEELS_BUILD_TAG}" mkl_fft*.whl
+ ${PYTHON} -m wheel tags --remove --platform-tag "manylinux_${GLIBC_MAJOR}_${GLIBC_MINOR}_x86_64" mkl_fft*.whl
14
cp mkl_fft*.whl "${WHEELS_OUTPUT_FOLDER}"
15
else
16
# Build conda package
0 commit comments