Skip to content
Snippets Groups Projects
  • Giovanni Bussi's avatar
    36d2bda3
    Implemented standard paths · 36d2bda3
    Giovanni Bussi authored
    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.
    36d2bda3
    History
    Implemented standard paths
    Giovanni Bussi authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.