Skip to content
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

skesa 2.2.1 revision to build bottles #467

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions Formula/skesa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ class Skesa < Formula
homepage "https://github.com/ncbi/SKESA"
url "https://github.com/ncbi/SKESA/archive/v2.2.1.tar.gz"
sha256 "9fe712c1c0d69c963efd433c18a66c42136e8a2fe5efacc9791aa3dfb75021e8"

bottle do
root_url "https://linuxbrew.bintray.com/bottles-bio"
sha256 "e1dc095cb40fdb18ed697763b858ec580f9062edbb19a0dbb2fc94d14017a0ee" => :sierra_or_later
sha256 "c897fa04ed9e5a7b9109e75048dc3a2182f6ef32e5528a8b4f4b6bdb39b25bc1" => :x86_64_linux
end
revision 1

depends_on "boost"
depends_on "zlib" unless OS.mac?
Expand Down