Skip to content

Commit

Permalink
Merge pull request #1727 from oursland/pixi
Browse files Browse the repository at this point in the history
Fixes to build on Windows Qt6.
  • Loading branch information
looooo authored Oct 6, 2024
2 parents 2880e5d + a444435 commit 30d7ce4
Show file tree
Hide file tree
Showing 4 changed files with 7,210 additions and 6,335 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run_pixi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
with:
pixi-version: v0.30.0
cache: true
- run: pixi run -e ${{ matrix.qt }} install
environments: >-
${{ matrix.qt }}
- run: pixi run -e ${{ matrix.qt }} install
4 changes: 4 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
"type": "BOOL",
"value": "ON"
},
"QT_HOST_PATH": {
"type": "PATH",
"value": "$env{CONDA_PREFIX}"
},
"USE_BOOST_PYTHON": {
"type": "BOOL",
"value": "OFF"
Expand Down
Loading

0 comments on commit 30d7ce4

Please sign in to comment.