summaryrefslogtreecommitdiff
path: root/homebrew/bowtie2/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/bowtie2/.make.sh-auto')
-rw-r--r--homebrew/bowtie2/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/bowtie2/.make.sh-auto b/homebrew/bowtie2/.make.sh-auto
new file mode 100644
index 000000000..cf85f89d0
--- /dev/null
+++ b/homebrew/bowtie2/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+tbb = Formula["tbb"]
+make DESTDIR=${PKG_DEST} install WITH_TBB=1 prefix=${PKG_TAPF} EXTRA_FLAGS=-L #{tbb.opt_lib} INC=-I #{tbb.opt_include}
+pkgshare.install "example", "scripts"