build.bat 396 Bytes
Newer Older
1
2
3
mkdir build
cd build

peastman's avatar
peastman committed
4
5
set APPSDK=C:\Program Files (x86)\AMD APP SDK\2.9-1
"C:\Program Files\CMake\bin\cmake.exe" .. -G "NMake Makefiles JOM" -DCMAKE_BUILD_TYPE=Release -DOPENMM_GENERATE_API_DOCS=ON ^
Peter Eastman's avatar
Peter Eastman committed
6
    -DOPENCL_INCLUDE_DIR="%APPSDK%\include" -DOPENCL_LIBRARY="%APPSDK%\lib\x86_64\OpenCL.lib"
7
8
9
10
11

jom
jom PythonInstall
jom C++ApiDocs
jom PythonApiDocs
peastman's avatar
peastman committed
12
REM jom sphinxpdf
13
14
jom install
jom PythonBdist