Skip to content

Commit

Permalink
pixi: clang=18.1.8 for win-64
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Nov 8, 2024
1 parent 09752c3 commit da3891f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 53 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-2022", "macos-latest"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
# environment: [py310, py311, py312, py313]
defaults:
run:
shell: bash -l {0}
Expand All @@ -21,12 +21,13 @@ jobs:
with:
pixi-version: v0.26.1
cache: false
# environments: ${{ matrix.environment }}
- name: Install
run: |
pixi run install-editable
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
ls .pixi/envs/default/Lib/site-packages/fluidfft_fftw/fft2d
pixi run python -c "import fluidfft_fftw.fft2d as m; print(m)"
ls .pixi/envs/default/Lib/site-packages/fluidfft_fftw/fft2d
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw1d"
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw2d"
pixi run python -c "import fluidfft_fftw.fft3d.with_fftw3d"
Expand Down
99 changes: 48 additions & 51 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ meson-python = ">=0.15.0,<0.17.0"
pythran = ">=0.15.0"
# issue on Windows?
transonic = ">=0.6.1,=0.7.0"

[target.win-64.dependencies]
clang = "18.1.8.*"

0 comments on commit da3891f

Please sign in to comment.