Skip to content

Commit

Permalink
In configs/common/packages.yaml, require ~libbsd for expat to avoid d…
Browse files Browse the repository at this point in the history
…uplicate packages
  • Loading branch information
climbfuji committed Jan 15, 2025
1 parent 0cfa071 commit ef2e1ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ packages:
# message: "Extra ESMF compile options for GCC"
prefer:
- '+python'
# To avoid duplicate packages (concretizer bug?)
expat:
require:
- '~libbsd'
fckit:
require: '@0.13.2 +eckit'
fftw:
Expand Down

0 comments on commit ef2e1ec

Please sign in to comment.