Commit b9468a8e authored by Jay's avatar Jay
Browse files

Fixes for conda build

parent b8429252
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ dependencies:
  - coveralls
  - csmapi
  - gdal
  - jinja
  - jinja2
  - numpy
  - requests
  - scipy

recipe/meta.yaml

0 → 100644
+39 −0
Original line number Diff line number Diff line
{% set data = load_setup_py_data() %}

package:
  name: knoten
  version: {{ data.get('version') }}

source:
  git_url: https://github.com/USGS-Astrogeology/knoten

build:
  number : 0 # {{ GIT_DESCRIBE_NUMBER }}
  string: dev
  script: "{{ PYTHON }} -m pip install . --no-deps -vv"

extra:
  channels:
    - conda-forge

requirements:
  build:
  host:
    - pip
    - python
    - setuptools
  run:
    - python
    - csmapi
    - gdal
    - jinja2
    - numpy
    - requests
    - scipy

test:
  imports:
    - knoten