Skip to content

Commit bcf5a16

Browse files
Merge pull request #6 from traversaro/patch-1
Decrease glibc requirement from 2.28 to 2.17
2 parents ce285c7 + 2cf0927 commit bcf5a16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pixi.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ authors = ["Tim de Jager <[email protected]>"]
66
channels = ["conda-forge"]
77
platforms = ["osx-arm64", "linux-64", "osx-64", "linux-aarch64", "win-64"]
88

9+
[system-requirements]
10+
# 2.17 is the glibc version used in centos 7
11+
libc = { family="glibc", version="2.17" }
12+
913
[tasks]
1014
upload = "anaconda -t $ANACONDA_API_TOKEN upload"
1115

0 commit comments

Comments
 (0)