forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding easyconfigs: PyopenCL-2023.1.4-foss-2023a.eb
- Loading branch information
vsc47063
committed
Jan 2, 2024
1 parent
d0e5856
commit a829c8f
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-2023.1.4-foss-2023a.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 = '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' |