Skip to content

Commit 41c6f26

Browse files
committed
use pip install in conda-forge build scripts
1 parent 47324a0 commit 41c6f26

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

conda-recipe-cf/bld.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
set MKLROOT=%PREFIX%
2-
%PYTHON% setup.py build --force install --old-and-unmanageable
1+
%PYTHON% -m pip install --no-build-isolation --no-deps .
32
if errorlevel 1 exit 1

conda-recipe-cf/build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
#!/bin/bash -x
22

3-
# make sure that compiler has been sourced, if necessary
4-
5-
export MKLROOT=${PREFIX}
6-
$PYTHON setup.py build --force install --old-and-unmanageable
3+
$PYTHON -m pip install --no-build-isolation --no-deps .

0 commit comments

Comments
 (0)