Skip to content

Commit

Permalink
Fix wrong name of qpOASES_CONDA_VERSION variable and remove hardcodin…
Browse files Browse the repository at this point in the history
…g step of qpoases build useless since we switch to use qpOASES binary from conda-forge (#1085)
  • Loading branch information
traversaro authored Apr 6, 2022
1 parent 1e704cd commit 2077c7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/generate-conda-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ jobs:
rm -rf icub-main
conda mambabuild -m ${CONDA_PREFIX}/conda_build_config.yaml -m ${GITHUB_WORKSPACE}/conda/conda_build_config.yml lie-group-controllers
rm -rf lie-group-controllers
conda mambabuild -m ${CONDA_PREFIX}/conda_build_config.yaml -m ${GITHUB_WORKSPACE}/conda/conda_build_config.yml qpoases
rm -rf qpoases
conda mambabuild -m ${CONDA_PREFIX}/conda_build_config.yaml -m ${GITHUB_WORKSPACE}/conda/conda_build_config.yml yarp-matlab-bindings
rm -rf yarp-matlab-bindings
conda mambabuild -m ${CONDA_PREFIX}/conda_build_config.yaml -m ${GITHUB_WORKSPACE}/conda/conda_build_config.yml wb-toolbox
Expand Down
2 changes: 1 addition & 1 deletion cmake/BuildqpOASES.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ set(qpOASES_CONDA_PKG_CONDA_FORGE_OVERRIDE ON)
# (something like 3.2.0.1) and the version available in conda-forge when generating conda metapackages
# such as robotology-distro and robotology-distro-all, we override the conda package version of qpOASES
# here. This needs to be removed as soon as we stop use our fork in the superbuild
set(casadi_CONDA_VERSION 3.2.1)
set(qpOASES_CONDA_VERSION 3.2.1)

0 comments on commit 2077c7e

Please sign in to comment.