spades: depend on gcc
`needs :openmp` causes the bottles to be linked to gcc Closes #22115. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
262d6211d7
commit
2dce08e2a6
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ class Spades < Formula
|
|||
homepage "http://bioinf.spbau.ru/spades/"
|
||||
url "http://cab.spbu.ru/files/release3.11.1/SPAdes-3.11.1.tar.gz"
|
||||
sha256 "3ab85d86bf7d595bd8adf11c971f5d258bbbd2574b7c1703b16d6639a725b474"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -12,6 +13,7 @@ class Spades < Formula
|
|||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "gcc"
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
|
||||
needs :openmp
|
||||
|
|
Loading…
Reference in a new issue