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
3f0899c0
Commit
3f0899c0
authored
Jan 27, 2016
by
peastman
Browse files
Updates to packaging scripts for 7.0
parent
d2fd6cee
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
13 deletions
+13
-13
devtools/packaging/scripts/linux/build.sh
devtools/packaging/scripts/linux/build.sh
+8
-8
devtools/packaging/scripts/linux/prepare.sh
devtools/packaging/scripts/linux/prepare.sh
+1
-1
devtools/packaging/scripts/osx/build.sh
devtools/packaging/scripts/osx/build.sh
+1
-1
devtools/packaging/scripts/osx/prepare.sh
devtools/packaging/scripts/osx/prepare.sh
+1
-1
devtools/packaging/scripts/source/build.sh
devtools/packaging/scripts/source/build.sh
+1
-1
devtools/packaging/scripts/source/prepare.sh
devtools/packaging/scripts/source/prepare.sh
+1
-1
No files found.
devtools/packaging/scripts/linux/build.sh
View file @
3f0899c0
...
@@ -19,13 +19,13 @@ CMAKE_FLAGS="-DCMAKE_INSTALL_PREFIX=$INSTALL"
...
@@ -19,13 +19,13 @@ CMAKE_FLAGS="-DCMAKE_INSTALL_PREFIX=$INSTALL"
# setting the rpath so that libOpenMMPME.so finds the right libfftw3
# setting the rpath so that libOpenMMPME.so finds the right libfftw3
#CMAKE_FLAGS+=" -DCMAKE_INSTALL_RPATH=.."
#CMAKE_FLAGS+=" -DCMAKE_INSTALL_RPATH=.."
CMAKE_FLAGS+
=
" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++"
CMAKE_FLAGS+
=
" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++"
CMAKE_FLAGS+
=
" -DCUDA_CUDART_LIBRARY=/usr/local/cuda-7.
0
/lib64/libcudart.so"
CMAKE_FLAGS+
=
" -DCUDA_CUDART_LIBRARY=/usr/local/cuda-7.
5
/lib64/libcudart.so"
CMAKE_FLAGS+
=
" -DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-7.
0
/bin/nvcc"
CMAKE_FLAGS+
=
" -DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-7.
5
/bin/nvcc"
CMAKE_FLAGS+
=
" -DCUDA_SDK_ROOT_DIR=/usr/local/cuda-7.
0
/"
CMAKE_FLAGS+
=
" -DCUDA_SDK_ROOT_DIR=/usr/local/cuda-7.
5
/"
CMAKE_FLAGS+
=
" -DCUDA_TOOLKIT_INCLUDE=/usr/local/cuda-7.
0
/include"
CMAKE_FLAGS+
=
" -DCUDA_TOOLKIT_INCLUDE=/usr/local/cuda-7.
5
/include"
CMAKE_FLAGS+
=
" -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-7.
0
/"
CMAKE_FLAGS+
=
" -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-7.
5
/"
CMAKE_FLAGS+
=
" -DOPENCL_INCLUDE_DIR=/opt/AMDAPPSDK-
2.9-1
/include/"
CMAKE_FLAGS+
=
" -DOPENCL_INCLUDE_DIR=/opt/AMDAPPSDK-
3.0
/include/"
CMAKE_FLAGS+
=
" -DOPENCL_LIBRARY=/opt/AMDAPPSDK-
2.9-1
/lib/x86_64/libOpenCL.so"
CMAKE_FLAGS+
=
" -DOPENCL_LIBRARY=/opt/AMDAPPSDK-
3.0
/lib/x86_64/libOpenCL.so"
# Set location for FFTW3
# Set location for FFTW3
PREFIX
=
"
$WORKSPACE
/miniconda"
PREFIX
=
"
$WORKSPACE
/miniconda"
...
@@ -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
Doxyge
nApiDocs sphinxpdf
make
-j4
all
C++ApiDocs Pytho
nApiDocs sphinxpdf
# Install.
# Install.
make
install
make
install
devtools/packaging/scripts/linux/prepare.sh
View file @
3f0899c0
...
@@ -27,4 +27,4 @@ export PATH=$WORKSPACE/miniconda/bin:$PATH
...
@@ -27,4 +27,4 @@ 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
pip
install
sphinxcontrib-bibtex
pip
install
sphinxcontrib-bibtex
sphinxcontrib-lunrsearch sphinxcontrib-autodoc_doxygen
devtools/packaging/scripts/osx/build.sh
View file @
3f0899c0
...
@@ -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
Doxyge
nApiDocs sphinxpdf
make
-j4
all
C++ApiDocs Pytho
nApiDocs sphinxpdf
# Install.
# Install.
make
install
make
install
devtools/packaging/scripts/osx/prepare.sh
View file @
3f0899c0
...
@@ -27,4 +27,4 @@ export PATH=$WORKSPACE/miniconda/bin:$PATH
...
@@ -27,4 +27,4 @@ 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
pip
install
sphinxcontrib-bibtex
pip
install
sphinxcontrib-bibtex
sphinxcontrib-lunrsearch sphinxcontrib-autodoc_doxygen
devtools/packaging/scripts/source/build.sh
View file @
3f0899c0
...
@@ -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
Doxyge
nApiDocs sphinxpdf
make
-j4
all
C++ApiDocs Pytho
nApiDocs sphinxpdf
# Install.
# Install.
make
install
make
install
devtools/packaging/scripts/source/prepare.sh
View file @
3f0899c0
...
@@ -27,4 +27,4 @@ export PATH=$WORKSPACE/miniconda/bin:$PATH
...
@@ -27,4 +27,4 @@ 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
pip
install
sphinxcontrib-bibtex
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