Search Criteria
Package Details: ros-arch-deps 1.17-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ros-arch-deps.git (read-only, click to copy) |
---|---|
Package Base: | ros-arch-deps |
Description: | Dependencies for building ROS on Arch |
Upstream URL: | http://www.ros.org |
Licenses: | BSD |
Submitter: | kartikmohta |
Maintainer: | MarsSeed |
Last Packager: | MarsSeed |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2013-04-03 02:54 (UTC) |
Last Updated: | 2024-04-06 11:48 (UTC) |
Dependencies (37)
- assimp (assimp-gitAUR)
- boost (boost-gitAUR)
- cmake (cmake-gitAUR)
- console-bridgeAUR
- eigen (eigen-gitAUR)
- fltk (fltk-gitAUR)
- gazeboAUR (gazebo-gitAUR)
- gtest (googletest-gitAUR)
- log4cxx (log4cxx-gitAUR)
- lz4 (lz4-gitAUR)
- ogre-1.9AUR
- orocos-kdlAUR (orocos-kdl-gitAUR)
- pclAUR (pcl-gitAUR)
- poco (poco-gitAUR)
- python-dateutil
- python-defusedxml (python-defusedxml-gitAUR)
- python-empy (python-empy3AUR)
- python-gnupg
- python-netifaces (python-netifaces-gitAUR)
- python-nose
- Show 17 more dependencies...
Latest Comments
xianqihu commented on 2024-04-17 10:41 (UTC) (edited on 2024-04-17 11:04 (UTC) by xianqihu)
seems two more dependencies required for building ros2-iron: python-catkin_pkg, lttng-ust
kartikmohta commented on 2023-10-12 08:21 (UTC)
@MarsSeed Seems like sip4 is still needed, I cannot compile the
qt_gui_cpp
package without sip4 installed becausepython_qt_binding
(dependency ofqt_gui_cpp
) requires thesip
executable to be present but it's not there in sip v6.xThere is an open MR to add SIP5 support to
python_qt_binding
but it's not merged yet.MarsSeed commented on 2023-08-08 20:09 (UTC)
As it turns out, the new version of
sip
is explicitly needed if you remove all the 'sip4' related dependencies. Please kindly do so when you have the time.MarsSeed commented on 2023-08-07 19:00 (UTC)
Please kindly remove the now unneeded sip4 related dependencies.
The issue that originally made ROS packages work only with
sip4
andpython-sip4
was resolved in 2021 by PR#105 for both Melodic and Noetic.You can keep the already defined
python-pyqt5
dependency, which will pull in its ownpython-pyqt5-sip
requirement.All up-to-date ROS Melodic and Noetic packages will work with SIP 5+. Or the few ones that have not yet been updated on AUR will still pull in the sip4 dependency on their own; no need to force it for for every package.
kartikmohta commented on 2023-07-19 05:20 (UTC)
@MarsSeed updated, thanks!
MarsSeed commented on 2023-07-19 00:09 (UTC)
Please remove the deprecated
python-rosinstall
andpython-wstool
: they are not used anymore in ROS.felixonmars commented on 2014-03-25 03:21 (UTC)
giniu commented on 2013-05-19 11:25 (UTC)