Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions conda-recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd %RECIPE_DIR%\..
%PYTHON% setup.py install --single-version-externally-managed --record=record.txt
1 change: 1 addition & 0 deletions conda-recipe/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$PYTHON setup.py install
31 changes: 31 additions & 0 deletions conda-recipe/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{% set data = load_setup_py_data() %}
package:
name: "pyaez"
version: {{ data.get('version') }}

source:
path: ./../

requirements:
build:
- python
- setuptools

run:
- python
- setuptools
- numpy
- scipy
- gdal
- numba

about:
home: https://github.com/gicait/PyAEZ
license: MIT
license_familY: MIT
license_file: LICENSE
summary: "PyAEZ is a python package consisted of many algorithms related to Agro-ecalogical zoning (AEZ) framework. PyAEZ tries to encapsulate all complex calculations in AEZ and try to provide user friendly, and intuitive ways to input data and output results after calculations."

extra:
recipe-maintainers:
- iamtekson