Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
edde0bde
Commit
edde0bde
authored
May 17, 2018
by
Josef Hrabal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new file: o/OpenCL-runtime/OpenCL-runtime-16.1.2.eb
deleted: o/OpenCL-sdk/OpenCL-runtime-15.1.eb
parent
9d847e88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
o/OpenCL-runtime/OpenCL-runtime-16.1.2.eb
o/OpenCL-runtime/OpenCL-runtime-16.1.2.eb
+14
-6
No files found.
o/OpenCL-
sdk/OpenCL-runtime-15.1
.eb
→
o/OpenCL-
runtime/OpenCL-runtime-16.1.2
.eb
View file @
edde0bde
#IT4Innovations 2017
easyblock = 'OpenCL'
name = 'OpenCL-runtime'
version = '1
5.1
'
version = '1
6.1.2
'
homepage = 'https://software.intel.com/en-us/intel-opencl'
description = """OpenCL™ is the first open, royalty-free standard for cross-platform,
...
...
@@ -10,22 +11,29 @@ OpenCL (Open Computing Language) greatly improves speed and responsiveness for a
in numerous market categories from gaming and entertainment to scientific and medical software.
"""
toolchain = {'name': 'dummy', 'version': '
dummy
'}
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_
15.1_x64_5.0.0.5
7.tgz']
sources = ['opencl_runtime_
%(version)s_x64_rh_6.4.0.3
7.tgz']
# license file
import os
license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")
#import os
#license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")
license_file = "/apps/licenses/intel/license.lic"
skipsteps = ['build']
postinstallcmds = [
'mkdir %(installdir)s/bin',
'echo "1" > %(installdir)s/bin/hack_for_instalation'
]
sanity_check_paths = {
'files': [''],
'files': ['
bin/hack_for_instalation
'],
'dirs': ['lib64'],
}
...
...
Write
Preview
Markdown
is supported
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