From 41348c38a9cd60168fd0037c6fb5bd45afd4d915 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 27 Oct 2021 13:33:24 +0200 Subject: Fix conda package meta.yaml for Windows --- python/conda/libastra/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/conda/libastra/meta.yaml b/python/conda/libastra/meta.yaml index 8906225..c427b46 100644 --- a/python/conda/libastra/meta.yaml +++ b/python/conda/libastra/meta.yaml @@ -23,7 +23,7 @@ requirements: - cudatoolkit {{ cudatoolkit }} # [linux] # libstdcxx-ng 9.3 introduces extra host system requirements on glibc # For the older systems (debian8, debian9) we use g++ 5.4 and 7.3, resp. - {% if cxx_compiler_version in ['5.4', '7.3'] -%} + {% if linux and cxx_compiler_version in ['5.4', '7.3'] -%} - libstdcxx-ng <9.3 # [linux] {% endif %} run: -- cgit v1.2.1