File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 2626      pylatest_conda_mkl :
2727        DISTRIB : ' conda' 
2828        PYTHON_VERSION : ' *' 
29-         INSTALL_MKL : ' true ' 
29+         BLAS : ' mkl ' 
3030        NUMPY_VERSION : ' *' 
3131        SCIPY_VERSION : ' *' 
3232        CYTHON_VERSION : ' *' 
5252      py35_conda_openblas :
5353        DISTRIB : ' conda' 
5454        PYTHON_VERSION : ' 3.5' 
55-         INSTALL_MKL : ' false ' 
55+         BLAS : ' openblas ' 
5656        NUMPY_VERSION : ' 1.11.0' 
5757        SCIPY_VERSION : ' 0.17.0' 
5858        PANDAS_VERSION : ' *' 
9696      pylatest_conda_mkl :
9797        DISTRIB : ' conda' 
9898        PYTHON_VERSION : ' *' 
99-         INSTALL_MKL : ' true ' 
99+         BLAS : ' mkl ' 
100100        NUMPY_VERSION : ' *' 
101101        SCIPY_VERSION : ' *' 
102102        CYTHON_VERSION : ' *' 
@@ -107,7 +107,7 @@ jobs:
107107      pylatest_conda_mkl_no_openmp :
108108        DISTRIB : ' conda' 
109109        PYTHON_VERSION : ' *' 
110-         INSTALL_MKL : ' true ' 
110+         BLAS : ' mkl ' 
111111        NUMPY_VERSION : ' *' 
112112        SCIPY_VERSION : ' *' 
113113        CYTHON_VERSION : ' *' 
Original file line number Diff line number Diff line change @@ -22,13 +22,8 @@ if [[ "$DISTRIB" == "conda" ]]; then
2222
2323    TO_INSTALL=" python=$PYTHON_VERSION  pip \ 
2424                numpy=$NUMPY_VERSION  scipy=$SCIPY_VERSION  \  
25-                 cython=$CYTHON_VERSION  joblib=$JOBLIB_VERSION "  
26- 
27-     if  [[ " $INSTALL_MKL " ==  " true" ;  then 
28-         TO_INSTALL=" $TO_INSTALL  mkl" 
29-     else 
30-         TO_INSTALL=" $TO_INSTALL  nomkl" 
31-     fi 
25+                 cython=$CYTHON_VERSION  joblib=$JOBLIB_VERSION \  
26+                 blas[build=$BLAS ]"  
3227
3328    if  [[ -n  " $PANDAS_VERSION " ;  then 
3429        TO_INSTALL=" $TO_INSTALL  pandas=$PANDAS_VERSION " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments