Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Olivier Stasse
robotpkg
Commits
feca7d5b
Commit
feca7d5b
authored
Apr 05, 2018
by
Guilhem Saurel
Committed by
Anthony Mallet
Apr 05, 2018
Browse files
[meta-pkgs/hpp] some packages don't need hpp-util
Affected packages: * gepetto-viewer * gepetto-viewer-corba * hpp-fcl
parent
5be21574
Changes
11
Hide whitespace changes
Inline
Side-by-side
doc/hpp-tutorial/Makefile
View file @
feca7d5b
...
...
@@ -15,6 +15,7 @@ include ../../meta-pkgs/hpp/Makefile.common
include
../../devel/ros-catkin/depend.mk
include
../../graphics/hpp-gepetto-viewer/depend.mk
include
../../path/hpp-corbaserver/depend.mk
include
../../path/hpp-util/depend.mk
include
../../mk/language/c.mk
include
../../mk/sysdep/python.mk
include
../../mk/robotpkg.mk
graphics/hpp-gepetto-viewer/Makefile
View file @
feca7d5b
...
...
@@ -20,6 +20,7 @@ CMAKE_ARGS+= -DCXX_DISABLE_WERROR=yes
include
../../graphics/gepetto-viewer-corba/depend.mk
include
../../path/hpp-corbaserver/depend.mk
include
../../path/hpp-util/depend.mk
include
../../mk/sysdep/python.mk
include
../../mk/language/c.mk
include
../../mk/language/c++.mk
...
...
graphics/kpp-interface/Makefile
View file @
feca7d5b
...
...
@@ -17,6 +17,7 @@ post-install:
include
../../meta-pkgs/hpp/Makefile.common
include
../../path/hpp-corbaserver/depend.mk
include
../../path/hpp-util/depend.mk
include
../../mk/sysdep/kineoworks.mk
include
../../mk/sysdep/mesa.mk
include
../../mk/sysdep/glu.mk
...
...
math/hpp-geometry/Makefile
View file @
feca7d5b
...
...
@@ -20,6 +20,7 @@ include ../../math/geometric-tools/depend.mk
include
../../mk/sysdep/kineoworks.mk
include
../../devel/boost-headers/depend.mk
include
../../devel/boost-libs/depend.mk
include
../../path/hpp-util/depend.mk
include
../../mk/language/c.mk
include
../../mk/language/c++.mk
include
../../mk/robotpkg.mk
meta-pkgs/hpp/Makefile.common
View file @
feca7d5b
...
...
@@ -46,9 +46,6 @@ else
PKG_FAIL_REASON
+=
"Unknown HPP_BUILD_SYSTEM"
endif
ifneq
(hpp-util,${HPP_PACKAGE})
include
../../path/hpp-util/depend.mk
endif
include
../../mk/sysdep/doxygen.mk
include
../../mk/sysdep/latex.mk
include
../../pkgtools/pkg-config/depend.mk
middleware/hpp-template-corba/Makefile
View file @
feca7d5b
...
...
@@ -15,5 +15,6 @@ HPP_BUILD_SYSTEM= cmake
include
../../meta-pkgs/hpp/Makefile.common
include
../../middleware/omniORB/depend.mk
include
../../path/hpp-util/depend.mk
include
../../mk/language/c.mk
include
../../mk/robotpkg.mk
path/hpp-environment-data/Makefile
View file @
feca7d5b
...
...
@@ -14,6 +14,7 @@ LICENSE= gnu-lgpl-v2
HPP_BUILD_SYSTEM
=
cmake
include
../../meta-pkgs/hpp/Makefile.common
include
../../path/hpp-util/depend.mk
include
../../mk/language/c.mk
include
../../mk/language/c++.mk
include
../../mk/robotpkg.mk
path/hpp-fcl04/Makefile
View file @
feca7d5b
...
...
@@ -27,5 +27,6 @@ include ../../devel/boost-libs/depend.mk
include
../../mapping/octomap/depend.mk
include
../../math/libccd/depend.mk
include
../../graphics/assimp/depend.mk
include
../../path/hpp-util/depend.mk
include
../../mk/language/c.mk
include
../../mk/robotpkg.mk
path/hpp-manipulation-urdf/Makefile
View file @
feca7d5b
...
...
@@ -22,5 +22,6 @@ include ../../devel/tinyxml/depend.mk
include
../../path/hpp-manipulation/depend.mk
include
../../path/hpp-model-urdf/depend.mk
include
../../path/hpp-model/depend.mk
include
../../path/hpp-util/depend.mk
include
../../mk/language/c.mk
include
../../mk/robotpkg.mk
path/hpp-manipulation/Makefile
View file @
feca7d5b
...
...
@@ -17,5 +17,6 @@ include ../../meta-pkgs/hpp/Makefile.common
CMAKE_ARGS
+=
-DCXX_DISABLE_WERROR
=
yes
include
../../path/hpp-core/depend.mk
include
../../path/hpp-util/depend.mk
include
../../mk/language/c.mk
include
../../mk/robotpkg.mk
path/hpp-statistics/Makefile
View file @
feca7d5b
...
...
@@ -16,6 +16,7 @@ include ../../meta-pkgs/hpp/Makefile.common
# the software may not be 64bits clean, but let it build
CMAKE_ARGS
+=
-DCXX_DISABLE_WERROR
=
yes
include
../../path/hpp-util/depend.mk
include
../../mk/language/c.mk
include
../../mk/language/c++.mk
include
../../mk/robotpkg.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment