summaryrefslogtreecommitdiff
path: root/homebrew/blast/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/blast/.beer')
-rw-r--r--homebrew/blast/.beer31
1 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/blast/.beer b/homebrew/blast/.beer
new file mode 100644
index 000000000..4f13ddb08
--- /dev/null
+++ b/homebrew/blast/.beer
@@ -0,0 +1,31 @@
+{
+ "name": "Blast",
+ "description": "Basic Local Alignment Search Tool",
+ "url": "https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.8.1/ncbi-blast-2.8.1+-src.tar.gz",
+ "mirror": null,
+ "homepage": "https://blast.ncbi.nlm.nih.gov/",
+ "depends": [
+ {
+ "depend": "lmdb",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "proj",
+ "reason": "both install a `libproj.a` library"
+ }
+ ],
+ "patches": [],
+ "install": [
+ "cd \"c++\" do",
+ "system \"./configure\", \"--prefix=#{prefix}\",",
+ "\"--without-debug\",",
+ "\"--without-boost\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.8.1",
+ "file": "blast.rb"
+} \ No newline at end of file