Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add CMake flag for OpenMP support #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

josephsnyder
Copy link
Collaborator

If OpenMP support is selected, download the OMP source code which
matches the LLVM/Clang version. Add a step to the project to extract
the source to the binary directory and add the two external source
directories to the compilation of LLVM.

This removes the control of the source code from the ExternalProject_Add for clang since in order to build the OpenMP code, I seem to need the source of Clang. But, the clang external project depends on LLVM.

If OpenMP support is selected, download the OMP source code which
matches the LLVM/Clang version.  Add a step to the project to extract
the source to the binary directory and add the two external source
directories to the compilation of LLVM.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant