diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-09-20 20:23:57 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-09-20 20:23:57 +0000 |
| commit | 24ca5ba3c7c8f9b697cf239fe19352cb8a12dfa7 (patch) | |
| tree | 4f8c95485597e775244b5a3c551fac6122eb187b | |
| parent | 3a62ed1c5ae3d6007c71a09ec62373cdd293c69e (diff) | |
automatic import of ros-humble-nebula-core-hw-interfaces
| -rw-r--r-- | nebula-core-hw-interfaces.spec | 9 | ||||
| -rw-r--r-- | sources | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/nebula-core-hw-interfaces.spec b/nebula-core-hw-interfaces.spec index 5e5eaf9..1edb049 100644 --- a/nebula-core-hw-interfaces.spec +++ b/nebula-core-hw-interfaces.spec @@ -38,7 +38,6 @@ HTTP) for the Nebula sensor driver framework. export PYTHONPATH=/opt/ros/%{ros_distro}/lib/python%{python3_version}/site-packages${PYTHONPATH:+:$PYTHONPATH} export PKG_CONFIG_PATH=/opt/ros/%{ros_distro}/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH} -mkdir -p .obj && cd .obj %cmake3 \ -DCMAKE_INSTALL_PREFIX="/opt/ros/%{ros_distro}" \ -DAMENT_PREFIX_PATH="/opt/ros/%{ros_distro}" \ @@ -48,13 +47,11 @@ mkdir -p .obj && cd .obj -DSETUPTOOLS_DEB_LAYOUT=OFF \ -DBUILD_TESTING=OFF -DTESTING=OFF \ -DCMAKE_SUPPRESS_REGENERATION=ON \ - -S ../nebula_core/nebula_core_hw_interfaces \ - -B . -make %{?_smp_mflags} + -S src/nebula_core/nebula_core_hw_interfaces +%cmake3_build %install -cd .obj -make install DESTDIR=%{buildroot} +%cmake3_install %files /opt/ros/%{ros_distro}/ @@ -1 +1 @@ -b6a23134a73c395de3b6d31e1c38f83f nebula-1.2.0.tar.gz +e23dec938fbde61c14f4f2b084bc5b6a nebula-1.2.0.tar.gz |
