-
- Downloads
There was an error fetching the commit references. Please try again later.
Implemented standard paths
Now configure properly takes into account paths such as --bindir=/path etc This implementation hardcodes all the path into the src/config/ConfigInstall.cpp file. I followed the instructions on autoconf documentation so that the paths can be changed at install time using e.g. make install prefix=/path bindir=/path/binxx This should be the standard behavior. I removed the possibility to use PLUMED_SUFFIX and PLUMED_LIBPREFIX since it was a bit too difficult to maintain. I significantly simplified the src/lib/Makefile by using the standard directory names for autoconf.
Showing
- Makefile.conf.in 9 additions, 0 deletionsMakefile.conf.in
- configure 1 addition, 0 deletionsconfigure
- configure.ac 1 addition, 0 deletionsconfigure.ac
- include/plumed 1 addition, 0 deletionsinclude/plumed
- patches/patch.sh 1 addition, 1 deletionpatches/patch.sh
- src/cltools/Info.cpp 2 additions, 2 deletionssrc/cltools/Info.cpp
- src/config/Config.cpp.in 44 additions, 0 deletionssrc/config/Config.cpp.in
- src/config/Config.h 8 additions, 0 deletionssrc/config/Config.h
- src/config/Makefile 27 additions, 18 deletionssrc/config/Makefile
- src/core/CLToolMain.cpp 2 additions, 2 deletionssrc/core/CLToolMain.cpp
- src/lib/.gitignore 1 addition, 0 deletionssrc/lib/.gitignore
- src/lib/Makefile 142 additions, 84 deletionssrc/lib/Makefile
- src/lib/modulefile.in 14 additions, 10 deletionssrc/lib/modulefile.in
- src/maketools/update-plumedroot.sh 0 additions, 56 deletionssrc/maketools/update-plumedroot.sh
Loading
Please register or sign in to comment