Skip to content

Commit

Permalink
Added conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
bccheung committed Mar 11, 2020
1 parent 342ee6c commit b55cd38
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda_recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1
22 changes: 22 additions & 0 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package:
name: wsp-jacquard
version: "1.0.0"

source:
path: ../

build:
number: auto
noarch: python

requirements:
build:
- python>=3.7
- setuptools
run:
- python>=3.7
- six>=1.10

about:
home: https://github.com/wsp-sag/wsp-jacquard
summary: A package designed to facilitate application of models, where the a model's configuration (locations of data, options, parameters) are stored in a human-readable JSON file.

0 comments on commit b55cd38

Please sign in to comment.