Skip to content

Commit

Permalink
Merge pull request #188 from lanl/GUI
Browse files Browse the repository at this point in the history
GUI -> Dynamic-SGH and EVPFFT-Bulk Response Solvers Added
  • Loading branch information
nathanielmorgan authored Apr 18, 2024
2 parents b137815 + 580ef89 commit ddd97d5
Show file tree
Hide file tree
Showing 72 changed files with 19,303 additions and 8,197 deletions.
36 changes: 36 additions & 0 deletions .conda/fierro-gui/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
package:
name: fierro_gui
version: 1

source:
path: ../../
# - git_url: https://github.com/lanl/Fierro.git
# depth: 1

build:
number: 0
script: cd python/FIERRO-GUI/; python -m pip install .
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: false # [linux and x86_64]

requirements:
host:
- python
- setuptools
run:
- paraview=5.11.2
- python
- numpy
- matplotlib
- pyside6=6.5

test:
imports:
- fierro_gui

extra:
recipe-maintainers:
- fierromechanics
3 changes: 0 additions & 3 deletions python/EVPFFT-GUI/MANIFEST.in

This file was deleted.

1,038 changes: 0 additions & 1,038 deletions python/EVPFFT-GUI/evpfft_gui/EVPFFT_GUI.py

This file was deleted.

Loading

0 comments on commit ddd97d5

Please sign in to comment.