Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/files/
Date: Wed, 28 Aug 2019 17:02:12
Message-Id: 1567011700.cd42d97b9ec515aa8d218e7a59ad1f63e0bd4f8a.aballier@gentoo
1 commit: cd42d97b9ec515aa8d218e7a59ad1f63e0bd4f8a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 14:15:38 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 17:01:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd42d97b
7
8 dev-ros/camera_calibration_parsers: fix boost python detection
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/camera_calibration_parsers/files/boostpython.patch | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ros/camera_calibration_parsers/files/boostpython.patch b/dev-ros/camera_calibration_parsers/files/boostpython.patch
17 index 8e2b868ec45..02019d6458f 100644
18 --- a/dev-ros/camera_calibration_parsers/files/boostpython.patch
19 +++ b/dev-ros/camera_calibration_parsers/files/boostpython.patch
20 @@ -14,7 +14,7 @@ Index: camera_calibration_parsers/CMakeLists.txt
21 -else()
22 - find_package(Boost REQUIRED COMPONENTS filesystem python3)
23 -endif()
24 -+find_package(Boost REQUIRED COMPONENTS filesystem python)
25 ++find_package(Boost REQUIRED COMPONENTS filesystem python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR})
26 include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS})
27
28 catkin_python_setup()