Skip to content

Commit

Permalink
Merge pull request #19 from regro-cf-autotick-bot/rebuild-flann192-0-…
Browse files Browse the repository at this point in the history
…1_h61518b

Rebuild for flann192
  • Loading branch information
traversaro authored Oct 22, 2023
2 parents 2e76342 + e0bf34e commit 46728d5
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
flann:
- 1.9.1
- 1.9.2
pin_run_as_build:
flann:
max_pin: x.x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
flann:
- 1.9.1
- 1.9.2
pin_run_as_build:
flann:
max_pin: x.x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
flann:
- 1.9.1
- 1.9.2
pin_run_as_build:
flann:
max_pin: x.x.x
Expand Down
7 changes: 7 additions & 0 deletions .ci_support/migrations/flann192.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
flann:
- 1.9.2
migrator_ts: 1697901130.1594567
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler:
cxx_compiler_version:
- '16'
flann:
- 1.9.1
- 1.9.2
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler:
cxx_compiler_version:
- '16'
flann:
- 1.9.1
- 1.9.2
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- vs2019
flann:
- 1.9.1
- 1.9.2
pin_run_as_build:
flann:
max_pin: x.x.x
Expand Down
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified .scripts/run_win_build.bat
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build_platform:
linux_aarch64: linux_64
linux_ppc64le: linux_64
osx_arm64: osx_64
conda_forge_output_validation: true
test_on_native_only: true
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
test_on_native_only: true
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
- 553.patch

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

Expand Down

0 comments on commit 46728d5

Please sign in to comment.