From 8544345a80fefc2893fedb347d6f77e2864f0cc0 Mon Sep 17 00:00:00 2001 From: Hugo MacDermott-Opeskin Date: Fri, 11 Oct 2024 21:53:49 +1100 Subject: [PATCH] try gcc? --- devtools/conda_envs/distopia_macos-latest.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devtools/conda_envs/distopia_macos-latest.yaml b/devtools/conda_envs/distopia_macos-latest.yaml index d5dba227..20fc83ce 100644 --- a/devtools/conda_envs/distopia_macos-latest.yaml +++ b/devtools/conda_envs/distopia_macos-latest.yaml @@ -11,5 +11,6 @@ dependencies: - ninja - pytest - scikit-build -- compilers +- gcc +- gxx - libxcrypt \ No newline at end of file