cgal: fix and revision for boost

This commit is contained in:
FX Coudert 2019-04-20 14:00:26 +02:00
parent 743135ffc2
commit 896c9bc48e

View file

@ -3,6 +3,7 @@ class Cgal < Formula
homepage "https://www.cgal.org/"
url "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.14/CGAL-4.14.tar.xz"
sha256 "59464b1eaee892f2223ba570a7642892c999e29524ab102a6efd7c29c94a29f7"
revision 1
bottle do
cellar :any
@ -26,6 +27,7 @@ class Cgal < Formula
-DWITH_CGAL_Qt5=OFF
-DWITH_CGAL_ImageIO=OFF
]
system "cmake", ".", *args
system "make", "install"
end