cosmotool/conda/meta.yaml

50 lines
669 B
YAML

package:
name: cosmotool
version: "1.2.2"
source:
git_rev: 03033b6
git_url: https://bitbucket.org/glavaux/cosmotool
requirements:
build:
- numpy {{ numpy }}
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- python {{ python }}
- setuptools
- cython
- healpy
- numexpr
- cffi
- pyfftw
- gsl {{ gsl }}
- h5py
host:
- python
- numexpr
- cython
- healpy
- cffi
- pyfftw
- gsl
- h5py
- numpy
run:
- numpy
- python
- healpy
- numexpr
- cffi
- pyfftw
- h5py
test:
imports:
- cosmotool
about:
home: https://bitbucket.org/glavaux/cosmotool