Skip to content

Commit

Permalink
Merge pull request #48 from changliao1025/development
Browse files Browse the repository at this point in the history
update yaml for conda
  • Loading branch information
changliao1025 authored May 9, 2023
2 parents d4bda56 + b79a125 commit a0e04a4
Showing 1 changed file with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,42 @@
package:
name: "hexwatershed"
version: "20210415"
version: "0.2.0"

source:
git_rev: v20210415
git_rev: v0.2.0
git_url: https://github.com/changliao1025/pyhexwatershed

build:
# Define custom build commands
host:
platform: linux-64
script:
- python setup.py build_external
# Build the package for macOS (64-bit)
host:
platform: osx-64
script:
- python setup.py build_external
host:
platform: win-64
script:
- python setup.py build_external

requirements:
host:
- python
- setuptools
- linux-64
- osx-64
- win-64
build:
- python
- python
- packaging
- setuptool
run:
- python
- gdal==3.2
- packaging
- numpy
- matplotlib
- gdal
- pyflowline

about:
Expand Down

0 comments on commit a0e04a4

Please sign in to comment.