mirror of
https://github.com/openmm/openmm
synced 2026-06-03 06:39:48 +09:00
* Use PocketFFT instead of FFTW * Minor cleanup * Use PocketFFT instead of fftpack for reference platform * Remove FFTW as a dependency * Converted a test case to use PocketFFT * Fixed an incorrect comment
15 lines
396 B
Batchfile
15 lines
396 B
Batchfile
mkdir build
|
|
cd build
|
|
|
|
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"
|
|
|
|
jom
|
|
jom PythonInstall
|
|
jom C++ApiDocs
|
|
jom PythonApiDocs
|
|
REM jom sphinxpdf
|
|
jom install
|
|
jom PythonBdist
|