Skip to content

Commit

Permalink
update recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
bwinkel committed Feb 23, 2019
1 parent 9ef9d80 commit ea1b3de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
6 changes: 0 additions & 6 deletions conda-forge-recipe/bld.bat

This file was deleted.

3 changes: 0 additions & 3 deletions conda-forge-recipe/build.sh

This file was deleted.

21 changes: 7 additions & 14 deletions conda-forge-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,41 +13,34 @@ source:

build:
number: 1
skip: True # [py27]
skip: True # [py27]
script: "{{ PYTHON }} setup.py install --single-version-externally-managed --record record.txt --offline"

requirements:
build:
- python # [win]
- vc 14 # [win and py35]
- vc 14 # [win and py36]
- {{ compiler('cxx') }}

host:
- openmp 4.0.* # [osx]
- python
- pip
- setuptools
- astropy >=2.1
- cython >=0.27
- numpy >=1.11
- scipy >=1.0
- pytest
- cython
- numpy
- scipy

run:
- python
- vc 14 # [win and py35]
- vc 14 # [win and py36]
- openmp 4.0.* # [osx]
- astropy >=2.1
- {{ pin_compatible('numpy') }}
- scipy >=1.0
- scipy
- h5py
- matplotlib >=2.0
- pyproj
# - sgp4
- pytest

test:
# Python imports
imports:
- pycraf
- pycraf.conversions
Expand Down

0 comments on commit ea1b3de

Please sign in to comment.