-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[devel/ros-catkin] Update to catkin-0.5.67
This is a major update from 0.4.5 (ros-fuerte) to 0.5.67 (ros-groovy), featuring a massive rewrite. This version is not compatible with the previous. See CHANGELOG.rst in the sources for the gory details. Local patches fix issues regarding .pc files, introducing an incompatibility with official binarary package until this is merged upstream. See: ros/catkin#444 ros/catkin#445 Another local patch installs env.sh, setup.sh at al. in etc/ros instead of the root prefix. Their functionality is unchanged, though. While here, rename the package from catkin to ros-catkin, for consistency with other ros packages and easier package management from the command line (e.g. robotpkg_delete ros-\*) or in robotpkg.conf (e.g. PKG_OPTIONS.ros-%)
- Loading branch information
Anthony Mallet
committed
Jun 25, 2013
1 parent
f799697
commit a5b6c06
Showing
21 changed files
with
389 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# robotpkg Makefile for: devel/catkin | ||
# Created: Anthony Mallet on Sun, 15 Jul 2012 | ||
# | ||
|
||
ROS_PKG= catkin | ||
ROS_VERSION= 0.5.67 | ||
|
||
CATEGORIES= devel | ||
ROS_COMMENT= low-level build system macros and infrastructure | ||
|
||
include ../../meta-pkgs/ros-base/Makefile.common | ||
|
||
CMAKE_ARGS+=-DGTEST_ROOT=${PREFIX.googletest} | ||
CMAKE_ARGS+=-DNOSETESTS=${NOSETESTS} | ||
CMAKE_ARGS+=-DCMAKE_PREFIX_PATH=${PREFIX} | ||
|
||
SUBST_CLASSES+= py-interp | ||
SUBST_FILES.py-interp+= bin/catkin_* | ||
SUBST_FILES.py-interp+= cmake/*.py cmake/*/*.py cmake/*/*.py.in | ||
SUBST_FILES.py-interp+= doc/*.py | ||
SUBST_FILES.py-interp+= test/*/*.py | ||
|
||
SUBST_CLASSES+= bash-interp | ||
SUBST_FILES.bash-interp+= cmake/templates/*.bash.in | ||
|
||
include ../../sysutils/py-catkin-pkg/depend.mk | ||
include ../../mk/sysdep/bash.mk | ||
include ../../mk/sysdep/cmake.mk | ||
include ../../mk/sysdep/googletest.mk | ||
include ../../mk/sysdep/py-argparse.mk | ||
include ../../mk/sysdep/py-empy.mk | ||
include ../../mk/sysdep/py-nose.mk | ||
include ../../mk/robotpkg.mk |
Oops, something went wrong.