summaryrefslogtreecommitdiff
path: root/homebrew/mmseqs2/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mmseqs2/.make.sh-auto')
-rw-r--r--homebrew/mmseqs2/.make.sh-auto10
1 files changed, 10 insertions, 0 deletions
diff --git a/homebrew/mmseqs2/.make.sh-auto b/homebrew/mmseqs2/.make.sh-auto
new file mode 100644
index 000000000..a2473276e
--- /dev/null
+++ b/homebrew/mmseqs2/.make.sh-auto
@@ -0,0 +1,10 @@
+pkg:setup
+args = *std_cmake_args << "-DHAVE_TESTS=0" << "-DHAVE_MPI=0"
+args << "-DVERSION_OVERRIDE=#{version}"
+args << "-DHAVE_SSE4_1=1"
+args << "-DCMAKE_CXX_FLAGS=-D__APPLE_API_STRICT_CONFORMANCE"
+cmake . *args
+make DESTDIR=${PKG_DEST} install
+resource("documentation").stage { doc.install Dir["*"] }
+pkgshare.install "examples"
+bash_completion.install "util/bash-completion.sh" => "mmseqs.sh"