mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
new file: o/OpenCL-runtime/.OpenCL-runtime-16.1.1.eb.swp
new file: o/OpenCL-runtime/OpenCL-runtime-16.1.1.eb
This commit is contained in:
parent
1231a42b1e
commit
3cd673de3a
BIN
o/OpenCL-runtime/.OpenCL-runtime-16.1.1.eb.swp
Normal file
BIN
o/OpenCL-runtime/.OpenCL-runtime-16.1.1.eb.swp
Normal file
Binary file not shown.
38
o/OpenCL-runtime/OpenCL-runtime-16.1.1.eb
Normal file
38
o/OpenCL-runtime/OpenCL-runtime-16.1.1.eb
Normal file
@ -0,0 +1,38 @@
|
||||
easyblock = 'OpenCL'
|
||||
|
||||
name = 'OpenCL-runtime'
|
||||
version = '16.1.1'
|
||||
|
||||
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.
|
||||
"""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
source_urls = [
|
||||
# Use manually downloaded sources
|
||||
#'http://registrationcenter-download.intel.com/akdlm/irc_nas/9019/opencl_runtime_16.1.1_x64_rh_6.4.0.25.tgz'
|
||||
]
|
||||
|
||||
sources = ['opencl_runtime_%(version)s_x64_rh_6.4.0.25.tgz']
|
||||
|
||||
# license file
|
||||
import os
|
||||
license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")
|
||||
|
||||
skipsteps = ['build']
|
||||
|
||||
postinstallcmds = [
|
||||
'mkdir %(installdir)s/bin',
|
||||
'echo "1" > %(installdir)s/bin/hack_for_instalation'
|
||||
]
|
||||
|
||||
#sanity_check_paths = {
|
||||
# 'files': [''],
|
||||
# 'dirs': ['lib64'],
|
||||
#}
|
||||
|
||||
moduleclass = 'lang'
|
Loading…
x
Reference in New Issue
Block a user