From 2cf092744a80d02646fdc747d4593380a0a81688 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sun, 15 Sep 2024 09:33:31 +0200 Subject: [PATCH] Decrease glibc requirement from 2.28 to 2.17 --- pixi.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pixi.toml b/pixi.toml index f4240fa2..edf4b481 100644 --- a/pixi.toml +++ b/pixi.toml @@ -6,6 +6,10 @@ authors = ["Tim de Jager "] 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"