-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate-conda-packages: Use conda-forge-pinning conda_build_config.y…
…aml (#710)
- Loading branch information
1 parent
474bd7d
commit fb89c96
Showing
3 changed files
with
18 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# bipedal-locomotion-framework requires 10.13 for std::bad_cast_any | ||
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64] | ||
- 10.13 # [osx and x86_64] | ||
|
||
# Pin opencv 4.5.1 to as a workaround for https://github.com/robotology/robotology-superbuild/issues/711 | ||
opencv: | ||
- 4.5.1 |
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