From 0d9ccaa1819015689dd81c060bc7cca7995fcb5d Mon Sep 17 00:00:00 2001 From: Richard West Date: Mon, 5 Jun 2023 16:49:55 -0400 Subject: [PATCH] Trying libstdcxx-ng < 13 in Conda environment. Trying to debug. If this works it should be put in docker file too. Or, better, the real cause found and fixed. --- environment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environment.yml b/environment.yml index f0b8db780e..801090fb3a 100644 --- a/environment.yml +++ b/environment.yml @@ -22,6 +22,9 @@ channels: - conda-forge - cantera dependencies: +# Fixing old versions of things that seem to break otherwise + - libstdcxx-ng < 13 + # System-level dependencies - we could install these at the OS level # but by installing them in the conda environment we get better control - cairo