forked from 3rdparty/wrf-python
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
498 B
32 lines
498 B
package: |
|
name: wrf-python |
|
version: "0.0.1" |
|
|
|
source: |
|
git_url: https://github.com/NCAR/wrf-python.git |
|
git_rev: tutorial_backup_5_24_2016 |
|
|
|
build: |
|
number: 1 |
|
detect_binary_files_with_prefix: true |
|
|
|
requirements: |
|
build: |
|
- numpy x.x |
|
- gcc |
|
- python |
|
|
|
run: |
|
- numpy x.x |
|
- python |
|
- wrapt |
|
|
|
test: |
|
requires: |
|
- nose |
|
imports: |
|
- wrf |
|
#commands: |
|
#- cd $SRC_DIR/src/examples && for file in xy2.py; do echo $file ; nosetests $file ; done | tee pyngl-test.log |
|
|
|
|
|
|