diff options
-rw-r--r-- | python/conda/libastra/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |