Skip to content

Commit 90baa3f

Browse files
authored
Merge pull request conda-forge#55 from regro-cf-autotick-bot/rebuild-libopencv490-0-1_hf98f9e
Rebuild for libopencv 4.9.0
2 parents eb7ded8 + 64f4095 commit 90baa3f

File tree

8 files changed

+17
-9
lines changed

8 files changed

+17
-9
lines changed

.ci_support/linux_64_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libboost_devel:
2121
libmatio_cpp:
2222
- 0.2.3
2323
libopencv:
24-
- 4.8.1
24+
- 4.9.0
2525
libosqp:
2626
- 0.6.3
2727
pin_run_as_build:

.ci_support/linux_aarch64_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ libboost_devel:
2525
libmatio_cpp:
2626
- 0.2.3
2727
libopencv:
28-
- 4.8.1
28+
- 4.9.0
2929
libosqp:
3030
- 0.6.3
3131
pin_run_as_build:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
__migrator:
2+
build_number: 1
3+
commit_message: Rebuild for libopencv 4.9.0
4+
kind: version
5+
migration_number: 1
6+
libopencv:
7+
- 4.9.0
8+
migrator_ts: 1704876012.315286

.ci_support/osx_64_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libboost_devel:
1919
libmatio_cpp:
2020
- 0.2.3
2121
libopencv:
22-
- 4.8.1
22+
- 4.9.0
2323
libosqp:
2424
- 0.6.3
2525
macos_machine:

.ci_support/osx_arm64_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libboost_devel:
1919
libmatio_cpp:
2020
- 0.2.3
2121
libopencv:
22-
- 4.8.1
22+
- 4.9.0
2323
libosqp:
2424
- 0.6.3
2525
macos_machine:

.ci_support/win_64_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libboost_devel:
1313
libmatio_cpp:
1414
- 0.2.3
1515
libopencv:
16-
- 4.8.1
16+
- 4.9.0
1717
libosqp:
1818
- 0.6.3
1919
pin_run_as_build:

conda-forge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
build_platform:
2-
osx_arm64: osx_64
32
linux_aarch64: linux_64
3+
osx_arm64: osx_64
44
conda_build:
55
pkg_format: '2'
6-
conda_build_tool: "conda-build"
6+
conda_build_tool: conda-build
77
conda_forge_output_validation: true
88
github:
99
branch_name: main
1010
tooling_branch_name: main
11-
test: native_and_emulated
1211
provider:
1312
linux_aarch64: azure
13+
test: native_and_emulated

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source:
1313
patches:
1414

1515
build:
16-
number: 0
16+
number: 1
1717

1818
outputs:
1919
- name: {{ namecxx }}

0 commit comments

Comments
 (0)