spades 3.12.0
Closes #27978. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
14b73478da
commit
32b1e50cd8
1 changed files with 3 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
class Spades < Formula
|
||||
desc "De novo genome sequence assembly"
|
||||
homepage "http://cab.spbu.ru/software/spades/"
|
||||
url "http://cab.spbu.ru/files/release3.11.1/SPAdes-3.11.1.tar.gz"
|
||||
sha256 "3ab85d86bf7d595bd8adf11c971f5d258bbbd2574b7c1703b16d6639a725b474"
|
||||
revision 3
|
||||
url "http://cab.spbu.ru/files/release3.12.0/SPAdes-3.12.0.tar.gz"
|
||||
mirror "https://github.com/ablab/spades/releases/download/v3.12.0/SPAdes-3.12.0.tar.gz"
|
||||
sha256 "15b48a3bcbbe6a8ad58fd04ba5d3f1015990fbfd9bdf4913042803b171853ac7"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -16,13 +16,6 @@ class Spades < Formula
|
|||
depends_on "gcc"
|
||||
depends_on "python@2"
|
||||
|
||||
# Fix compilation with GCC 8.1 and later, remove in 3.12
|
||||
# https://github.com/ablab/spades/pull/106
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/cbb208e3/spades/gcc8-fix.diff"
|
||||
sha256 "9d0bb51570d0619d3dae0191695eebec60da392d2d38fdc464b1fd063173ca07"
|
||||
end
|
||||
|
||||
fails_with :clang # no OpenMP support
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue