Alien-OpenMP
    
    
  
  
  
view release on metacpan or search on metacpan
lib/Alien/OpenMP/configure.pm view on Meta::CPAN
      # homebrew has the headers and library in /usr/local
      push @{$supported->{darwin}{cflags}}, "-I/usr/local/include";
      unshift @{$supported->{darwin}{libs}}, "-L/usr/local/lib";
    }
  }
  $checked++;
}
1;
=encoding utf8
=head1 NAME
Alien::OpenMP::configure - Install time configuration helper
=head1 SYNOPSIS
  # alienfile
  use Alien::OpenMP::configure;
( run in 0.457 second using v1.01-cache-2.11-cpan-5dc5da66d9d )