Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
2b3e7d7a
"wrappers/python/vscode:/vscode.git/clone" did not exist on "c29f195cf49ba406b67b6c01cea6a3eaed47f5c3"
Commit
2b3e7d7a
authored
Jun 20, 2016
by
peastman
Browse files
Corrected path to download icd
parent
48e55c59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
appveyor.yml
appveyor.yml
+3
-2
No files found.
appveyor.yml
View file @
2b3e7d7a
...
...
@@ -28,7 +28,8 @@ install:
-
choco install -y doxygen.portable swig >
null
# Download OpenCL Headers and build the ICD loader
-
ps
:
$opencl_registry = "https://github.com/KhronosGroup/OpenCL-Headers/"
-
ps
:
$opencl_registry = "https://www.khronos.org/registry/cl"
-
ps
:
$opencl_github = "KhronosGroup/OpenCL-Headers"
-
ps
:
mkdir C:/opencl > $null
-
ps
:
cd C:/opencl
-
ps
:
wget $opencl_registry/specs/opencl-icd-1.2.11.0.tgz -OutFile opencl-icd-1.2.11.0.tgz
...
...
@@ -36,7 +37,7 @@ install:
-
ps
:
7z x opencl-icd-1.2.11.0.tar > $null
-
ps
:
mv .\icd\* .
-
ps
:
mkdir inc/CL > $null
-
ps
:
wget
$opencl_registry
| select -ExpandProperty links | where {$_.href -like "*.h*"} | select -ExpandProperty outerText | foreach{ wget https://raw.githubusercontent.com/
KhronosGroup/OpenCL-Headers
/master/$_ -OutFile inc/CL/$_ }
-
ps
:
wget
https://github.com/$opencl_github
| select -ExpandProperty links | where {$_.href -like "*.h*"} | select -ExpandProperty outerText | foreach{ wget https://raw.githubusercontent.com/
$opencl_github
/master/$_ -OutFile inc/CL/$_ }
-
ps
:
mkdir lib > $null
-
ps
:
cd lib
-
cmake -G "NMake Makefiles" ..
...
...
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