require 'formula' class Cgal :build depends_on 'boost' depends_on 'gmp' depends_on 'mpfr' depends_on 'qt' => :optional def install system "cmake", ".", "-DCMAKE_INSTALL_PREFIX=#{prefix}", "-DCMAKE_BUILD_TYPE=Release" system "make install" end end