Skip to content

Commit

Permalink
continued fiddling with removing noarch as there are compiled binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed Apr 8, 2024
1 parent 824c441 commit 97b968f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipes/mesher/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ build:
- meshstats = mesher.tools.meshstats:main
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
noarch: python

requirements:
build:
Expand All @@ -28,7 +27,7 @@ requirements:
- make
- {{ compiler('cxx') }}
host:
- python >=3.7
- python
- scikit-build-core
- cmake
- pip
Expand All @@ -37,7 +36,7 @@ requirements:
- libgdal
- metis
run:
- python >=3.7
- python
- vtk
- numpy
- scipy
Expand All @@ -52,7 +51,6 @@ requirements:
- libstdcxx-ng
- libgcc-ng
- gmp
- __unix # [unix]

test:
imports:
Expand Down

0 comments on commit 97b968f

Please sign in to comment.