Skip to content

Commit 34e7a4f

Browse files
MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.0, and conda-forge-pinning 2024.03.29.12.36.21
1 parent 9c98258 commit 34e7a4f

15 files changed

+47
-12
lines changed

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

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_nodejs18.yaml

+6
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
- cos7
711
channel_sources:
@@ -27,3 +31,5 @@ target_platform:
2731
zip_keys:
2832
- - c_compiler_version
2933
- cxx_compiler_version
34+
- - c_stdlib_version
35+
- cdt_name

.ci_support/linux_64_nodejs20.yaml

+6
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
- cos7
711
channel_sources:
@@ -27,3 +31,5 @@ target_platform:
2731
zip_keys:
2832
- - c_compiler_version
2933
- cxx_compiler_version
34+
- - c_stdlib_version
35+
- cdt_name

.ci_support/osx_64_nodejs18.yaml

+4
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.3'
711
channel_sources:
812
- conda-forge
913
channel_targets:

.ci_support/osx_64_nodejs20.yaml

+4
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.3'
711
channel_sources:
812
- conda-forge
913
channel_targets:

.ci_support/osx_arm64_nodejs18.yaml

+4
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.3'
711
channel_sources:
812
- conda-forge
913
channel_targets:

.ci_support/osx_arm64_nodejs20.yaml

+4
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.3'
711
channel_sources:
812
- conda-forge
913
channel_targets:

.ci_support/win_64_nodejs18.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
c_stdlib:
2+
- vs
13
channel_sources:
24
- conda-forge
35
channel_targets:

.ci_support/win_64_nodejs20.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
c_stdlib:
2+
- vs
13
channel_sources:
24
- conda-forge
35
channel_targets:

.scripts/build_steps.sh

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_osx_build.sh

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_win_build.bat

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure-pipelines.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-locally.py

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)