Skip to content

Commit

Permalink
Still a problem with distutil not picking the mingw compiler for anug…
Browse files Browse the repository at this point in the history
…a on windows conda-forge
  • Loading branch information
stoiveroberts committed Dec 3, 2022
1 parent c0ee068 commit b0be033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ build_script:
- conda install -c conda-forge python=3.8 brotlipy numpy gdal pytest meshpy cython scipy netcdf4 matplotlib dill future gitpython utm backports.zoneinfo pymetis mpi4py msmpi Pmw
# setup for mingw compiler
- conda install -c conda-forge libpython m2w64-toolchain
# there was a bug with distutil not picking mingw comiler for anuga
#- cp windows_setup.cfg setup.cfg
# there seems to be a bug with distutil not picking the mingw comiler for anuga
- cp windows_setup.cfg setup.cfg
# install locally so that the pytest will work
- pip install -e .

Expand Down

0 comments on commit b0be033

Please sign in to comment.