Skip to content
Snippets Groups Projects
Commit 875ea0a6 authored by Omar Valsson's avatar Omar Valsson
Browse files

Merge remote-tracking branch 'origin/v2.4' into v2.4-ves

parents 463d26db 4ecf2091
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ install:
# then replace doxygen with the desided version
# I use 1.8.10 instead of 1.8.11 since it looks like 1.8.11 have troubles with
# non case sensitive files (it writes capitalized filenames)
- if test "$MAKEDOC" == yes ; then ./.travis/install.doxygen Release_1_8_13 ; fi
- if test "$MAKEDOC" == yes ; then ./.travis/install.doxygen Release_1_8_14 ; fi
- if test "$VALGRIND" == yes ; then sudo apt-get install -y valgrind ; fi
- if test "$LAPACK" == yes ; then sudo apt-get -y install libatlas-base-dev ; fi
# moreover, we hardcode path to dynamic library, required for xdrfile to link properly
......
......@@ -216,4 +216,9 @@ For developers:
- Solved small bug in stored PLUMED_ROOT directory as obtained from statically patched MD codes.
Namely, the compilation directory was stored rather than the installation one.
## Version 2.3.5
For developers:
- Doxygen on travis-ci has been updated to 1.8.14
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment