Skip to content

Commit b06caa5

Browse files
authored
glibc fix (#5922)
1 parent 4b5a535 commit b06caa5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

recipe/conda_build_config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ build:
4545
# Shotgun strat on requirements until we can narrow them down
4646
requirements:
4747
build:
48+
- {{ stdlib("c") }}
4849
- ale >=1.0.2,<2
4950
- aom
5051
- armadillo

0 commit comments

Comments
 (0)