Skip to content

Commit

Permalink
adding easyconfigs: PyopenCL-2023.1.4-foss-2023a.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc47063 committed Jan 2, 2024
1 parent d0e5856 commit a829c8f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions easybuild/easyconfigs/p/PyopenCL/PyopenCL-2023.1.4-foss-2023a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
easyblock = 'PythonBundle'

name = 'PyopenCL'
version = '2023.1.4'

homepage = "https://mathema.tician.de/software/pyopencl/"
description = """PyOpenCL lets you access GPUs and other massively parallel compute devices from Python."""

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

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

use_pip = True
sanity_pip_check = True

exts_list = [
('appdirs', '1.4.4', {
'checksums': ['7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41'],
}),
('pytools', '2023.1.1', {
'checksums': ['80637873d206f6bcedf7cdb46ad93e868acb4ea2256db052dfcca872bdd0321f'],
}),
('pyopencl', version, {
'preinstallopts': "./configure.py --cl-pretend-version=1.2 && ",
'checksums': ['220174efca900e9d5de5aef2aa1b77a6f2550501de92b035a91013aeae4d4c5e'],
}),
]

moduleclass = 'vis'

0 comments on commit a829c8f

Please sign in to comment.