From c0bb838e0590563f74c2d3607d2fbedb49a81b4b Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Wed, 2 Oct 2024 15:37:50 +0200 Subject: [PATCH] Update environment-dev.yml with compiler toolchain --- environment-dev.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/environment-dev.yml b/environment-dev.yml index 6a57d1b94..6aec456d4 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -2,6 +2,11 @@ name: helios-dev channels: - conda-forge dependencies: + # On Linux, we ensure the use of conda-provided compilers. Otherwise, we have observed + # linking errors that occur if system compiler and compiler used to build conda packages + # vary too much in version. + - gcc [linux] + - g++ [linux] # These are the dependencies that are also formulated on the feedstock - armadillo - blas