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.
		
		
		
		
		
			
		
			
				
					
					
						
							58 lines
						
					
					
						
							1.0 KiB
						
					
					
				
			
		
		
	
	
							58 lines
						
					
					
						
							1.0 KiB
						
					
					
				| {% set version = "1.1.0" %} | |
|  | |
| package: | |
|   name: wrf-python | |
|   version: {{ version }} | |
|  | |
| source: | |
|   git_url: https://github.com/NCAR/wrf-python | |
|   git_branch: develop | |
|    | |
| build: | |
|   number: 0 | |
|   detect_binary_files_with_prefix: true | |
|  | |
| requirements: | |
|   build: | |
|     - setuptools | |
|     - python | |
|     - numpy 1.11.*  # [unix] | |
|     - numpy 1.14.*  # [win] | |
|     - wrapt | |
|     - m2w64-toolchain  # [win] | |
|     - gcc # [unix]  | |
|   run: | |
|     - setuptools | |
|     - numpy >=1.11  # [unix] | |
|     - numpy >=1.14  # [win]  | |
|     - python | |
|     - wrapt  | |
|     - m2w64-gcc-libs  # [win] | |
|     - libgfortran  # [unix] | |
|     - libgcc  # [unix] | |
|     - xarray | |
|  | |
| test: | |
|   requires: | |
|     - setuptools | |
|     - netcdf4 | |
|     - xarray | |
|   source_files: | |
|     - test/ci_tests | |
|   imports: | |
|     - wrf | |
|   commands: | |
|     - cd test/ci_tests && python utests.py  | |
|  | |
| about: | |
|   home: https://github.com/NCAR/wrf-python | |
|   license: "UCAR" | |
|   license_file: '{{ environ["RECIPE_DIR"] }}/LICENSE'  | |
|   summary: "Diagnostic and interpolation routines for WRF-ARW data." | |
|  | |
| extra: | |
|   recipe-maintainers: | |
|     - bladwig1 | |
|     - marylhaley | |
|     - david-ian-brown | |
|     - khallock |