Browse Source

Updated recipe

main
Bill Ladwig 8 years ago
parent
commit
ed5a3bdb4a
  1. 3
      conda_recipe/bld.bat
  2. 8
      conda_recipe/meta.yaml

3
conda_recipe/bld.bat

@ -1 +1,2 @@
pip install . pip install --global-option build --global-option --compiler=mingw32 --global-option --fcompiler=gnu95 .

8
conda_recipe/meta.yaml

@ -1,7 +1,4 @@
# For the version to work, the patch in ncl_reference needs to be applied
# to the installed conda-build. Otherwise, it needs to be set manually until
# continuum can release a fix.
package: package:
name: wrf-python name: wrf-python
version: 1.0a3 version: 1.0a3
@ -12,13 +9,10 @@ source:
build: build:
number: 1 number: 1
detect_binary_files_with_prefix: true detect_binary_files_with_prefix: true
skip: True # [win and py>=35]
requirements: requirements:
build: build:
features:
- vc9 # [win and py27]
- vc10 # [win and py34]
- vc14 # [win and py>=35]
- numpy x.x - numpy x.x
- wrapt - wrapt
- m2w64-toolchain # [win] - m2w64-toolchain # [win]

Loading…
Cancel
Save