mirror of https://github.com/pyodide/pyodide.git
Update rebound and reboundx (#3725)
This commit is contained in:
parent
32ccad8f6e
commit
8464064b41
|
@ -1,6 +1,6 @@
|
|||
package:
|
||||
name: rebound
|
||||
version: 3.19.8
|
||||
version: 3.24.2
|
||||
top-level:
|
||||
- rebound
|
||||
build:
|
||||
|
@ -12,8 +12,8 @@ build:
|
|||
cp $WHEELDIR/librebound.cpython-*.so $WASM_LIBRARY_DIR/lib/
|
||||
|
||||
source:
|
||||
url: https://files.pythonhosted.org/packages/b9/e4/aae78477fc9462ccdf2017ae1fa38c7048cdac0c2af60cff57f69c019cc9/rebound-3.19.8.tar.gz
|
||||
sha256: 827c4f83785f129cbcaba46fd57f62d3a98af231d0ec8e5af3aa9302c424ffa6
|
||||
url: https://files.pythonhosted.org/packages/5c/66/7564ac591bb088d7f35a59d560b5c26426bb8ef5415522232819fe11c45a/rebound-3.24.2.tar.gz
|
||||
sha256: a3c5d4c6a10b9c1538e1051edcd6341ef3d13142b698ee9c4a1f112d9684d803
|
||||
requirements:
|
||||
run:
|
||||
- numpy
|
||||
|
@ -22,4 +22,3 @@ about:
|
|||
PyPI: https://pypi.org/project/rebound
|
||||
summary: An open-source multi-purpose N-body code
|
||||
license: GPL
|
||||
# Note: this package needs to be manually upgraded to the next version
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package:
|
||||
name: reboundx
|
||||
version: 3.7.1
|
||||
version: 3.10.0
|
||||
top-level:
|
||||
- reboundx
|
||||
build:
|
||||
|
@ -10,8 +10,8 @@ build:
|
|||
ldflags: |
|
||||
-L$(WASM_LIBRARY_DIR)/lib/
|
||||
source:
|
||||
url: https://files.pythonhosted.org/packages/05/a5/b5a54362d72c9d0d747373df6fba77638713fc88ca7e54f35ffe06c4a178/reboundx-3.7.1.tar.gz
|
||||
sha256: 13045b582bc0316dc0d48fe5826db1062aba121abcf84bac82e93f0d1c367a97
|
||||
url: https://files.pythonhosted.org/packages/78/c1/83a10b80cf7c3cff3d31830a9a5355efd8c7ffb05b3d991a767f2dd4eb60/reboundx-3.10.0.tar.gz
|
||||
sha256: bd76a74ac01221644b7ef555a88bb04ab14f9cca76346c6e139f25e077e7fccc
|
||||
requirements:
|
||||
run:
|
||||
- rebound
|
||||
|
@ -23,4 +23,3 @@ about:
|
|||
PyPI: https://pypi.org/project/reboundx
|
||||
summary: A library for including additional forces in REBOUND
|
||||
license: GPL
|
||||
# Note: this package needs to be manually upgraded to the next version
|
||||
|
|
Loading…
Reference in New Issue