-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Had to force PYTHONPATH to update during build because setup script i…
…s not created yet to run.
- Loading branch information
1 parent
cb0a8d0
commit 16a1217
Showing
6 changed files
with
32 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# Automatically generated setup file for @PROJECT_NAME@ | ||
export BAESIANBALANCER_SUPERBUILD_SOURCE_DIR=@PROJECT_SOURCE_DIR_SETUP_SH@ | ||
export BAESIANBALANCER_SUPERBUILD_INSTALL_PREFIX=@YCM_EP_INSTALL_DIR_SETUP_SH@ | ||
export OPENSIM2REAL_SUPERBUILD_SOURCE_DIR=@PROJECT_SOURCE_DIR_SETUP_SH@ | ||
export OPENSIM2REAL_SUPERBUILD_INSTALL_PREFIX=@YCM_EP_INSTALL_DIR_SETUP_SH@ | ||
# Extend PATH (see https://en.wikipedia.org/wiki/PATH_(variable) ) | ||
export PATH=$PATH:$BAESIANBALANCER_SUPERBUILD_INSTALL_PREFIX/bin | ||
export PATH=$PATH:$OPENSIM2REAL_SUPERBUILD_INSTALL_PREFIX/bin | ||
|
||
# Extend CMAKE_PREFIX_PATH (see https://cmake.org/cmake/help/v3.8/variable/CMAKE_PREFIX_PATH.html ) | ||
export CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH:+${CMAKE_PREFIX_PATH}:}${BAESIANBALANCER_SUPERBUILD_INSTALL_PREFIX} | ||
export CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH:+${CMAKE_PREFIX_PATH}:}${OPENSIM2REAL_SUPERBUILD_INSTALL_PREFIX} | ||
# Extend path for shared libraries (see http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html) | ||
export @SHLIB_ENV_VAR@=${@SHLIB_ENV_VAR@:+${@SHLIB_ENV_VAR@}:}${BAESIANBALANCER_SUPERBUILD_INSTALL_PREFIX}/lib | ||
export @SHLIB_ENV_VAR@=${@SHLIB_ENV_VAR@:+${@SHLIB_ENV_VAR@}:}${OPENSIM2REAL_SUPERBUILD_INSTALL_PREFIX}/lib | ||
|
||
# # Setup the path of blockfactory plugins | ||
# export BLOCKFACTORY_PLUGIN_PATH=${BLOCKFACTORY_PLUGIN_PATH:+${BLOCKFACTORY_PLUGIN_PATH}:}$ROBOTOLOGY_SUPERBUILD_INSTALL_PREFIX/@BLOCKFACTORY_PLUGIN_PATH_DIRECTORY@/blockfactory | ||
|
||
# Extend path for bash completion (see https://github.com/robotology/robotology-superbuild/issues/622#issuecomment-847586406) | ||
export XDG_DATA_DIRS=${XDG_DATA_DIRS:+${XDG_DATA_DIRS}:}$BAESIANBALANCER_SUPERBUILD_INSTALL_PREFIX/share | ||
export XDG_DATA_DIRS=${XDG_DATA_DIRS:+${XDG_DATA_DIRS}:}$OPENSIM2REAL_SUPERBUILD_INSTALL_PREFIX/share | ||
|
||
# export ROS_PACKAGE_PATH=${ROS_PACKAGE_PATH:+${ROS_PACKAGE_PATH}:}${ROBOTOLOGY_SUPERBUILD_INSTALL_PREFIX}/share | ||
# export AMENT_PREFIX_PATH=${AMENT_PREFIX_PATH:+${AMENT_PREFIX_PATH}:}${ROBOTOLOGY_SUPERBUILD_INSTALL_PREFIX} | ||
# export GAZEBO_MODEL_PATH=${GAZEBO_MODEL_PATH:+${GAZEBO_MODEL_PATH}:}${ROBOTOLOGY_SUPERBUILD_INSTALL_PREFIX}/share/gazebo/models:${ROBOTOLOGY_SUPERBUILD_INSTALL_PREFIX}/share/iCub/robots:${ROBOTOLOGY_SUPERBUILD_INSTALL_PREFIX}/share | ||
|
||
@cmakeif BAESIANBALANCER_USES_PYTHON | ||
@cmakeif OPENSIM2REAL_USES_PYTHON | ||
# Add the python bindings directory to the PYTHON_PATH | ||
export PYTHONPATH=${PYTHONPATH:+${PYTHONPATH}:}${BAESIANBALANCER_SUPERBUILD_INSTALL_PREFIX}/@BAESIANBALANCER_SUPERBUILD_PYTHON_INSTALL_DIR_SETUP_SH@ | ||
export PYTHONPATH=${PYTHONPATH:+${PYTHONPATH}:}${BAESIANBALANCER_SUPERBUILD_INSTALL_PREFIX}/@IDYNTREE_PYTHON_INSTALL_DIR_SETUP_SH@ | ||
@endcmakeif BAESIANBALANCER_USES_PYTHON | ||
export PYTHONPATH=${PYTHONPATH:+${PYTHONPATH}:}${OPENSIM2REAL_SUPERBUILD_INSTALL_PREFIX}/@OPENSIM2REAL_SUPERBUILD_PYTHON_INSTALL_DIR_SETUP_SH@ | ||
export PYTHONPATH=${PYTHONPATH:+${PYTHONPATH}:}${OPENSIM2REAL_SUPERBUILD_INSTALL_PREFIX}/@IDYNTREE_PYTHON_INSTALL_DIR_SETUP_SH@ | ||
@endcmakeif OPENSIM2REAL_USES_PYTHON |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
repositories: | ||
pybind11: | ||
type: git | ||
url: https://github.com/pybind/pybind11.git | ||
version: master | ||
# repositories: | ||
# pybind11: | ||
# type: git | ||
# url: https://github.com/pybind/pybind11.git | ||
# version: master |