abyss: depend on gcc
`needs :openmp` causes the bottles to be linked to gcc Closes #22114. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
d11876d790
commit
9cd4932c14
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ class Abyss < Formula
|
|||
homepage "http://www.bcgsc.ca/platform/bioinfo/software/abyss"
|
||||
url "https://github.com/bcgsc/abyss/releases/download/2.0.2/abyss-2.0.2.tar.gz"
|
||||
sha256 "d87b76edeac3a6fb48f24a1d63f243d8278a324c9a5eb29027b640f7089422df"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -24,6 +24,7 @@ class Abyss < Formula
|
|||
|
||||
depends_on "boost" => :build
|
||||
depends_on "google-sparsehash" => :build
|
||||
depends_on "gcc"
|
||||
depends_on :mpi => :cc
|
||||
|
||||
resource("testdata") do
|
||||
|
|
Loading…
Reference in a new issue