mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
- remove distutils deps - add pyproject.toml - add MANIFEST.in - update install instructions
31 lines
511 B
YAML
31 lines
511 B
YAML
package:
|
|
name: vide
|
|
version: "2.0"
|
|
|
|
source:
|
|
path: ..
|
|
|
|
requirements:
|
|
build:
|
|
- gcc_linux-64=13.2
|
|
- gxx_linux-64=13.2
|
|
- cmake=3.20
|
|
- cython
|
|
- numpy
|
|
host:
|
|
- python
|
|
- scipy
|
|
- astropy
|
|
- healpy
|
|
- extension-helpers
|
|
- netCDF4
|
|
|
|
build:
|
|
script: |
|
|
python setup.py build_ext --inplace
|
|
python setup.py install
|
|
|
|
about:
|
|
home: "https://bitbucket.org/cosmicvoids/vide_public/wiki/Home"
|
|
license: "GPL-3.0"
|
|
summary: "The VIDE pipeline analysis for Cosmic Voids"
|