Skip to content

Commit

Permalink
Merge pull request #21356 from akesandgren/20240909153256_new_pr_PyBu…
Browse files Browse the repository at this point in the history
…llet326

{vis}[gfbf/2023a] PyBullet v3.2.6
  • Loading branch information
smoors authored Sep 13, 2024
2 parents 3de6539 + 23d696d commit 52b964c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/p/PyBullet/PyBullet-3.2.6-gfbf-2023a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'PythonBundle'

name = 'PyBullet'
version = '3.2.6'

homepage = 'https://github.com/bulletphysics/bullet3'
description = """Bullet Physics SDK: real-time collision detection and
multi-physics simulation for VR, games, visual effects, robotics,
machine learning etc."""

toolchain = {'name': 'gfbf', 'version': '2023a'}

dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('pybullet', version, {
'checksums': ['da27525433c88698dc9fd8bc20fa4ae4d07738b4656633659ebd82c2d2884e08'],
}),
]

moduleclass = 'vis'

0 comments on commit 52b964c

Please sign in to comment.