Skip to content

Commit

Permalink
Merge pull request #6 from traversaro/patch-1
Browse files Browse the repository at this point in the history
Decrease glibc requirement from 2.28 to 2.17
  • Loading branch information
Tobias-Fischer authored Sep 15, 2024
2 parents ce285c7 + 2cf0927 commit bcf5a16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ authors = ["Tim de Jager <tim@prefix.dev>"]
channels = ["conda-forge"]
platforms = ["osx-arm64", "linux-64", "osx-64", "linux-aarch64", "win-64"]

[system-requirements]
# 2.17 is the glibc version used in centos 7
libc = { family="glibc", version="2.17" }

[tasks]
upload = "anaconda -t $ANACONDA_API_TOKEN upload"

Expand Down

0 comments on commit bcf5a16

Please sign in to comment.