Skip to content
Snippets Groups Projects
  1. Feb 26, 2019
    • Giovanni Bussi's avatar
      Removed numpy from requirements · dcc05dd1
      Giovanni Bussi authored
      I think the inclusion of numpy headers was related to non used variables
      forgotten from an intermediate implementation.
      I just removed them. In this manner it is not necessary that numpy is
      already installed when plumed extension is compiled.
      
      Numpy would be anyway required to run our test.
      dcc05dd1
  2. Dec 14, 2018
  3. Nov 30, 2018
  4. Oct 15, 2018
  5. Sep 04, 2018
  6. May 07, 2018
    • Giovanni Bussi's avatar
      Moved plumed2/include dir to plumed2/src/include · 1221e3e1
      Giovanni Bussi authored
      This include dir is used when using not-installed plumed.
      Before this fix, using
      ./configure --prefix=$PWD
      was leading to problems related to the overlap between
      installed include files and this directory.
      After this fix, it will be possible to configure plumed with
      ./configure --prefix=$PWD
      1221e3e1
  7. Mar 22, 2018
  8. Feb 27, 2018
  9. Feb 19, 2018
  10. Jan 29, 2018
  11. Nov 07, 2017
  12. Sep 06, 2017
  13. Jun 13, 2017
    • Giovanni Bussi's avatar
      Reorganization of manual source files · 7b93c5a7
      Giovanni Bussi authored
      I renamed all files from .txt to .md so that they can be
      visualized on github.
      
      In addition, I renamed all files to have a name consistent with the content.
      This makes manual portions easier to find.
      
      Notice that I left the original labels (e.g. "Syntax" instead of "Getting Started")
      not to break direct links to manual, though I think we should rationalize these names
      as well.
      
      [makedoc]
      7b93c5a7
  14. May 04, 2017
  15. Apr 27, 2017
  16. Apr 03, 2017
  17. Mar 12, 2017
  18. Jul 15, 2016
  19. Jun 23, 2016
  20. Jun 16, 2016
  21. Apr 26, 2016
  22. Mar 31, 2016
  23. Feb 12, 2016
  24. Feb 01, 2016
  25. Dec 04, 2015
  26. Oct 07, 2015
  27. Aug 04, 2015
  28. Aug 03, 2015
  29. Jul 31, 2015
    • Giovanni Bussi's avatar
      Added doc · 7801897d
      Giovanni Bussi authored
      Clarification on one option that does not work on BG/Q
      7801897d
  30. Jul 29, 2015
    • 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
  31. Jul 20, 2015
    • Giovanni Bussi's avatar
      Fixed install suffix. · b22ed559
      Giovanni Bussi authored
      Using "_" instead of "-" to avoid clashes.
      
      Actually, the problem was that doing
      make install PLUMED_SUFFIX=2
      make install
      The second install would have canceled the executables installed
      by the first install. This is because install assumes names such as
      plumed-* to be scripts installed for cross compiling
      b22ed559
  32. Jul 06, 2015
  33. Jun 05, 2015
  34. Jun 04, 2015
    • 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
    • Giovanni Bussi's avatar
      Replaced PLUMED_PREFIX with prefix · 206087c2
      Giovanni Bussi authored
      This makes it compatible with the standard behavior of GNU tools.
      
      PLUMED_PREFIX still works but is now deprecated and dumps a warning.
      I will convert it to an error in a later version (2.3).
      206087c2
  35. May 19, 2015
  36. Feb 25, 2015
Loading