diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-28 16:50:59 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-28 16:53:39 +0100 |
commit | 04e4338ef7ef04120ffeed593bc623b3d684f926 (patch) | |
tree | b4ad5c83760cccd86d420268b8cf7580c62d4f3c /dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild | |
parent | dev-ros/visp_auto_tracker: Bump to kinetic version and 0.9.3. (diff) | |
download | gentoo-04e4338ef7ef04120ffeed593bc623b3d684f926.tar.gz gentoo-04e4338ef7ef04120ffeed593bc623b3d684f926.tar.bz2 gentoo-04e4338ef7ef04120ffeed593bc623b3d684f926.zip |
dev-ros/visp_camera_calibration: Bump to kinetic version and 0.9.3. Fix build with gcc6 and boost 1.63
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild')
-rw-r--r-- | dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild b/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild index f71ea673dafa..094c5e84f9e7 100644 --- a/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild +++ b/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 ROS_REPO_URI="https://github.com/lagadic/vision_visp" KEYWORDS="~amd64 ~arm" -VER_PREFIX="jade-" +VER_PREFIX="kinetic-" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes PYTHON_COMPAT=( python{2_7,3_4} ) @@ -24,8 +24,10 @@ RDEPEND=" dev-ros/roscpp dev-ros/visp_bridge sci-libs/ViSP:= + dev-libs/boost:= " DEPEND="${RDEPEND}" if [ "${PV#9999}" = "${PV}" ] ; then - S="${WORKDIR}/vision_visp-jade-${PV}/${ROS_SUBDIR}" + S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" fi +PATCHES=( "${FILESDIR}/gcc6.patch" "${FILESDIR}/boost.patch" ) |