Skip to content

Commit

Permalink
let's see if this breaks builds. probably.
Browse files Browse the repository at this point in the history
  • Loading branch information
gp0 committed Mar 24, 2015
1 parent 362c2db commit e7d334b
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
using BinDeps
@BinDeps.setup

deps = [
mafft = library_dependency("mafft"),
biopython = library_dependency("python-biopython")
]

provides(AptGet,
{"mafft" => mafft})

provides(AptGet,
{"python-biopython" => biopython})

@BinDeps.install
run(`sudo apt-get install mafft`)
run(`sudo apt-get install python-biopython`)

0 comments on commit e7d334b

Please sign in to comment.