From eb48426d9267e89ba68d1f8f1e41983e31c91d75 Mon Sep 17 00:00:00 2001 From: Dzhelil Rufat Date: Wed, 23 Jun 2010 20:49:22 -0700 Subject: New Formula: CGAL 3.2 The goal of the CGAL Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods... Signed-off-by: Adam Vandenberg --- Library/Formula/cgal.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/cgal.rb (limited to 'Library/Formula/cgal.rb') diff --git a/Library/Formula/cgal.rb b/Library/Formula/cgal.rb new file mode 100644 index 000000000..418853c46 --- /dev/null +++ b/Library/Formula/cgal.rb @@ -0,0 +1,18 @@ +require 'formula' + +class Cgal :optional + + def install + system "cmake", ".", "-DCMAKE_INSTALL_PREFIX=#{prefix}", "-DCMAKE_BUILD_TYPE=Release" + system "make install" + end +end -- cgit v1.2.3