Skip to content

Commit

Permalink
Fix bug in configs/common/packages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed May 13, 2024
1 parent ba3ffb1 commit 015a76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
version: ['3.8.2']
# 1.85 incompatible with [email protected] - use latest "good version"
boost:
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"
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 015a76d

Please sign in to comment.