summaryrefslogtreecommitdiff
path: root/homebrew/itpp/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/itpp/.make.sh-auto')
-rw-r--r--homebrew/itpp/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/itpp/.make.sh-auto b/homebrew/itpp/.make.sh-auto
new file mode 100644
index 000000000..fd2686918
--- /dev/null
+++ b/homebrew/itpp/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+mkdir "build" && cd build
+args = std_cmake_args
+args.delete "-DCMAKE_BUILD_TYPE=None"
+args << "-DCMAKE_BUILD_TYPE=Release"
+cmake .. *args
+make
+make DESTDIR=${PKG_DEST} install