Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
46fb5c51
"...src/ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "a57facb4d1f8c9a51bd429f2f4a1df9fcf137c91"
Commit
46fb5c51
authored
Feb 08, 2016
by
peastman
Browse files
Make PythonInstall before trying to build Python API docs
parent
3f0899c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
devtools/packaging/scripts/linux/build.sh
devtools/packaging/scripts/linux/build.sh
+1
-1
devtools/packaging/scripts/osx/build.sh
devtools/packaging/scripts/osx/build.sh
+1
-1
devtools/packaging/scripts/source/build.sh
devtools/packaging/scripts/source/build.sh
+1
-1
No files found.
devtools/packaging/scripts/linux/build.sh
View file @
46fb5c51
...
@@ -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
devtools/packaging/scripts/osx/build.sh
View file @
46fb5c51
...
@@ -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
devtools/packaging/scripts/source/build.sh
View file @
46fb5c51
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment