diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2021-10-27 13:33:24 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2021-10-27 13:33:24 +0200 |
commit | 41348c38a9cd60168fd0037c6fb5bd45afd4d915 (patch) | |
tree | 11cb425bb6c3553faa6d90a821bab8075dcca128 /python | |
parent | 3cdfbe01f4f0dc1eb2df5224f10dd53d7804a642 (diff) | |
download | astra-41348c38a9cd60168fd0037c6fb5bd45afd4d915.tar.gz astra-41348c38a9cd60168fd0037c6fb5bd45afd4d915.tar.bz2 astra-41348c38a9cd60168fd0037c6fb5bd45afd4d915.tar.xz astra-41348c38a9cd60168fd0037c6fb5bd45afd4d915.zip |
Fix conda package meta.yaml for Windows
Diffstat (limited to 'python')
-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: |