"...src/ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "a57facb4d1f8c9a51bd429f2f4a1df9fcf137c91"
Commit 46fb5c51 authored by peastman's avatar peastman
Browse files

Make PythonInstall before trying to build Python API docs

parent 3f0899c0
...@@ -40,7 +40,7 @@ fi ...@@ -40,7 +40,7 @@ fi
mkdir build mkdir build
cd build cd build
cmake ../openmm $CMAKE_FLAGS cmake ../openmm $CMAKE_FLAGS
make -j4 all C++ApiDocs PythonApiDocs sphinxpdf make -j4 all PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
# Install. # Install.
make install make install
...@@ -37,7 +37,7 @@ fi ...@@ -37,7 +37,7 @@ fi
mkdir build mkdir build
cd build cd build
cmake ../openmm $CMAKE_FLAGS cmake ../openmm $CMAKE_FLAGS
make -j4 all C++ApiDocs PythonApiDocs sphinxpdf make -j4 all PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
# Install. # Install.
make install make install
...@@ -42,7 +42,7 @@ fi ...@@ -42,7 +42,7 @@ fi
mkdir build mkdir build
cd build cd build
cmake ../openmm $CMAKE_FLAGS cmake ../openmm $CMAKE_FLAGS
make -j4 all C++ApiDocs PythonApiDocs sphinxpdf make -j4 all PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
# Install. # Install.
make install make install
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment