Skip to content

Commit

Permalink
In configs/common/packages.yaml, require [email protected] to avoid duplicat…
Browse files Browse the repository at this point in the history
…e packages
  • Loading branch information
climbfuji committed May 13, 2024
1 parent 595e92e commit ba3ffb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
version: ['2.4.1']
bison:
version: ['3.8.2']
# 1.85 incompatible with [email protected] - use latest "good version"
boost:
require: "@1.83: ~atomic +chrono +date_time +exception +filesystem ~graph ~iostreams ~locale ~log ~math ~mpi ~numpy +pic +program_options +python ~random +regex +serialization ~signals +system +test +thread +timer ~wave cxxstd=17 visibility=hidden"
require: "@1:84 ~atomic +chrono +date_time +exception +filesystem ~graph ~iostreams ~locale ~log ~math ~mpi ~numpy +pic +program_options +python ~random +regex +serialization ~signals +system +test +thread +timer ~wave cxxstd=17 visibility=hidden"
bufr:
version: ['12.0.1']
variants: +python
Expand Down

0 comments on commit ba3ffb1

Please sign in to comment.