Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SCS
easyconfigs-it4i
Commits
1b09f800
Commit
1b09f800
authored
May 17, 2018
by
Josef Hrabal
Browse files
Merge branch 'it4i-salomon'
parents
954a5ab0
9d847e88
Changes
2
Hide whitespace changes
Inline
Side-by-side
o/OpenCL-sdk/OpenCL-runtime-15.1.eb
0 → 100644
View file @
1b09f800
easyblock = 'OpenCL'
name = 'OpenCL-runtime'
version = '15.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': 'dummy'}
source_urls = [
# Use manually downloaded sources
]
sources = ['opencl_runtime_15.1_x64_5.0.0.57.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'
o/OpenCL-sdk/OpenCL-sdk-7.0.0.2568.eb
0 → 100644
View file @
1b09f800
#IT4Innovations 2017
easyblock = 'OpenCLsdk'
name = 'OpenCL-sdk'
version = '7.0.0.2568'
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 = ['intel_sdk_for_opencl_2017_7.0.0.2568_x64.tgz']
# license file
#import os
#license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")
license_file = "/apps/licenses/intel/license.lic"
skipsteps = ['build']
sanity_check_paths = {
'files': [],
'dirs': ['bin'],
}
moduleclass = 'lang'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment