pyodide/packages/rebound/meta.yaml

25 lines
734 B
YAML
Raw Normal View History

package:
name: rebound
2023-04-02 00:37:30 +00:00
version: 3.24.2
top-level:
- rebound
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:
2023-04-02 00:37:30 +00:00
url: https://files.pythonhosted.org/packages/5c/66/7564ac591bb088d7f35a59d560b5c26426bb8ef5415522232819fe11c45a/rebound-3.24.2.tar.gz
sha256: a3c5d4c6a10b9c1538e1051edcd6341ef3d13142b698ee9c4a1f112d9684d803
requirements:
run:
- numpy
about:
home: https://github.com/hannorein/rebound/
PyPI: https://pypi.org/project/rebound
summary: An open-source multi-purpose N-body code
license: GPL