Skip to content

Commit 836733b

Browse files
regro-cf-autotick-botconda-build
authored andcommitted
MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.0, and conda-forge-pinning 2024.03.27.04.08.42
1 parent fe3006a commit 836733b

File tree

11 files changed

+49
-5
lines changed

11 files changed

+49
-5
lines changed

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ c_compiler:
22
- gcc
33
c_compiler_version:
44
- '12'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.12'
59
cdt_name:
610
- cos6
711
channel_sources:
@@ -16,6 +20,8 @@ docker_image:
1620
- quay.io/condaforge/linux-anvil-cos7-x86_64
1721
fmt:
1822
- '10'
23+
idyntree:
24+
- '11'
1925
libboost_devel:
2026
- '1.82'
2127
libmatio_cpp:
@@ -24,6 +30,8 @@ libopencv:
2430
- 4.9.0
2531
libosqp:
2632
- 0.6.3
33+
libyarp:
34+
- 3.9.0
2735
pin_run_as_build:
2836
python:
2937
min_pin: x.x
@@ -45,3 +53,5 @@ target_platform:
4553
zip_keys:
4654
- - c_compiler_version
4755
- cxx_compiler_version
56+
- - c_stdlib_version
57+
- cdt_name

.ci_support/linux_aarch64_.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ c_compiler:
44
- gcc
55
c_compiler_version:
66
- '12'
7+
c_stdlib:
8+
- sysroot
9+
c_stdlib_version:
10+
- '2.17'
711
cdt_arch:
812
- aarch64
913
cdt_name:
@@ -20,6 +24,8 @@ docker_image:
2024
- quay.io/condaforge/linux-anvil-cos7-x86_64
2125
fmt:
2226
- '10'
27+
idyntree:
28+
- '11'
2329
libboost_devel:
2430
- '1.82'
2531
libmatio_cpp:
@@ -28,6 +34,8 @@ libopencv:
2834
- 4.9.0
2935
libosqp:
3036
- 0.6.3
37+
libyarp:
38+
- 3.9.0
3139
pin_run_as_build:
3240
python:
3341
min_pin: x.x
@@ -49,3 +57,5 @@ target_platform:
4957
zip_keys:
5058
- - c_compiler_version
5159
- cxx_compiler_version
60+
- - c_stdlib_version
61+
- cdt_name

.ci_support/osx_64_.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ c_compiler:
44
- clang
55
c_compiler_version:
66
- '16'
7+
c_stdlib:
8+
- macosx_deployment_target
9+
c_stdlib_version:
10+
- '10.9'
711
channel_sources:
812
- conda-forge
913
channel_targets:
@@ -14,6 +18,8 @@ cxx_compiler_version:
1418
- '16'
1519
fmt:
1620
- '10'
21+
idyntree:
22+
- '11'
1723
libboost_devel:
1824
- '1.82'
1925
libmatio_cpp:
@@ -22,6 +28,8 @@ libopencv:
2228
- 4.9.0
2329
libosqp:
2430
- 0.6.3
31+
libyarp:
32+
- 3.9.0
2533
macos_machine:
2634
- x86_64-apple-darwin13.4.0
2735
pin_run_as_build:

.ci_support/osx_arm64_.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ c_compiler:
44
- clang
55
c_compiler_version:
66
- '16'
7+
c_stdlib:
8+
- macosx_deployment_target
9+
c_stdlib_version:
10+
- '11.0'
711
channel_sources:
812
- conda-forge
913
channel_targets:
@@ -14,6 +18,8 @@ cxx_compiler_version:
1418
- '16'
1519
fmt:
1620
- '10'
21+
idyntree:
22+
- '11'
1723
libboost_devel:
1824
- '1.82'
1925
libmatio_cpp:
@@ -22,6 +28,8 @@ libopencv:
2228
- 4.9.0
2329
libosqp:
2430
- 0.6.3
31+
libyarp:
32+
- 3.9.0
2533
macos_machine:
2634
- arm64-apple-darwin20.0.0
2735
pin_run_as_build:

.ci_support/win_64_.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
c_compiler:
22
- vs2019
3+
c_stdlib:
4+
- vs
35
channel_sources:
46
- conda-forge
57
channel_targets:
@@ -8,6 +10,8 @@ cxx_compiler:
810
- vs2019
911
fmt:
1012
- '10'
13+
idyntree:
14+
- '11'
1115
libboost_devel:
1216
- '1.82'
1317
libmatio_cpp:
@@ -16,6 +20,8 @@ libopencv:
1620
- 4.9.0
1721
libosqp:
1822
- 0.6.3
23+
libyarp:
24+
- 3.9.0
1925
pin_run_as_build:
2026
python:
2127
min_pin: x.x

.scripts/build_steps.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_osx_build.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_win_build.bat

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)