From 2abeca9134f95fe656e117332f892203da4aa7fa Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Tue, 26 Oct 2021 12:47:20 +0200 Subject: Reorganize docker environments Now using debian8, debian9, debian11 for cuda 8 - 11.4 --- python/conda/libastra/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/conda/libastra/meta.yaml') diff --git a/python/conda/libastra/meta.yaml b/python/conda/libastra/meta.yaml index 4215fd1..0d0c7cf 100644 --- a/python/conda/libastra/meta.yaml +++ b/python/conda/libastra/meta.yaml @@ -22,7 +22,10 @@ requirements: - boost # [osx or linux] - 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'] -%} - libstdcxx-ng <9.3 # [linux] + {% endif %} run: # See: https://github.com/conda-forge/conda-forge.github.io/issues/687#issuecomment-460095230 - {{ pin_compatible('cudatoolkit', max_pin='x.x') }} # [linux] -- cgit v1.2.3