Update rebound and reboundx (#3725)

This commit is contained in:
Hanno Rein 2023-04-01 20:37:30 -04:00 committed by GitHub
parent 32ccad8f6e
commit 8464064b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,6 @@
package: package:
name: rebound name: rebound
version: 3.19.8 version: 3.24.2
top-level: top-level:
- rebound - rebound
build: build:
@ -12,8 +12,8 @@ build:
cp $WHEELDIR/librebound.cpython-*.so $WASM_LIBRARY_DIR/lib/ cp $WHEELDIR/librebound.cpython-*.so $WASM_LIBRARY_DIR/lib/
source: source:
url: https://files.pythonhosted.org/packages/b9/e4/aae78477fc9462ccdf2017ae1fa38c7048cdac0c2af60cff57f69c019cc9/rebound-3.19.8.tar.gz url: https://files.pythonhosted.org/packages/5c/66/7564ac591bb088d7f35a59d560b5c26426bb8ef5415522232819fe11c45a/rebound-3.24.2.tar.gz
sha256: 827c4f83785f129cbcaba46fd57f62d3a98af231d0ec8e5af3aa9302c424ffa6 sha256: a3c5d4c6a10b9c1538e1051edcd6341ef3d13142b698ee9c4a1f112d9684d803
requirements: requirements:
run: run:
- numpy - numpy
@ -22,4 +22,3 @@ about:
PyPI: https://pypi.org/project/rebound PyPI: https://pypi.org/project/rebound
summary: An open-source multi-purpose N-body code summary: An open-source multi-purpose N-body code
license: GPL license: GPL
# Note: this package needs to be manually upgraded to the next version

View File

@ -1,6 +1,6 @@
package: package:
name: reboundx name: reboundx
version: 3.7.1 version: 3.10.0
top-level: top-level:
- reboundx - reboundx
build: build:
@ -10,8 +10,8 @@ build:
ldflags: | ldflags: |
-L$(WASM_LIBRARY_DIR)/lib/ -L$(WASM_LIBRARY_DIR)/lib/
source: source:
url: https://files.pythonhosted.org/packages/05/a5/b5a54362d72c9d0d747373df6fba77638713fc88ca7e54f35ffe06c4a178/reboundx-3.7.1.tar.gz url: https://files.pythonhosted.org/packages/78/c1/83a10b80cf7c3cff3d31830a9a5355efd8c7ffb05b3d991a767f2dd4eb60/reboundx-3.10.0.tar.gz
sha256: 13045b582bc0316dc0d48fe5826db1062aba121abcf84bac82e93f0d1c367a97 sha256: bd76a74ac01221644b7ef555a88bb04ab14f9cca76346c6e139f25e077e7fccc
requirements: requirements:
run: run:
- rebound - rebound
@ -23,4 +23,3 @@ about:
PyPI: https://pypi.org/project/reboundx PyPI: https://pypi.org/project/reboundx
summary: A library for including additional forces in REBOUND summary: A library for including additional forces in REBOUND
license: GPL license: GPL
# Note: this package needs to be manually upgraded to the next version