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
5c35af26
"...platforms/reference/src/ReferenceDrudeKernelFactory.cpp" did not exist on "e561a67824a1a0ac544547ff4c08baa4853d1b5f"
Unverified
Commit
5c35af26
authored
Mar 27, 2020
by
Andy Simmonett
Browse files
Update Azure VM to newer version
parent
a752d258
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
.azure-pipelines/azure-pipelines-windows.yml
.azure-pipelines/azure-pipelines-windows.yml
+10
-6
No files found.
.azure-pipelines/azure-pipelines-windows.yml
View file @
5c35af26
...
...
@@ -2,9 +2,9 @@ jobs:
# Configure, build, install, and test job
-
job
:
'
windows_build'
displayName
:
'
Windows
VS201
5
'
displayName
:
'
Windows
VS201
7
'
pool
:
vmImage
:
'
vs201
5
-win201
2r2
'
vmImage
:
'
vs201
7
-win201
6
'
timeoutInMinutes
:
360
variables
:
llvm.version
:
'
7.0.1'
...
...
@@ -54,7 +54,7 @@ jobs:
# Download OpenCL Headers and build the ICD loader
-
script
:
|
setlocal EnableDelayedExpansion
call "C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC
\vcvarsall.bat" x
86_amd
64
call "C:\Program Files (x86)\Microsoft Visual Studio
\2017\Enterprise\VC\Auxiliary\Build
\vcvarsall.bat" x64
mkdir opencl
cd opencl
wget https://www.khronos.org/registry/cl/specs/opencl-icd-1.2.11.0.tgz -O opencl-icd-1.2.11.0.tgz
...
...
@@ -67,7 +67,9 @@ jobs:
move .\OpenCL-Headers-master\CL\*.h .\inc\CL\
mkdir lib > $null
cd lib
cmake -G Ninja ..
cmake -G Ninja .. ^
-DCMAKE_CXX_COMPILER=cl.exe ^
-DCMAKE_C_COMPILER=cl.exe
cmake --build . ^
-- -j %NUMBER_OF_PROCESSORS%
displayName
:
"
Download
and
install
OpenCL"
...
...
@@ -75,12 +77,14 @@ jobs:
# Configure
-
script
:
|
setlocal EnableDelayedExpansion
call "C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC
\vcvarsall.bat" x
86_amd
64
call "C:\Program Files (x86)\Microsoft Visual Studio
\2017\Enterprise\VC\Auxiliary\Build
\vcvarsall.bat" x64
mkdir build & cd build
cmake -G Ninja ^
-DOPENCL_INCLUDE_DIR=$(Pipeline.Workspace)/opencl/inc ^
-DOPENCL_LIBRARY=$(Pipeline.Workspace)/opencl/lib/OpenCL.lib ^
-DCMAKE_BUILD_TYPE=$(cmake.build.type) ^
-DCMAKE_CXX_COMPILER=cl.exe ^
-DCMAKE_C_COMPILER=cl.exe ^
-DCMAKE_INSTALL_PREFIX=../install ^
-DOPENMM_BUILD_EXAMPLES=OFF ^
-DOPENMM_BUILD_OPENCL_TESTS=OFF ^
...
...
@@ -89,7 +93,7 @@ jobs:
workingDirectory
:
$(Build.BinariesDirectory)
# Build
-
script
:
|
call "C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC
\vcvarsall.bat" x
86_amd
64
call "C:\Program Files (x86)\Microsoft Visual Studio
\2017\Enterprise\VC\Auxiliary\Build
\vcvarsall.bat" x64
cmake --build . ^
--config $(cmake.build.type) ^
-- -j %NUMBER_OF_PROCESSORS%
...
...
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