diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-04-14 09:21:47 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-04-14 09:21:47 +0000 |
| commit | 4ccb9b2c88e648743dd5ec4bf1e5b2ecacc38d3c (patch) | |
| tree | 907d56b7fd6c619660aa6dd1219aba27bf45bc02 | |
| parent | 79a65257c617087f30022a9da501f0971406093c (diff) | |
automatic import of moveit-ros-visualizationopeneuler24.03_LTS
| -rw-r--r-- | moveit-ros-visualization.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/moveit-ros-visualization.spec b/moveit-ros-visualization.spec index 1536563..69f2be1 100644 --- a/moveit-ros-visualization.spec +++ b/moveit-ros-visualization.spec @@ -12,7 +12,7 @@ Name: ros-%{ros_distro}-%{RosPkgName} Version: 2.5.9 -Release: 3%{?dist}%{?release_suffix} +Release: 6%{?dist}%{?release_suffix} Summary: Components of MoveIt that offer visualization Url: http://moveit.ai @@ -90,7 +90,8 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} %endif ../%{RosPkgName}-%{version} -%make_build +# Limit parallel jobs to avoid OOM on aarch64 (Qt MOC + OGRE templates are memory-intensive) +make -j2 %install # Needed to bootstrap since the ros_workspace package does not yet exist. |
