From 18bd4f02fb896b5c528c33b005cf8330bc7ef3e6 Mon Sep 17 00:00:00 2001 From: Daniel Dunning <39738037+djdunning@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:22:43 -0700 Subject: [PATCH] updating gui build --- .conda/fierro-gui/meta.yaml | 7 +++---- .conda/fierro-gui/python_variants.yaml | 2 -- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 .conda/fierro-gui/python_variants.yaml diff --git a/.conda/fierro-gui/meta.yaml b/.conda/fierro-gui/meta.yaml index 003974d57..d74c70da9 100644 --- a/.conda/fierro-gui/meta.yaml +++ b/.conda/fierro-gui/meta.yaml @@ -14,24 +14,23 @@ build: noarch: python # This is a pure python package. So build for noarch on linux64 entry_points: - fierro-gui = fierro_gui.gui:main - skip: true # [not (linux and x86_64)] + #skip: true # [not (linux and x86_64)] skip: false # [linux and x86_64] requirements: host: - python - setuptools - - paraview >=5.13.2 - - python >=3.12 run: - paraview >=5.13.2 + - python #- numpy #- matplotlib - pyside6 >=6.7.3 test: imports: - - fierro_gui + - fierro-gui about: home: https://github.com/lanl/Fierro diff --git a/.conda/fierro-gui/python_variants.yaml b/.conda/fierro-gui/python_variants.yaml deleted file mode 100644 index e25e6c826..000000000 --- a/.conda/fierro-gui/python_variants.yaml +++ /dev/null @@ -1,2 +0,0 @@ -python: - - 3.13