build.bat 381 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
5
6
7
8
9
10
"C:\Program Files\CMake\bin\cmake.exe" .. -G "NMake Makefiles JOM" -DCMAKE_BUILD_TYPE=Release -DOPENMM_GENERATE_API_DOCS=ON -DFFTW_INCLUDES="%FFTW%/include" -DFFTW_LIBRARY="%FFTW%/lib/libfftw3f-3.lib"

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