-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Great package.
To use OpenMP on a mac with clang, I replaced -fopenmp with -Xpreprocessor -fopenmp in the compile flags and -fopenmp with -lomp in the link flags using the output from get_openmp_flags() here:
https://github.com/astropy/extension-helpers/blob/main/extension_helpers/_openmp_helpers.py#L137
This is a bit of a hack (on my part). Are there better ideas (or any plans to add mac support like this)?
Metadata
Metadata
Assignees
Labels
No labels