We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975d57c commit 271e6caCopy full SHA for 271e6ca
2 files changed
ci/anaconda/recipe/conda_build_config.yaml
@@ -0,0 +1,4 @@
1
+c_compiler_version:
2
+ - 11.2.0
3
+cxx_compiler_version:
4
ci/anaconda/recipe/meta.yaml
@@ -21,13 +21,15 @@ build:
21
- snowflake-dump-ocsp-response = snowflake.connector.tool.dump_ocsp_response:main
22
- snowflake-dump-ocsp-response-cache = snowflake.connector.tool.dump_ocsp_response_cache:main
23
- snowflake-dump-certs = snowflake.connector.tool.dump_certs:main
24
-
+ ignore_run_exports: # [linux]
25
+ - libgcc # [linux]
26
+ - libstdcxx # [linux]
27
requirements:
28
build:
29
- {{ compiler("c") }}
30
- {{ compiler("cxx") }}
- - libgcc-ng <15.0.0
- - libstdcxx-ng <15.0.0
31
+ - libgcc-ng {{ c_compiler_version }}
32
+ - libstdcxx-ng {{ cxx_compiler_version }}
33
- patch # [not win]
34
host:
35
- setuptools >=40.6.0
0 commit comments