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:
ilovezfs 2017-12-25 01:32:40 -08:00
parent 262d6211d7
commit 2dce08e2a6

View file

@ -3,6 +3,7 @@ class Spades < Formula
homepage "http://bioinf.spbau.ru/spades/" homepage "http://bioinf.spbau.ru/spades/"
url "http://cab.spbu.ru/files/release3.11.1/SPAdes-3.11.1.tar.gz" url "http://cab.spbu.ru/files/release3.11.1/SPAdes-3.11.1.tar.gz"
sha256 "3ab85d86bf7d595bd8adf11c971f5d258bbbd2574b7c1703b16d6639a725b474" sha256 "3ab85d86bf7d595bd8adf11c971f5d258bbbd2574b7c1703b16d6639a725b474"
revision 1
bottle do bottle do
cellar :any cellar :any
@ -12,6 +13,7 @@ class Spades < Formula
end end
depends_on "cmake" => :build depends_on "cmake" => :build
depends_on "gcc"
depends_on :python if MacOS.version <= :snow_leopard depends_on :python if MacOS.version <= :snow_leopard
needs :openmp needs :openmp