Add first conda packaging instructions

This commit is contained in:
Guilhem Lavaux 2020-09-28 13:30:48 +02:00
parent 441691c0d8
commit 06b9b2291e
3 changed files with 46 additions and 0 deletions

1
conda/build.sh Normal file
View File

@ -0,0 +1 @@
$PYTHON setup.py install

View File

@ -0,0 +1,7 @@
python:
- 3.7
- 3.8
numpy:
- 1.11
- 1.19

38
conda/meta.yaml Normal file
View File

@ -0,0 +1,38 @@
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