Add first conda packaging instructions
This commit is contained in:
parent
441691c0d8
commit
06b9b2291e
1
conda/build.sh
Normal file
1
conda/build.sh
Normal file
@ -0,0 +1 @@
|
||||
$PYTHON setup.py install
|
7
conda/conda_build_config.yaml
Normal file
7
conda/conda_build_config.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
python:
|
||||
- 3.7
|
||||
- 3.8
|
||||
|
||||
numpy:
|
||||
- 1.11
|
||||
- 1.19
|
38
conda/meta.yaml
Normal file
38
conda/meta.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user