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
54ac9892
Commit
54ac9892
authored
May 12, 2017
by
peastman
Committed by
GitHub
May 12, 2017
Browse files
Merge pull request #1812 from jchodera/update-devtools
Minor updates to packaging scripts
parents
c739aaff
183598ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
devtools/packaging/README.md
devtools/packaging/README.md
+12
-4
devtools/packaging/scripts/osx/prepare.sh
devtools/packaging/scripts/osx/prepare.sh
+1
-1
No files found.
devtools/packaging/README.md
View file @
54ac9892
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
Set your environment variable
`TAG`
to the git tag for the release:
Set your environment variable
`TAG`
to the git tag for the release:
```
bash
```
bash
# OpenMM 7.1.
0rc
1
# OpenMM 7.1.1
export
TAG
=
"
9567ddb
"
export
TAG
=
"
c1a64aa
"
```
```
## Source
## Source
...
@@ -12,7 +12,11 @@ Start the docker container:
...
@@ -12,7 +12,11 @@ Start the docker container:
```
bash
```
bash
docker run
-i
-t
--rm
-e
TAG
-v
`
pwd
`
:/io jchodera/omnia-build-box:cuda80-amd30-clang38 bash
docker run
-i
-t
--rm
-e
TAG
-v
`
pwd
`
:/io jchodera/omnia-build-box:cuda80-amd30-clang38 bash
```
```
Inside the docker container:
Patch the docker container for missing LaTeX files:
```
tlmgr install fncychap tabulary capt-of eqparbox environ trimspaces
```
Build the installer inside the docker container:
```
bash
```
bash
# Clone the OpenMM beta or release candidate tag $TAG
# Clone the OpenMM beta or release candidate tag $TAG
git clone https://github.com/pandegroup/openmm.git
git clone https://github.com/pandegroup/openmm.git
...
@@ -31,7 +35,11 @@ Start the docker container:
...
@@ -31,7 +35,11 @@ Start the docker container:
```
bash
```
bash
docker run
-i
-t
--rm
-e
TAG
-v
`
pwd
`
:/io jchodera/omnia-build-box:cuda80-amd30-clang38 bash
docker run
-i
-t
--rm
-e
TAG
-v
`
pwd
`
:/io jchodera/omnia-build-box:cuda80-amd30-clang38 bash
```
```
Inside the docker container:
Patch the docker container for missing LaTeX files:
```
tlmgr install fncychap tabulary capt-of eqparbox environ trimspaces
```
Build the installer inside the docker container:
```
bash
```
bash
# Clone the OpenMM beta or release candidate tag $TAG
# Clone the OpenMM beta or release candidate tag $TAG
git clone https://github.com/pandegroup/openmm.git
git clone https://github.com/pandegroup/openmm.git
...
...
devtools/packaging/scripts/osx/prepare.sh
View file @
54ac9892
...
@@ -26,5 +26,5 @@ export PATH=$WORKSPACE/miniconda/bin:$PATH
...
@@ -26,5 +26,5 @@ export PATH=$WORKSPACE/miniconda/bin:$PATH
# Ensure configuration is up to date.
# Ensure configuration is up to date.
conda config
--add
channels http://conda.binstar.org/omnia
conda config
--add
channels http://conda.binstar.org/omnia
conda
install
--yes
--quiet
swig fftw3f pip
conda
install
--yes
--quiet
swig fftw3f pip
doxygen sphinx sphinxcontrib-bibtex sphinxcontrib-lunrsearch sphinxcontrib-autodoc_doxygen lxml cmake
pip
install
sphinxcontrib-bibtex sphinxcontrib-lunrsearch sphinxcontrib-autodoc_doxygen
pip
install
sphinxcontrib-bibtex sphinxcontrib-lunrsearch sphinxcontrib-autodoc_doxygen
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