From 26def7ba307bc080c2f719e363f9c527e1bb901a Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Fri, 12 Apr 2019 21:19:13 +0200 Subject: [PATCH] pcl: patch and revision for boost --- Formula/pcl.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/pcl.rb b/Formula/pcl.rb index 55ea18bdf4..649690604f 100644 --- a/Formula/pcl.rb +++ b/Formula/pcl.rb @@ -23,6 +23,12 @@ class Pcl < Formula depends_on "qhull" depends_on "vtk" + # Upstream patch for boost 1.70.0 + patch do + url "https://github.com/PointCloudLibrary/pcl/commit/648932bc.diff?full_index=1" + sha256 "23f2cced7786715c59b49a48e4037eb9dea9abee099c4c5c92d95a647636b5ec" + end + def install args = std_cmake_args + %w[ -DBUILD_SHARED_LIBS:BOOL=ON