summaryrefslogtreecommitdiff
path: root/homebrew/cgal/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cgal/.make.sh-auto')
-rw-r--r--homebrew/cgal/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/cgal/.make.sh-auto b/homebrew/cgal/.make.sh-auto
new file mode 100644
index 000000000..250213581
--- /dev/null
+++ b/homebrew/cgal/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+args = std_cmake_args + %W[-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_NAME_DIR=#{HOMEBREW_PREFIX}/lib -DWITH_Eigen3=ON -DWITH_LAPACK=ON -DWITH_CGAL_Qt5=OFF -DWITH_CGAL_ImageIO=OFF ]
+cmake . *args
+make DESTDIR=${PKG_DEST} install