pcl: patch and revision for boost

This commit is contained in:
FX Coudert 2019-04-12 21:19:13 +02:00
parent 054c0c25bb
commit 26def7ba30

View file

@ -23,6 +23,12 @@ class Pcl < Formula
depends_on "qhull" depends_on "qhull"
depends_on "vtk" 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 def install
args = std_cmake_args + %w[ args = std_cmake_args + %w[
-DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=ON