summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-04-06 13:28:00 +0000
committerCoprDistGit <infra@openeuler.org>2026-04-06 13:28:00 +0000
commitff034bd9e75e43868e31e59b30f9c201b6ad49b6 (patch)
treec773c5a2d799f06184f81b95cfd192dd9ece08c7
parentf416f1cab5167b789ebc924665a67c4636164a9c (diff)
automatic import of examples-tf2-pyopeneuler24.03_LTS
-rw-r--r--examples-tf2-py.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples-tf2-py.spec b/examples-tf2-py.spec
index f6dcfb6..3c5bac2 100644
--- a/examples-tf2-py.spec
+++ b/examples-tf2-py.spec
@@ -47,7 +47,6 @@ Has examples of using the tf2 Python API.
# in the install tree and source it. It will set things like
# CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "/opt/ros/%{ros_distro}/setup.sh" ]; then . "/opt/ros/%{ros_distro}/setup.sh"; fi
-cd %{RosPkgName}-%{version}
%py3_build
%install
@@ -55,7 +54,6 @@ cd %{RosPkgName}-%{version}
# in the install tree and source it. It will set things like
# CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "/opt/ros/%{ros_distro}/setup.sh" ]; then . "/opt/ros/%{ros_distro}/setup.sh"; fi
-cd %{RosPkgName}-%{version}
%py3_install -- --prefix "/opt/ros/%{ros_distro}"
%if 0%{?with_tests}