Skip to content

Commit

Permalink
configs/common/packages_{intel,oneapi}.yaml: Build qt with gcc for In…
Browse files Browse the repository at this point in the history
…tel Classic/LLVM
  • Loading branch information
climbfuji committed Jan 10, 2025
1 parent a5904ba commit 3f79cfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/common/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ packages:
boost:
require:
- '%gcc'
qt:
require:
- '%gcc'
ecflow:
require:
- '%gcc'
Expand Down
3 changes: 3 additions & 0 deletions configs/common/packages_oneapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ packages:
require: '%gcc'
libbsd:
require: '%gcc'
qt:
require:
- '%gcc'

0 comments on commit 3f79cfc

Please sign in to comment.