File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 11@ rem Remember to source the compiler
22
3+ set MKLROOT = %CONDA_PREFIX%
34%PYTHON% setup.py install --old-and-unmanageable
45if errorlevel 1 exit 1
Original file line number Diff line number Diff line change 11#! /bin/bash -x
22
33export CFLAGS=" -I$PREFIX /include $CFLAGS "
4- $PYTHON setup.py install --old-and-unmanageable
4+ MKLROOT= $CONDA_PREFIX $PYTHON setup.py install --old-and-unmanageable
Original file line number Diff line number Diff line change @@ -14,15 +14,7 @@ source:
1414
1515build :
1616 number : {{buildnumber}}
17- skip : True # [win and py27]
18- always_include_files :
19- - {{ SP_DIR.replace('\\', '/') if win else SP_DIR }}/mkl_random/__init__.py
20- - {{ SP_DIR.replace('\\', '/') if win else SP_DIR }}/mkl_random/mklrand.*
21- - {{ SP_DIR.replace('\\', '/') if win else SP_DIR }}/mkl_random/setup.py
22- - {{ SP_DIR.replace('\\', '/') if win else SP_DIR }}/mkl_random/tests/test_random.py
23- - {{ SP_DIR.replace('\\', '/') if win else SP_DIR }}/mkl_random/tests/test_regressions.py
24- - {{ SP_DIR.replace('\\', '/') if win else SP_DIR }}/mkl_random/__pycache__/*
25- - {{ SP_DIR.replace('\\', '/') if win else SP_DIR }}/mkl_random/tests/__pycache__/*
17+
2618
2719requirements :
2820 build :
You can’t perform that action at this time.
0 commit comments