Skip to content

Commit

Permalink
Merge pull request #12 from regro-cf-autotick-bot/rebuild-boost1780-0…
Browse files Browse the repository at this point in the history
…-3_h5aba1c

Rebuild for boost1780
  • Loading branch information
Tobias-Fischer authored Sep 19, 2022
2 parents 510153d + 392e76f commit 46d9918
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boost_cpp:
- 1.74.0
- 1.78.0
c_compiler:
- gcc
c_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boost_cpp:
- 1.74.0
- 1.78.0
c_compiler:
- gcc
c_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boost_cpp:
- 1.74.0
- 1.78.0
c_compiler:
- gcc
c_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boost_cpp:
- 1.74.0
- 1.78.0
c_compiler:
- gcc
c_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boost_cpp:
- 1.74.0
- 1.78.0
c_compiler:
- gcc
c_compiler_version:
Expand Down
9 changes: 9 additions & 0 deletions .ci_support/migrations/boost1780.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
__migrator:
build_number: 1
kind: version
migration_number: 3
boost:
- 1.78.0
boost_cpp:
- 1.78.0
migrator_ts: 1662825971
7 changes: 0 additions & 7 deletions .ci_support/migrations/vlfeat0921.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
boost_cpp:
- 1.74.0
- 1.78.0
c_compiler:
- clang
c_compiler_version:
- '13'
- '14'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -15,7 +15,7 @@ cuda_compiler_version:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '13'
- '14'
flann:
- 1.9.1
gflags:
Expand All @@ -27,7 +27,7 @@ glog:
gmp:
- '6'
llvm_openmp:
- '13'
- '14'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
Expand Down
8 changes: 4 additions & 4 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
boost_cpp:
- 1.74.0
- 1.78.0
c_compiler:
- clang
c_compiler_version:
- '13'
- '14'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -15,7 +15,7 @@ cuda_compiler_version:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '13'
- '14'
flann:
- 1.9.1
gflags:
Expand All @@ -27,7 +27,7 @@ glog:
gmp:
- '6'
llvm_openmp:
- '13'
- '14'
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
Expand Down
6 changes: 3 additions & 3 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
build_platform:
osx_arm64: osx_64
conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
build_platform:
osx_arm64: osx_64
test_on_native_only: true
os_version:
linux_64: cos7
test_on_native_only: true
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "colmap" %}
{% set version = "3.7" %}
{% set build = 5 %}
{% set build = 6 %}

{% set processor = "cpu" if cuda_compiler_version == "None" else "gpu" %} # [not osx]
{% set processor = "cpu" %} # [osx]
Expand Down

0 comments on commit 46d9918

Please sign in to comment.