Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Kurečka
Plumed AlphaFold
Commits
e24662aa
There was an error fetching the commit references. Please try again later.
Commit
e24662aa
authored
9 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
512cc130
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+8
-8
8 additions, 8 deletions
.travis.yml
with
8 additions
and
8 deletions
.travis.yml
+
8
−
8
View file @
e24662aa
...
@@ -56,14 +56,14 @@ install:
...
@@ -56,14 +56,14 @@ install:
# doxygen from its repository (apt-get gets an old version)
# doxygen from its repository (apt-get gets an old version)
# - test "$MAKEDOC" == yes && ./.travis/install.doxygen || true
# - test "$MAKEDOC" == yes && ./.travis/install.doxygen || true
# it seems that here we can get precompiled doxygen and latex
# it seems that here we can get precompiled doxygen and latex
-
if test "$MAKEDOC" == yes
&&
sudo apt-add-repository -y ppa:libreoffice/ppa ; fi
-
if test "$MAKEDOC" == yes
; then
sudo apt-add-repository -y ppa:libreoffice/ppa ; fi
-
if test "$MAKEDOC" == yes
&&
sudo apt-get update -qq ; fi
-
if test "$MAKEDOC" == yes
; then
sudo apt-get update -qq ; fi
-
if test "$MAKEDOC" == yes
&&
sudo apt-get install -y doxygen doxygen-latex ; fi
-
if test "$MAKEDOC" == yes
; then
sudo apt-get install -y doxygen doxygen-latex ; fi
-
if test "$VALGRIND" == yes
&&
sudo apt-get install -y valgrind ; fi
-
if test "$VALGRIND" == yes
; then
sudo apt-get install -y valgrind ; fi
-
if test "$LAPACK" == yes
&&
sudo apt-get install libatlas-base-dev ; fi
-
if test "$LAPACK" == yes
; then
sudo apt-get install libatlas-base-dev ; fi
-
if test "$ALMOST" == yes
&&
./.travis/install.almost ; fi
-
if test "$ALMOST" == yes
; then
./.travis/install.almost ; fi
-
if test "$ALMOST" == yes
&&
ENALMOST="--enable-almost" ; fi
-
if test "$ALMOST" == yes
; then
ENALMOST="--enable-almost" ; fi
-
if test "$ALMOST" == yes
&&
PLUMED_CPPFLAGS="$INCLUDE -I/usr/local/include -I/usr/local/include/almost" ; fi
-
if test "$ALMOST" == yes
; then
PLUMED_CPPFLAGS="$INCLUDE -I/usr/local/include -I/usr/local/include/almost" ; fi
# moreover, we hardcode path to dynamic library, required for xdrfile to link properly
# moreover, we hardcode path to dynamic library, required for xdrfile to link properly
# I do it only when LD_LIBRARY_PATH is non blank, since otherwise clang gives problems
# I do it only when LD_LIBRARY_PATH is non blank, since otherwise clang gives problems
-
if test -n "$LD_LIBRARY_PATH" ; then PLUMED_LDFLAGS="-Wl,-rpath,$LD_LIBRARY_PATH" ; fi
-
if test -n "$LD_LIBRARY_PATH" ; then PLUMED_LDFLAGS="-Wl,-rpath,$LD_LIBRARY_PATH" ; fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment