File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ 2025-10-18  Dirk Eddelbuettel  <
[email protected] >
2+ 
3+ 	* configure.ac: Simplified OpenMP setup
4+ 	* configure: Idem
5+ 
162025-10-17  Dirk Eddelbuettel  <
[email protected] >
27
38	* src/RcppArmadillo.cpp (armadillo_version_typed): Added
Original file line number Diff line number Diff line change @@ -3411,6 +3411,9 @@ printf "%s\n" "found" >&6; }
34113411printf  " %s\n"   " $as_me : WARNING: OpenMP unavailable and turned off."   >&2 ; }
34123412        can_use_openmp=" no" 
34133413    fi 
3414+ else 
3415+     { printf  " %s\n"   " $as_me :${as_lineno-$LINENO } : result: not found"   >&5 
3416+ printf  " %s\n"   " not found"   >&6 ;  }
34143417fi 
34153418
34163419if  test  x" ${can_use_openmp} "   = x" yes" ;  then 
Original file line number Diff line number Diff line change @@ -204,6 +204,8 @@ if test x"${RSysinfoName}" = x"Darwin"; then
204204        AC_MSG_WARN ( [ OpenMP unavailable and turned off.] ) 
205205        can_use_openmp="no"
206206    fi
207+ else
208+     AC_MSG_RESULT ( [ not found] ) 
207209fi
208210
209211if test x"${can_use_openmp}" = x"yes"; then
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments