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

peastman's avatar
peastman committed
4
set FFTW=C:\Miniconda3\pkgs\fftw3f-3.3.4-vc14_2\Library
peastman's avatar
peastman committed
5
6
7
8
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 ^
    -DOPENCL_INCLUDE_DIR="%APPSDK%\include" -DOPENCL_LIBRARY="%APPSDK%\lib\x86_64\OpenCL.lib" ^
    -DFFTW_INCLUDES="%FFTW%/include" -DFFTW_LIBRARY="%FFTW%/lib/libfftw3f-3.lib"
9
10
11
12
13

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