cosmotool/conda/meta.yaml

50 lines
669 B
YAML
Raw Normal View History

2020-09-28 13:30:48 +02:00
package:
name: cosmotool
2021-05-26 15:07:54 +02:00
version: "1.2.2"
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 07:56:01 +02:00
- numpy {{ numpy }}
2021-05-26 06:47:08 +02:00
- {{ compiler('c') }}
- {{ compiler('cxx') }}
2021-06-20 07:56:01 +02:00
- python {{ python }}
2020-09-28 13:30:48 +02:00
- setuptools
- cython
- healpy
- numexpr
- cffi
- pyfftw
2021-06-20 07:56:01 +02:00
- gsl {{ gsl }}
2020-09-28 13:30:48 +02:00
- h5py
2021-05-26 15:07:54 +02:00
host:
- python
- numexpr
- cython
- healpy
- cffi
- pyfftw
- gsl
- h5py
2021-06-20 07:56:01 +02:00
- numpy
2021-05-26 15:07:54 +02:00
2020-09-28 13:30:48 +02:00
run:
- numpy
- python
- healpy
- numexpr
- cffi
- pyfftw
- h5py
test:
imports:
- cosmotool
about:
home: https://bitbucket.org/glavaux/cosmotool