Skip to content

Commit

Permalink
Forcing gcc_linux_64 in the env file
Browse files Browse the repository at this point in the history
  • Loading branch information
DomInvivo committed Sep 11, 2024
1 parent c32be78 commit 5097e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ dependencies:
- mike >=1.0.0

# C++ dependencies
- gcc # Sometimes I find that I need to enforce `gcc_linux-64`
- gxx # Sometimes I find that I need to enforce `gxx_linux-64`
- gcc_linux-64 # Sometimes I find that I need to enforce `gcc_linux-64`, but that won't work with Mac, Windows, or Arm-Linux
- gxx_linux-64 # Sometimes I find that I need to enforce `gxx_linux-64`, but that won't work with Mac, Windows, or Arm-Linux
- libgcc
- pybind11
- boost
Expand Down

0 comments on commit 5097e2a

Please sign in to comment.