File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export ICXCFG
1212read -r GLIBC_MAJOR GLIBC_MINOR <<< " $(conda list '^sysroot_linux-64$' \
1313 | tail -n 1 | awk '{print $2}' | grep -oP '\d+' | head -n 2 | tr '\n' ' ')"
1414
15- if [-d " build" ]; then
15+ if [ -d " build" ]; then
1616 rm -rf build
1717fi
1818
@@ -30,7 +30,7 @@ ${PYTHON} -m pip install dist/mkl_umath*.whl \
3030 --no-deps \
3131 --only-binary :all: \
3232 --no-index \
33- --prefix " ${PREFIX} "
33+ --prefix " ${PREFIX} " \
3434 -vv
3535
3636if [ -n " ${WHEELS_OUTPUT_FOLDER} " ]; then
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export ICXCFG
1212read -r GLIBC_MAJOR GLIBC_MINOR <<< " $(conda list '^sysroot_linux-64$' \
1313 | tail -n 1 | awk '{print $2}' | grep -oP '\d+' | head -n 2 | tr '\n' ' ')"
1414
15- if [-d " build" ]; then
15+ if [ -d " build" ]; then
1616 rm -rf build
1717fi
1818
@@ -30,7 +30,7 @@ ${PYTHON} -m pip install dist/mkl_umath*.whl \
3030 --no-deps \
3131 --only-binary :all: \
3232 --no-index \
33- --prefix " ${PREFIX} "
33+ --prefix " ${PREFIX} " \
3434 -vv
3535
3636if [ -n " ${WHEELS_OUTPUT_FOLDER} " ]; then
You can’t perform that action at this time.
0 commit comments