Skip to content

Commit

Permalink
try to fix the noarch w/ skip & not build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed Apr 8, 2024
1 parent 869a60f commit 824c441
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes/mesher/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build:
- meshstats = mesher.tools.meshstats:main
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
skip: True # [win]
noarch: python

requirements:
build:
Expand Down Expand Up @@ -49,11 +49,10 @@ requirements:
- metis-python
- mpi4py
- natsort
- libboost
- libstdcxx-ng
- libgcc-ng
- gmp

- __unix # [unix]

test:
imports:
Expand Down

0 comments on commit 824c441

Please sign in to comment.