-
Notifications
You must be signed in to change notification settings - Fork 4
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
support macosx #3
Comments
fyi, @mohawk2 |
fwiw, here is the perl5 ci YAML: https://github.com/Perl/perl5/blob/blead/.github/workflows/testsuite.yml |
cflags -> -fopenmp ldflags -> -fopenmp Makefile.PL also uses Devel::CheckLib to verify we're in a sane gcc environment when ccname == 'gcc'. Commit is a squash of one or more attempts of the following: Attempt #1 to address failing gh "checks" by adding dep PMs to Makefile.PL Attempt #2 to addressed CI Attempt #3 to address code review
Adding some other tools' OpenMP compiler detection configs for comparison: |
thank you @zmughal ! |
For CMake |
@kiwiroy - mind evaluating how close this is to being "done"? I think you made things work on MacOS iirc? I'm fine closing this issue on account of that, and if necessary creating a more specific one if needed. |
This appears to have been fixed in #11 in Oct 2021? |
I believe this should be closed. CI runs are successfully building on macOS. Any other reports can be made into new issues for this platform. |
clang
presents itself asgcc
and even claims to support-fopenmp
, but fails on the only MacOS X platform I currently have access to.gcc
installed viabrew
works (it's in/usr/local/bin
) but it's actually gcc.some links, will need to add more
microsoft/LightGBM#3
https://clang-omp.github.io/
The text was updated successfully, but these errors were encountered: