public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Add missing buildrequires
@ 2026-06-25  5:49 Rich Mattes
  0 siblings, 0 replies; only message in thread
From: Rich Mattes @ 2026-06-25  5:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 4ac6fa5e7f37c5484bfa4350d52b29a37829090b
Author : Rich Mattes <richmattes@gmail.com>
Date   : 2013-08-26T20:42:41-04:00
Stats  : +5/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/4ac6fa5e7f37c5484bfa4350d52b29a37829090b?branch=f44

Log:
Add missing buildrequires

---
diff --git a/pcl.spec b/pcl.spec
index 4719889..5568d5b 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -8,6 +8,7 @@ License:        BSD
 URL:            http://pointclouds.org/
 Source0:        https://github.com/PointCloudLibrary/pcl/archive/pcl-1.7.0.tar.gz
 # Patch to compile against vtk 6.0.0
+# Derived from https://github.com/kylelutz/pcl/commit/3deda478962361442dc492c01de03cc826aad51c.patch
 Patch0:         %{name}-vtk6.patch
 # Patch to compile against system metslib
 Patch1:         %{name}-1.7.0-metslib.patch
@@ -23,9 +24,10 @@ BuildRequires:  tetex-latex
 %endif
 
 # mandatory
-BuildRequires:  eigen3-static, flann-devel, cminpack-devel, vtk-devel, gl2ps-devel, metslib-static
+BuildRequires:  eigen3-static, flann-devel, cminpack-devel, vtk-devel, gl2ps-devel, hdf5-devel, python-devel, libxml2-devel
+#BuildRequires: metslib-static
 # optional
-BuildRequires:  qhull-devel, libusb1-devel, gtest-devel qtwebkit-devel
+BuildRequires:  qhull-devel, libusb1-devel, gtest-devel, qtwebkit-devel
 %ifarch %{ix86} x86_64
 BuildRequires:  openni-devel
 %endif
@@ -80,7 +82,7 @@ Library.
 %patch0 -p1 -b .vtk6
 %patch1 -p0 -b .metslib
 # Just to make it obvious we're not using any of these
-rm -fr recognition/include/pcl/recognition/3rdparty/metslib
+#rm -fr recognition/include/pcl/recognition/3rdparty/metslib
 rm -fr surface/src/3rdparty/opennurbs
 rm -rf surface/include/pcl/surface/3rdparty/opennurbs
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-25  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25  5:49 [rpms/pcl] f44: Add missing buildrequires Rich Mattes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox