Skip to content

Commit

Permalink
maker: macOS requires same Perl packages as Linux
Browse files Browse the repository at this point in the history
macOS also depends on Bit::Vector DBD::SQLite Inline::C
  • Loading branch information
sjackman committed Oct 12, 2021
1 parent 1045809 commit 0f41198
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/maker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ def install
ENV.prepend "PERL5LIB", Formula["bioperl"].libexec/"lib/perl5"
ENV.prepend_create_path "PERL5LIB", prefix/"perl5/lib/perl5"
system "cpanm", "-l", prefix/"perl5",
"IO::All", "Perl::Unsafe::Signals", "Want", "forks", "forks::shared"
system "cpanm", "-l", prefix/"perl5", "Bit::Vector", "DBD::SQLite", "Inline::C" unless OS.mac?
"Bit::Vector", "DBD::SQLite", "forks", "forks::shared", "Inline::C", "IO::All", "Perl::Unsafe::Signals", "Want"

cd "src" do
mpi = build.with?("open-mpi") ? "yes" : "no"
Expand Down

0 comments on commit 0f41198

Please sign in to comment.