Skip to content

Commit

Permalink
Update environment-dev.yml with compiler toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Oct 2, 2024
1 parent d60df45 commit c0bb838
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0bb838

Please sign in to comment.