pyodide/packages/rebound/meta.yaml

26 lines
738 B
YAML
Raw Normal View History

package:
name: rebound
2022-08-08 12:02:43 +00:00
version: 3.19.8
build:
exports: requested
2022-08-08 12:02:43 +00:00
post: |
mkdir -p $WASM_LIBRARY_DIR/include/rebound/
mkdir -p $WASM_LIBRARY_DIR/lib/
cp $WHEELDIR/rebound/*.h $WASM_LIBRARY_DIR/include/rebound/
cp $WHEELDIR/librebound.cpython-*.so $WASM_LIBRARY_DIR/lib/
source:
2022-08-08 12:02:43 +00:00
url: https://files.pythonhosted.org/packages/b9/e4/aae78477fc9462ccdf2017ae1fa38c7048cdac0c2af60cff57f69c019cc9/rebound-3.19.8.tar.gz
sha256: 827c4f83785f129cbcaba46fd57f62d3a98af231d0ec8e5af3aa9302c424ffa6
requirements:
run:
- numpy
test:
imports:
- rebound
about:
home: https://github.com/hannorein/rebound/
PyPI: https://pypi.org/project/rebound
summary: An open-source multi-purpose N-body code
license: GPL