Perl-OpenMP / p5-Alien-OpenMP

Portable buildopt interface to OpenMP enabled compiler flags and other things.
1 stars 4 forks source link

Add support for darwin/clang #11

Closed kiwiroy closed 2 years ago

kiwiroy commented 2 years ago

This pull request adds support for clang on macOS. This involves a switch to a more Alien::Build style, including an alienfile, compiling at probe time with Probe::CBuilder, and only supporting system installs. AB manages the runtime settings, making Alien::OpenMP more simple. The other side of this is that there's a new module to store the possible scenarios and a dependency on Alien::Build.

Thanks for considering this request.

mohawk2 commented 2 years ago

Thanks for this! Released as 0.003003.

oodler577 commented 2 years ago

thank you, @kiwiroy and @mohawk2