Skip to content

Commit

Permalink
Squashed 'modules/rmf/dependency/RMF/' changes from 26aeeb0f8a..643ad…
Browse files Browse the repository at this point in the history
…763ce

643ad763ce Drop HDF5 version specifier
dc27f6810c Work with newer Boost
ed01e8af3d Add better description of rmf-dev .deb package

git-subtree-dir: modules/rmf/dependency/RMF
git-subtree-split: 643ad763ce9466784dbd21baa789171dd32f3056
  • Loading branch information
benmwebb committed Apr 29, 2024
1 parent 5dd67dc commit 234970c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/rmf/dependency/RMF/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ find_package(Boost COMPONENTS system filesystem thread program_options iostreams
REQUIRED)

include(FindHDF5)
find_package(HDF5 1.8)
find_package(HDF5)

if("${HDF5_INCLUDE_DIRS}" MATCHES .*NOTFOUND)
set(RMF_DEPRECATED_BACKENDS 0 CACHE BOOL "Whether to build deprecated backends.")
Expand Down
1 change: 1 addition & 0 deletions modules/rmf/dependency/RMF/benchmark/benchmark_rmf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <boost/iterator/iterator_facade.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/directory.hpp>
#include <exception>
#include <iostream>
#include <chrono>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/directory.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/functional/hash/hash.hpp>
#include <boost/iterator/iterator_facade.hpp>
Expand Down
2 changes: 1 addition & 1 deletion modules/rmf/dependency/RMF/tools/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Package: rmf-dev
Section: libdevel
Architecture: any
Depends: rmf (= ${binary:Version}), ${misc:Depends}, cmake, swig, libboost-filesystem-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-thread-dev, libhdf5-dev, python3-dev, python3-numpy
Description: Library to support reading and writing of RMF files
Description: Library to support reading and writing of RMF files - development files
Headers to compile against RMF.

Package: rmf
Expand Down

0 comments on commit 234970c

Please sign in to comment.