From 97b968f42db1491656a82a6a20d91eebde609b76 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Mon, 8 Apr 2024 11:48:48 -0600 Subject: [PATCH] continued fiddling with removing noarch as there are compiled binaries --- recipes/mesher/meta.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes/mesher/meta.yaml b/recipes/mesher/meta.yaml index 55b1475ee3a33..2affd3f98ce7b 100644 --- a/recipes/mesher/meta.yaml +++ b/recipes/mesher/meta.yaml @@ -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: @@ -28,7 +27,7 @@ requirements: - make - {{ compiler('cxx') }} host: - - python >=3.7 + - python - scikit-build-core - cmake - pip @@ -37,7 +36,7 @@ requirements: - libgdal - metis run: - - python >=3.7 + - python - vtk - numpy - scipy @@ -52,7 +51,6 @@ requirements: - libstdcxx-ng - libgcc-ng - gmp - - __unix # [unix] test: imports: