mirror of https://github.com/pyodide/pyodide.git
46 lines
1016 B
YAML
46 lines
1016 B
YAML
package:
|
|
name: galpy
|
|
version: 1.9.1
|
|
top-level:
|
|
- galpy
|
|
source:
|
|
url: https://files.pythonhosted.org/packages/0b/4a/6e895e2a494fea28b3cba582c018f29f6d0801718927b003a3bd97c8ef56/galpy-1.9.1.tar.gz
|
|
sha256: 962424a8d8180650019e816dc97aefa9eb4f6796594128a53d2e1004de3b03d7
|
|
build:
|
|
script:
|
|
export LIBGSL_INCLUDE_PATH=$(pkg-config --cflags-only-I --dont-define-prefix
|
|
gsl) export LIBGSL_LIBRARY_PATH=$(pkg-config --libs-only-L --dont-define-prefix
|
|
gsl)
|
|
cflags: |
|
|
$(LIBGSL_INCLUDE_PATH)
|
|
ldflags: |
|
|
$(LIBGSL_LIBRARY_PATH)
|
|
exports: requested
|
|
requirements:
|
|
run:
|
|
- numpy
|
|
- scipy
|
|
- matplotlib
|
|
- astropy
|
|
- future
|
|
- setuptools
|
|
host:
|
|
- libgsl
|
|
- numpy
|
|
- scipy
|
|
test:
|
|
imports:
|
|
- galpy
|
|
- galpy.potential
|
|
- galpy.orbit
|
|
- galpy.actionAngle
|
|
- galpy.df
|
|
about:
|
|
home: http://github.com/jobovy/galpy
|
|
PyPI: https://pypi.org/project/galpy
|
|
summary: Galactic Dynamics in python
|
|
license: New BSD
|
|
extra:
|
|
recipe-maintainers:
|
|
- jobovy
|