Skip to content

Commit

Permalink
add PyOpenGL 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed Jan 22, 2024
1 parent a92f511 commit 1a31582
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/p/PyOpenGL/PyOpenGL-3.1.7-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
easyblock = 'PythonBundle'

name = 'PyOpenGL'
version = '3.1.7'

homepage = 'http://pyopengl.sourceforge.net'
description = """PyOpenGL is the most common cross platform Python binding to OpenGL and related APIs."""

toolchain = {'name': 'GCCcore', 'version': '12.3.0'}

builddependencies = [
('binutils', '2.40'),
('bzip2', '1.0.8'),
]

dependencies = [
('Python', '3.11.3'),
('Mesa', '23.1.4'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
(name, version, {
'modulename': 'OpenGL',
'checksums': ['eef31a3888e6984fd4d8e6c9961b184c9813ca82604d37fe3da80eb000a76c86'],
}),
]

moduleclass = 'vis'

0 comments on commit 1a31582

Please sign in to comment.