Skip to content

Commit

Permalink
intel compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrahman committed Jan 14, 2025
1 parent 5dea59e commit 680e982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
pip install numpy==${{matrix.numpy-version}} build==1.2.2.post1 ninja meson
cd src/pyraingen/fortran_daily
$env:FC = 'ifort'
$env:CC = 'cl'
python -m numpy.f2py -c regionalised_dailyT4.for -m regionalised_dailyT4 -I $PWD --fcompiler=gfortran --compiler=msvc --backend meson
$env:CC = 'icx'
python -m numpy.f2py -c regionalised_dailyT4.for -m regionalised_dailyT4 -I $PWD --backend meson
Get-ChildItem -Force -R
cd ../../..
python -m build
Expand Down

0 comments on commit 680e982

Please sign in to comment.