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 7fdf4ae commit 0893762Copy full SHA for 0893762
conda-recipe/build.sh
@@ -10,8 +10,8 @@ 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
14
- cp mkl_fft*.whl ${WHEELS_OUTPUT_FOLDER}
+ ${PYTHON} -m wheel tags --remove --platform-tag "${WHEELS_BUILD_TAG}" mkl_fft*.whl
+ cp mkl_fft*.whl "${WHEELS_OUTPUT_FOLDER}"
15
else
16
# Build conda package
17
$PYTHON -m pip install --no-build-isolation --no-deps .
0 commit comments