We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f4737 commit 31882eeCopy full SHA for 31882ee
conda_recipe/meta.yaml
@@ -1,12 +1,17 @@
1
-{% set version = "1.3.2.5" %}
+{% set version = "1.3.2.6" %}
2
3
package:
4
name: wrf-python
5
version: {{ version }}
6
7
source:
8
+# for develop
9
git_url: https://github.com/NCAR/wrf-python
- git_branch: develop
10
+ git_branch: develop
11
+# for release
12
+# fn: wrf-python-{{ version }}.tar.gz
13
+# url: https://github.com/NCAR/wrf-python/archive/{{ version }}.tar.gz
14
+# sha256: 9ca11366ed9a0d5e83e576ac80ce36be4748ba8a06752dac077277acec5e46d9
15
16
build:
17
number: 0
conda_recipe/meta.yaml.develop
conda_recipe/meta.yaml.release
0 commit comments