Fix conda package builder
This commit is contained in:
parent
f412a9b442
commit
c416ff751f
2 changed files with 19 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
package:
|
||||
name: cosmotool
|
||||
version: "1.2.2"
|
||||
version: "1.2.3"
|
||||
|
||||
source:
|
||||
git_rev: 03033b6
|
||||
|
@ -8,42 +8,40 @@ source:
|
|||
|
||||
requirements:
|
||||
build:
|
||||
- numpy {{ numpy }}
|
||||
- python # [build_platform != target_platform]
|
||||
- cross-python_{{ target_platform }} # [build_platform != target_platform]
|
||||
- cython # [build_platform != target_platform]
|
||||
- numpy # [build_platform != target_platform]
|
||||
- {{ compiler('c') }}
|
||||
- {{ compiler('cxx') }}
|
||||
- python {{ python }}
|
||||
- setuptools
|
||||
|
||||
host:
|
||||
- python
|
||||
- pip
|
||||
- numpy
|
||||
- pkgconfig
|
||||
- numexpr
|
||||
- cython
|
||||
- healpy
|
||||
- numexpr
|
||||
- cffi
|
||||
- pyfftw
|
||||
- gsl {{ gsl }}
|
||||
- h5py
|
||||
|
||||
host:
|
||||
- python
|
||||
- numexpr
|
||||
- cython
|
||||
- healpy
|
||||
- cffi
|
||||
- pyfftw
|
||||
- gsl
|
||||
- h5py
|
||||
- numpy
|
||||
|
||||
run:
|
||||
- numpy
|
||||
- python
|
||||
- {{ pin_compatible('numpy') }}
|
||||
- healpy
|
||||
- numexpr
|
||||
- cffi
|
||||
- pyfftw
|
||||
- h5py
|
||||
- {{ pin_compatible('gsl') }}
|
||||
|
||||
test:
|
||||
imports:
|
||||
- cosmotool
|
||||
requires:
|
||||
- pip
|
||||
|
||||
about:
|
||||
home: https://bitbucket.org/glavaux/cosmotool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue