cosmotool/conda/meta.yaml

48 lines
954 B
YAML
Raw Normal View History

2020-09-28 13:30:48 +02:00
package:
name: cosmotool
2021-06-20 13:13:35 +02:00
version: "1.2.3"
2020-09-28 13:30:48 +02:00
source:
2021-05-26 15:07:54 +02:00
git_rev: 03033b6
2020-09-28 13:30:48 +02:00
git_url: https://bitbucket.org/glavaux/cosmotool
requirements:
build:
2021-06-20 13:13:35 +02:00
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cython # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
2021-05-26 06:47:08 +02:00
- {{ compiler('c') }}
- {{ compiler('cxx') }}
2020-09-28 13:30:48 +02:00
2021-05-26 15:07:54 +02:00
host:
- python
2021-06-20 13:13:35 +02:00
- pip
- numpy
- pkgconfig
2021-05-26 15:07:54 +02:00
- numexpr
- cython
- healpy
- cffi
- pyfftw
2021-06-20 13:13:35 +02:00
- gsl {{ gsl }}
2021-05-26 15:07:54 +02:00
- h5py
2020-09-28 13:30:48 +02:00
run:
- python
2021-06-20 13:13:35 +02:00
- {{ pin_compatible('numpy') }}
2020-09-28 13:30:48 +02:00
- healpy
- numexpr
- cffi
- pyfftw
- h5py
2021-06-20 13:13:35 +02:00
- {{ pin_compatible('gsl') }}
2020-09-28 13:30:48 +02:00
test:
imports:
- cosmotool
2021-06-20 13:13:35 +02:00
requires:
- pip
2020-09-28 13:30:48 +02:00
about:
home: https://bitbucket.org/glavaux/cosmotool