-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #188 from lanl/GUI
GUI -> Dynamic-SGH and EVPFFT-Bulk Response Solvers Added
- Loading branch information
Showing
72 changed files
with
19,303 additions
and
8,197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.