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 1
1
@ rem Remember to source the compiler
2
2
3
+ set MKLROOT = %CONDA_PREFIX%
3
4
%PYTHON% setup.py install --old-and-unmanageable
4
5
if errorlevel 1 exit 1
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -x
2
2
3
3
export 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:
14
14
15
15
build :
16
16
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
+
26
18
27
19
requirements :
28
20
build :
You can’t perform that action at this time.
0 commit comments