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
06fe75fb
"platforms/vscode:/vscode.git/clone" did not exist on "add95438dfea684bac387fe1cf48e8bdd0c482d8"
Commit
06fe75fb
authored
Feb 16, 2017
by
peastman
Browse files
Attempt at fixing errors on travis and appveyor
parent
31d7f883
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
.travis.yml
.travis.yml
+5
-0
appveyor.yml
appveyor.yml
+2
-2
docs-source/usersguide/library.rst
docs-source/usersguide/library.rst
+2
-2
No files found.
.travis.yml
View file @
06fe75fb
...
...
@@ -108,6 +108,11 @@ before_install:
brew install doxygen fftw;
sudo easy_install pytest;
fi
-
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz"
mkdir cmake && travis_retry wget --no-check-certificate --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C cmake
export PATH=${DEPS_DIR}/cmake/bin:${PATH}
fi
-
if [[ "$OPENCL" == "true" ]]; then
wget http://s3.amazonaws.com/omnia-ci/AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2;
tar -xjf AMD-APP-SDK*.tar.bz2;
...
...
appveyor.yml
View file @
06fe75fb
os
:
Windows Server 2012 R2
os
:
Visual Studio
2015
shallow_clone
:
true
install
:
# Setup shell for VS201
0
, x64, release mode
# Setup shell for VS201
5
, x64, release mode
-
>
"%ProgramFiles%\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release
# Set path to python, git-bash tools.
...
...
docs-source/usersguide/library.rst
View file @
06fe75fb
...
...
@@ -404,7 +404,7 @@ version of Visual Studio.
Install
CMake
=============
CMake
is
the
build
system
used
for
OpenMM
.
You
must
install
CMake
version
2.8
CMake
is
the
build
system
used
for
OpenMM
.
You
must
install
CMake
version
3.1
or
higher
before
attempting
to
build
OpenMM
from
source
.
You
can
get
CMake
from
http
://
www
.
cmake
.
org
/.
If
you
choose
to
build
CMake
from
source
on
Linux
,
make
sure
you
have
the
curses
library
installed
beforehand
,
so
that
you
will
be
able
...
...
@@ -509,7 +509,7 @@ Windows
On
Windows
,
perform
the
following
steps
:
#.
Click
Start
->
All
Programs
->
CMake
2.8
->
CMake
#.
Click
Start
->
All
Programs
->
CMake
3.1
->
CMake
#.
In
the
box
labeled
"Where is the source code:"
browse
to
OpenMM
src
directory
(
containing
top
CMakeLists
.
txt
)
#.
In
the
box
labeled
"Where to build the binaries"
browse
to
your
build_openmm
...
...
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