File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8080            -DCMAKE_INSTALL_PREFIX="$HOME/.local/libomp" 
8181        cmake --build openmp_build --target install --config Release 
8282
83- uses : pypa/cibuildwheel@v3.2.0  
83+ uses : pypa/cibuildwheel@v3.2.1  
8484      env :
8585        CIBW_ENVIRONMENT : CMAKE_ARGS="-DSDTN_ENABLE_ARCH_FLAGS=OFF -DSDTN_ENABLE_OPENMP=ON -DSDTN_DISABLE_OPENMP=OFF" 
8686        CIBW_TEST_COMMAND : pytest {project}/tests && python -c "from sparse_dot_topn import _has_openmp_support;assert _has_openmp_support" 
@@ -137,7 +137,7 @@ jobs:
137137            -DCMAKE_INSTALL_PREFIX="/usr/local" 
138138        cmake --build openmp_build --target install --config Release 
139139
140- uses : pypa/cibuildwheel@v3.2.0  
140+ uses : pypa/cibuildwheel@v3.2.1  
141141      env :
142142        #  only build for x86_64, arm wheels are build seperately
143143        CIBW_ARCHS : " x86_64" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments