mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
39 lines
987 B
Plaintext
39 lines
987 B
Plaintext
easyblock = 'OpenCL'
|
|
|
|
name = 'OpenCL-builder'
|
|
version = '2015'
|
|
|
|
homepage = 'https://software.intel.com/en-us/intel-opencl'
|
|
description = """OpenCL™ is the first open, royalty-free standard for cross-platform,
|
|
parallel programming of modern processors found in personal computers, servers and handheld/embedded devices.
|
|
OpenCL (Open Computing Language) greatly improves speed and responsiveness for a wide spectrum of applications
|
|
in numerous market categories from gaming and entertainment to scientific and medical software.
|
|
|
|
This is builder (formerly runtime) package.
|
|
"""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = [
|
|
# Use manually downloaded sources
|
|
]
|
|
|
|
sources = ['intel_code_builder_for_opencl_2015_5.0.0.62_x64.tgz']
|
|
|
|
# license file
|
|
import os
|
|
license_file = os.path.join(
|
|
os.getenv('HOME'),
|
|
"licenses",
|
|
"intel",
|
|
"license.lic")
|
|
|
|
skipsteps = ['build']
|
|
|
|
sanity_check_paths = {
|
|
'files': [''],
|
|
'dirs': ['lib64'],
|
|
}
|
|
|
|
moduleclass = 'lang'
|