Commit 323c826
committed
configure: explicitly test for omp.h
When compiling a package from source on macOS without the custom OpenMP
runtime installed, R provides libomp.dylib but _not_ omp.h. Since we do
include <omp.h> in the package code, test for it at configuration time.1 parent e23cba1 commit 323c826
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments