File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1111# ########
1212#  BUILD #
1313# ########
14- .PHONY : requirements develop build build-conda install
14+ .PHONY : requirements develop build build-debug build- conda install
1515
1616requirements :  # # install python dev and runtime dependencies
1717	python -m pip install toml
@@ -24,6 +24,9 @@ develop: requirements  ## install dependencies and build library
2424build :  # # build the library
2525	python setup.py build build_ext --inplace -- -- -j$(NPROC ) 
2626
27+ build-debug :  # # build the library ( DEBUG ) - May need a make clean when switching from regular build to build-debug and vice versa
28+ 	SKBUILD_CONFIGURE_OPTIONS=" " $(NPROC ) 
29+ 
2730build-conda :  # # build the library in Conda
2831	CSP_USE_VCPKG=0 python setup.py build build_ext --inplace -- -- -j$(NPROC ) 
2932
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments