Skip to content
Snippets Groups Projects
  1. Jan 08, 2020
  2. Jun 05, 2018
    • Giovanni Bussi's avatar
      small fix · 5c8e4631
      Giovanni Bussi authored
      ./configure --disable-shared was giving an error upon install
      due to a missing file
      5c8e4631
  3. Jun 04, 2018
  4. Feb 22, 2018
  5. Jan 26, 2018
    • Giovanni Bussi's avatar
      Fix · e36dc62e
      Giovanni Bussi authored
      make clean was not correctly cleaning plumed executable
      e36dc62e
  6. Nov 22, 2017
    • Giovanni Bussi's avatar
      Solved small bug in stored PLUMED_ROOT · 01fb97f9
      Giovanni Bussi authored
      The value of PLUMED_ROOT stored in statically patched MD code was
      incorrectly set to the compilation directory rather than the installed one.
      
      The only way to trigger the bug from regtest was by observing the behavior
      of rt-make-exceptions when plumed was installed by macports (since in this
      case the compilation directory is removed).
      01fb97f9
  7. Sep 29, 2017
    • Giovanni Bussi's avatar
      Install pkg-config files. · 5455dc24
      Giovanni Bussi authored
      Three versions are installed:
      plumed - flags to link plumed (as in patch --shared)
      plumedWrapper - flag to link plumed wrapper only (as in patch --runtime)
      plumedInternals - flags to link full plumed library, including required CPPFLAGS
      
      Notice that some macros are stripped from CPPFLAGS. This might
      be improved in order to keep only the relevant ones.
      5455dc24
    • Giovanni Bussi's avatar
      Install libplumedWrapper.a · 9c1be80d
      Giovanni Bussi authored
      This library contains only the wrapper/Plumed.o object and
      can be used to link plumed with --runtime option without
      incurring in linking errors when the MD code links PLUMED_LOAD
      variables more than ones
      9c1be80d
  8. Sep 21, 2017
    • Giovanni Bussi's avatar
      Using install_name_tool also on not-installed libraries · cf58668e
      Giovanni Bussi authored
      This change allows to load libraries locate in src/lib more easily
      on a mac. Notice that traditionally this was solved by setting
      DYLD_LIBRARY_PATH. However, as of osx Capitan, DYLD_LIBRARY_PATH
      does not work correctly. Fixing the installed path with
      install_name_tool should solve the issue.
      
      (backported from master)
      cf58668e
  9. Sep 18, 2017
  10. May 20, 2017
  11. Jan 10, 2017
    • Giovanni Bussi's avatar
      Fix · aac35b25
      Giovanni Bussi authored
      plumed-config was not working (the installer was putting plumed-patch there)
      aac35b25
  12. Oct 02, 2016
  13. Aug 03, 2016
    • Giovanni Bussi's avatar
      Fixed Config.cpp file · 2f00f9fd
      Giovanni Bussi authored
      To make the layout more consistent, I made new files:
      Config.inc
      ConfigInstall.inc
      that are generated with a script, whereas:
      Config.cpp
      ConfigInstall.cpp
      are included in the repository.
      In this manner all cpp files are included in the repository.
      2f00f9fd
  14. Jun 13, 2016
    • Giovanni Bussi's avatar
      Added plumed config tool · c90d4542
      Giovanni Bussi authored
      I implemented a shell-only tool "plumed config"
      
      This tool can be used to probe the src/config/config.txt
      configuration file.
      
      So far it can be used e.g. as
      plumed config has mpi
      to enquire for an enabled feature.
      
      It has some advantage wrt the --has-xxx options:
      
      1. It is based on file src/config/config.txt,
      which parses configure.ac and header files to find possible -D
      and Makefile.conf to find activated -D.
      This means that it is not necessary to manually
      edit the src/config/Config.h and src/core/CLToolsMain.cpp
      file to add new defines
      
      2. it is shell only, thus works in cross compiled environment
      c90d4542
    • Giovanni Bussi's avatar
      Added config.txt file · dc6be2cb
      Giovanni Bussi authored
      This is a textual file that contains all the configuration info.
      
      It should be easier to parse from scripts.
      dc6be2cb
  15. Apr 07, 2016
  16. Mar 14, 2016
    • Giovanni Bussi's avatar
      VIM syntax for output files · 030e3e5b
      Giovanni Bussi authored
      030e3e5b
    • Giovanni Bussi's avatar
      Improvements to VIM · 43bf7acc
      Giovanni Bussi authored
      - Implementation of short help (with :PHelp)
      - Updated doc
      - Autocompletion now knows if label was already provided at the beginning
        of the line and does not suggest it anymore in case
      - Compilation of the vim plugin is more similar to compilation
        of the user doc
      - Compilation of the vim plugin is made when doing "make install"
        from root dir.
      43bf7acc
  17. Mar 10, 2016
  18. Jan 04, 2016
  19. Oct 16, 2015
    • Giovanni Bussi's avatar
      Fix install target · ac39ce8b
      Giovanni Bussi authored
      Since plumed 2.2 creates a directory named src/lib/install
      upon install, there could be ambiguity in the install target
      in plumed 2.1 when switching branches without cleaning.
      Now the target is PHONY, and should give no issue.
      ac39ce8b
  20. Aug 04, 2015
  21. Aug 03, 2015
  22. Jul 30, 2015
    • Giovanni Bussi's avatar
      Fixes · 052b68ff
      Giovanni Bussi authored
      * added comments on install paths at the end of ./configure
      * fixed include path in modulefile
      * make obj/kernel.o only when necessary
      052b68ff
  23. Jul 29, 2015
    • Giovanni Bussi's avatar
      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
    • Giovanni Bussi's avatar
      Changed installation layout for objects · 685c4448
      Giovanni Bussi authored
      Instead of replicating the whole tree upon install,
      now objects are copied to prefix/lib/plumed/obj
      and assigned a number.
      
      When possible, objects are grouped in a single kernel.o
      with ld -r (tested in configure). This saves a lot
      of disk space.
      
      I also removed from the install directory some other
      useless files.
      
      The Plumed.inc/cmake files when installing
      are generated in a different way from the ones
      used prior to installation. Thus, to avoid too many
      repetitions, I wrote a small awk script the transforms
      Plumed.inc to Plumed.make
      685c4448
    • Giovanni Bussi's avatar
      Moved plumed-* scripts except plumed-patch · f4d4acaa
      Giovanni Bussi authored
      Now when plumed is installed the scripts are placed in
      lib/plumed/
      instead of
      bin/
      
      This makes it more robust the installation of several versions with suffixes
      
      I only left in place the script "plumed-patch" which is likely
      the most used.
      
      I added plenty of messages at the end of ./configure and make install
      + I explained it in the user doc
      f4d4acaa
  24. Jul 22, 2015
    • Giovanni Bussi's avatar
      Fixed PLUMED_ROOT in command line tools · 77abd441
      Giovanni Bussi authored
      Now command line shortcuts such as plumed-patch
      follow the same rule as plumed executable to set PLUMED_ROOT
      as it was implemented in 1b20cb90
      
      Namely, they have an hard coded value that can be replaced
      setting the PLUMED_ROOT variable before launching the tool
      77abd441
  25. Jul 07, 2015
    • Giovanni Bussi's avatar
      Allow space in build directory · 1dedccb8
      Giovanni Bussi authored
      Now plumed should work if built on a directory which has a space in the path.
      Notice that install directory should still not contain spaces.
      This is because of some difficulties in making the
      src/lib/Makefile rules compatible with names with spaces.
      
      Addresses #157
      1dedccb8
  26. Jun 18, 2015
  27. Jun 04, 2015
    • Giovanni Bussi's avatar
      DESTDIR · 87c50291
      Giovanni Bussi authored
      Added support for DESTDIR
      87c50291
    • Giovanni Bussi's avatar
      Added autoconf program transform name · 00ebf759
      Giovanni Bussi authored
      We usually allowed users to customize the name of the plumed
      library using env var PLUMED_LIBSUFFIX. I changed it to the
      standard autoconf behavior, that is using
      --program-suffix
      --program-prefix
      at configure time.
      
      PLUMED_LIBSUFFIX still works but is now deprecated and dumps a warning.
      I will convert it to an error in a later version (2.3).
      00ebf759
  28. May 26, 2015
Loading