Skip to content

Commit 8bf208c

Browse files
committed
don't set MKLROOT
1 parent 709493a commit 8bf208c

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

conda-recipe/bld.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
set MKLROOT=%PREFIX%
2-
31
rem Build wheel package
42
if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
53
%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
@@ -1,6 +1,5 @@
11
#!/bin/bash -x
22

3-
export MKLROOT=$PREFIX
43
export CFLAGS="-I$PREFIX/include $CFLAGS"
54
export LDFLAGS="-Wl,-rpath,\$ORIGIN/../.. -Wl,-rpath,\$ORIGIN/../../.. -L${PREFIX}/lib ${LDFLAGS}"
65

0 commit comments

Comments
 (0)