We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7eae9 commit c43f362Copy full SHA for c43f362
vinca/templates/build_ament_cmake.sh.in
@@ -32,6 +32,8 @@ echo "USING PKG_CONFIG_EXECUTABLE=${PKG_CONFIG_EXECUTABLE}"
32
export ROS_PYTHON_VERSION=`$PYTHON_EXECUTABLE -c "import sys; print('%i.%i' % (sys.version_info[0:2]))"`
33
echo "Using Python ${ROS_PYTHON_VERSION}"
34
35
+export ROS_DISTRO="@(ros_distro)"
36
+
37
# see https://github.com/conda-forge/cross-python-feedstock/issues/24
38
if [[ "$CONDA_BUILD_CROSS_COMPILATION" == "1" ]]; then
39
find $PREFIX/lib/cmake -type f -exec sed -i "s~\${_IMPORT_PREFIX}/lib/python${ROS_PYTHON_VERSION}/site-packages~${BUILD_PREFIX}/lib/python${ROS_PYTHON_VERSION}/site-packages~g" {} + || true
0 commit comments