summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-08-15 06:52:49 +0000
committerCoprDistGit <infra@openeuler.org>2025-08-15 06:52:49 +0000
commitd695a2e2680b05c0a08cfe8b49d52eb9979c68a0 (patch)
tree0fec7bf84af8afbb8ef8ff1eb781d9a2cabfb57a
parent267ffa1f99ee88ff5366592cf536b3c0e96c678b (diff)
automatic import of ros-humble-sick-scan-xdopeneuler24.03_LTS
-rw-r--r--sick-scan-xd.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/sick-scan-xd.spec b/sick-scan-xd.spec
index b9a8139..5b0aaee 100644
--- a/sick-scan-xd.spec
+++ b/sick-scan-xd.spec
@@ -71,7 +71,7 @@ export ROS_PYTHON_VERSION=%{python3_version}
# CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "/opt/ros/%{ros_distro}/setup.sh" ]; then . "/opt/ros/%{ros_distro}/setup.sh"; fi
mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
-%cmake3 -j3\
+%cmake3 \
-UINCLUDE_INSTALL_DIR \
-ULIB_INSTALL_DIR \
-USYSCONF_INSTALL_DIR \
@@ -88,7 +88,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%endif
..
-%make_build
+%make_build -j3
%install
# Needed to bootstrap since the ros_workspace package does not yet exist.