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 4b5a535 commit b06caa5Copy full SHA for b06caa5
recipe/conda_build_config.yaml
@@ -0,0 +1,6 @@
1
+c_stdlib:
2
+ - sysroot # [linux]
3
+ - macosx_deployment_target # [osx]
4
+c_stdlib_version:
5
+ - 2.17 # [linux]
6
+ - 10.13 # [osx]
recipe/meta.yaml
@@ -45,6 +45,7 @@ build:
45
# Shotgun strat on requirements until we can narrow them down
46
requirements:
47
build:
48
+ - {{ stdlib("c") }}
49
- ale >=1.0.2,<2
50
- aom
51
- armadillo
0 commit comments