-
Notifications
You must be signed in to change notification settings - Fork 991
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve OpenMP detection on macOS (#6034)
* improve OpenMP detection on macOS * detect LLVM OpenMP builds * remove some comments * define _OPENMP when using LLVM libomp * fix nesting for 'echo no' * let openmp warning stand out a bit more * Always redirect to config.log, not /dev/null * NEWS * Restore deletion of all test-omp* artefacts * try and reduce diff by restoring comment * reduce diff: delete in same order * annotate 'fi' for readability --------- Co-authored-by: Michael Chirico <michaelchirico4@gmail.com>
- Loading branch information
1 parent
898dce3
commit 096b20f
Showing
4 changed files
with
94 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
096b20f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kevinushey @MichaelChirico This does not work with GCC on macOS: #6409