-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15468 from zdemat/pyopencl-foss-2021b
{vis}[foss/2021b] PyOpenCL v2021.2.13 w/ Python 3.9.6
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
easybuild/easyconfigs/p/PyOpenCL/PyOpenCL-2021.2.13-foss-2021b.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
easyblock = 'PythonBundle' | ||
|
||
name = 'PyOpenCL' | ||
version = '2021.2.13' | ||
|
||
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': '2021b'} | ||
|
||
dependencies = [ | ||
('Python', '3.9.6'), | ||
('SciPy-bundle', '2021.10'), | ||
('pocl', '1.8'), | ||
] | ||
|
||
use_pip = True | ||
sanity_pip_check = True | ||
|
||
exts_list = [ | ||
('appdirs', '1.4.4', { | ||
'checksums': ['7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41'], | ||
}), | ||
('pytools', '2021.2.9', { | ||
'checksums': ['db6cf83c9ba0a165d545029e2301621486d1e9ef295684072e5cd75316a13755'], | ||
}), | ||
('pyopencl', version, { | ||
'preinstallopts': "./configure.py --cl-pretend-version=1.2 && ", | ||
'checksums': ['8b969c3a9d4153adc6b0915301ffdf626a3784b869a964645de100ae60de7b06'], | ||
}), | ||
] | ||
|
||
moduleclass = 'vis' |