Skip to content

Commit

Permalink
Provide GNU coreutils in the runtime
Browse files Browse the repository at this point in the history
They're provided in our other runtimes (almost by happenstance, as part
of the underlying OS image) and having them available in all runtimes
makes it much easier to write portable programs without having to deal
with GNU vs. BSD differences.

Note that typically GNU coreutils would already be available in the
Conda runtime on Linux (via the host system), but not the Conda runtime
on macOS (unless installed separately, e.g. via Homebrew).  So
explicitly including GNU coreutils here increases consistency,
isolation, and portability of the runtime.

Related-to: <nextstrain/ingest#41>
  • Loading branch information
tsibley committed Jun 11, 2024
1 parent 3f4e331 commit a0b6609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ requirements:
- bash
- bzip2
- csvtk
- coreutils
- curl
- epiweeks
- git
Expand Down

0 comments on commit a0b6609

Please sign in to comment.