Skip to content
Snippets Groups Projects
Commit 48103db8 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Merge branch 'v2.4'

parents ef584bc2 7bd25c03
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ object file compiled from `buildroot/src/wrapper/Plumed.cpp` ...@@ -107,7 +107,7 @@ object file compiled from `buildroot/src/wrapper/Plumed.cpp`
To summarize: To summarize:
- `bin/plumed` = `buildroot/src/main/main.cpp` + `lib/libplumed.so` - `bin/plumed` = `buildroot/src/main/main.cpp` + `lib/libplumed.so`
- `lib/libplumed.so` = `buildroot/src/wrapper/PlumedStatic.cpp` + `lib/libplumedKernel.so` - `lib/libplumed.so` = `buildroot/src/wrapper/PlumedStatic.cpp` + `lib/libplumedKernel.so`
- `lib/libplumedWrapper.so` = `buildroot/src/wrapper/Plumed.cpp` - `lib/libplumedWrapper.a` = `buildroot/src/wrapper/Plumed.cpp`
The logic of this subdivision is that it is possible to either link the MD code to `/usr/local/lib/libplumed.so` The logic of this subdivision is that it is possible to either link the MD code to `/usr/local/lib/libplumed.so`
or to link it to a single object file (the one compiled from `buildroot/src/wrapper/Plumed.c` or the installed `libplumedWrapper.a`) or to link it to a single object file (the one compiled from `buildroot/src/wrapper/Plumed.c` or the installed `libplumedWrapper.a`)
......
...@@ -58,7 +58,7 @@ fi ...@@ -58,7 +58,7 @@ fi
gromacs5=1 gromacs5=1
if [ $1 == --gromacs4 ] ; then if [ "$1" == --gromacs4 ] ; then
gromacs5=0 gromacs5=0
shift shift
fi fi
......
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