39 lines
508 B
YAML
39 lines
508 B
YAML
package:
|
|
name: cosmotool
|
|
version: "1.0.0a7"
|
|
|
|
source:
|
|
git_rev: 7fce73e
|
|
git_url: https://bitbucket.org/glavaux/cosmotool
|
|
|
|
requirements:
|
|
build:
|
|
- numpy >=1.11
|
|
- gcc_linux-64
|
|
- gxx_linux-64
|
|
- python
|
|
- setuptools
|
|
- cython
|
|
- healpy
|
|
- numexpr
|
|
- cffi
|
|
- pyfftw
|
|
- gsl
|
|
- h5py
|
|
|
|
run:
|
|
- numpy
|
|
- python
|
|
- healpy
|
|
- numexpr
|
|
- cffi
|
|
- pyfftw
|
|
- h5py
|
|
|
|
test:
|
|
imports:
|
|
- cosmotool
|
|
|
|
about:
|
|
home: https://bitbucket.org/glavaux/cosmotool
|