Skip to content

Commit

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

Rebuild for spdlog 1.14
  • Loading branch information
traversaro authored Sep 29, 2024
2 parents bf0018d + bb77a4f commit 18d8191
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.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
spdlog:
- '1.13'
- '1.14'
target_platform:
- linux-64
zip_keys:
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 @@ -23,7 +23,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
spdlog:
- '1.13'
- '1.14'
target_platform:
- linux-aarch64
zip_keys:
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 @@ -19,7 +19,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
spdlog:
- '1.13'
- '1.14'
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
8 changes: 8 additions & 0 deletions .ci_support/migrations/spdlog114.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for spdlog 1.14
kind: version
migration_number: 1
migrator_ts: 1722204008.301365
spdlog:
- '1.14'
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
macos_machine:
- x86_64-apple-darwin13.4.0
spdlog:
- '1.13'
- '1.14'
target_platform:
- osx-64
zip_keys:
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 @@ -21,7 +21,7 @@ cxx_compiler_version:
macos_machine:
- arm64-apple-darwin20.0.0
spdlog:
- '1.13'
- '1.14'
target_platform:
- osx-arm64
zip_keys:
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 @@ -9,6 +9,6 @@ channel_targets:
cxx_compiler:
- vs2019
spdlog:
- '1.13'
- '1.14'
target_platform:
- win-64
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source:
- do_not_check_failed_test_output_value.patch # [linux]

build:
number: 2
number: 3

outputs:
- name: {{ cxx_name }}
Expand Down

0 comments on commit 18d8191

Please sign in to comment.