File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,12 @@ channels:
22 - conda-forge
33dependencies :
44 # libmamba build dependencies
5- - cxx-compiler
5+ # Workaround `mamba-org/mamba#4043`
6+ # TODO: Understand the linkage issue with GCC 14
7+ - sel(linux) : cxx-compiler <1.11 # GCC 13
8+ - sel(linux) : sysroot_linux-64==2.17
9+ - sel(osx) : cxx-compiler
10+ - sel(win) : cxx-compiler
611 - cmake >=3.16
712 - pkg-config # Used by some CMake dependencies
813 - ninja
Original file line number Diff line number Diff line change @@ -3,7 +3,12 @@ channels:
33dependencies :
44 - python >=3.12
55 # libmamba build dependencies
6- - cxx-compiler
6+ # Workaround `mamba-org/mamba#4043`
7+ # TODO: Understand the linkage issue with GCC 14
8+ - sel(linux) : cxx-compiler <1.11 # GCC 13
9+ - sel(linux) : sysroot_linux-64==2.17
10+ - sel(osx) : cxx-compiler
11+ - sel(win) : cxx-compiler
712 - cmake >=3.16
813 - pkg-config # Used by some CMake dependencies
914 - ninja
You can’t perform that action at this time.
0 commit comments