Skip to content

Commit

Permalink
Rebuild for qt515 (#134)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jun 5, 2022
2 parents c624813 + cc3c67f commit 27ba3ca
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .ci_support/linux_64_OGRE_VERSION1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ pin_run_as_build:
max_pin: x.x
libuuid:
max_pin: x
qt_main:
- '5.15'
target_platform:
- linux-64
tbb_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_64_OGRE_VERSION1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ pin_run_as_build:
max_pin: x.x
libuuid:
max_pin: x
qt_main:
- '5.15'
target_platform:
- linux-64
tbb_devel:
Expand Down
10 changes: 10 additions & 0 deletions .ci_support/migrations/qt515.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
migrator_ts: 1653771978
__migrator:
kind: version
migration_number: 1
bump_number: 1

qt:
- 5.15
qt_main:
- 5.15
2 changes: 2 additions & 0 deletions .ci_support/osx_64_OGRE_VERSION1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ pin_run_as_build:
max_pin: x.x
zlib:
max_pin: x.x
qt_main:
- '5.15'
target_platform:
- osx-64
tbb_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_64_OGRE_VERSION1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ pin_run_as_build:
max_pin: x.x
zlib:
max_pin: x.x
qt_main:
- '5.15'
target_platform:
- osx-64
tbb_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_OGRE_VERSION1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ pin_run_as_build:
max_pin: x.x
zlib:
max_pin: x.x
qt_main:
- '5.15'
target_platform:
- osx-arm64
tbb_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_OGRE_VERSION1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ pin_run_as_build:
max_pin: x.x
zlib:
max_pin: x.x
qt_main:
- '5.15'
target_platform:
- osx-arm64
tbb_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_OGRE_VERSION1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ pin_run_as_build:
max_pin: x
libgdal:
max_pin: x.x
qt_main:
- '5.15'
target_platform:
- win-64
tbb_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_OGRE_VERSION1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ pin_run_as_build:
max_pin: x
libgdal:
max_pin: x.x
qt_main:
- '5.15'
target_platform:
- win-64
tbb_devel:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source:
- 3190.patch

build:
number: 3
number: 4
run_exports:
- {{ pin_subpackage('gazebo', max_pin='x') }}

Expand Down

0 comments on commit 27ba3ca

Please sign in to comment.