Skip to content

Commit 0474236

Browse files
committed
remove MKLROOT
1 parent 7ea4af2 commit 0474236

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

conda-recipe/bld.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
@rem Remember to source the compiler
22

3-
set MKLROOT=%CONDA_PREFIX%
4-
53
rem Build wheel package
64
if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
75
%PYTHON% -m pip wheel --no-build-isolation --no-deps .

conda-recipe/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
export CFLAGS="-I$PREFIX/include $CFLAGS"
44
export LDFLAGS="-Wl,-rpath,\$ORIGIN/../.. -Wl,-rpath,\$ORIGIN/../../.. -L${PREFIX}/lib ${LDFLAGS}"
5-
export MKLROOT=$CONDA_PREFIX
65

76
read -r GLIBC_MAJOR GLIBC_MINOR <<<"$(conda list '^sysroot_linux-64$' \
87
| tail -n 1 | awk '{print $2}' | grep -oP '\d+' | head -n 2 | tr '\n' ' ')"

0 commit comments

Comments
 (0)