Skip to content
Snippets Groups Projects
  1. Sep 14, 2017
  2. Sep 12, 2017
  3. Sep 11, 2017
  4. Sep 10, 2017
  5. Sep 09, 2017
  6. Sep 08, 2017
  7. Sep 07, 2017
    • Giovanni Bussi's avatar
      changelog · 1343ffec
      Giovanni Bussi authored
      [makedoc]
      1343ffec
    • Giovanni Bussi's avatar
      fixed documentation · 1419b2cd
      Giovanni Bussi authored
      1419b2cd
    • Giovanni Bussi's avatar
      Improved autoconf script · 971a5078
      Giovanni Bussi authored
      Macros that look for system libraries have been simplified in many respects:
      1. Search for libs is now made with AC_SEARCH_LIBS, which does the same
         thing our macro was doing (try first with no explicitly linked lib, then try with
         libs) but is standard.
      2. Actually, AC_SEARCH_LIBS is wrapped by PLUMED_SEARCH_LIBS that also
         follows --disable-libsearch correctly.
      3. PLUMED_CHECK_CXX_PACKAGE has been added which simplifies searching
         c++ libs by providing a short test program (closes #274).
      4. Both PLUMED_CHECK_PACKAGE and PLUMED_CHECK_CXX_PACKAGE now also
         set an env var that can be used later in the configure script
      5. Both PLUMED_CHECK_PACKAGE and PLUMED_CHECK_CXX_PACKAGE accept multiple
         candidate libraries (similarly to AC_SEARCH_LIBS)
      6. Blas, lapack, gsl, and molfile are now searched with PLUMED_SEARCH_LIBS
      971a5078
    • Giovanni Bussi's avatar
      Simplified PLUMED_CONFIG_ENABLE · 8f24bb3c
      Giovanni Bussi authored
      Got rid of first argument. Now, the name of the variable is computed
      automatically from the option by replacing - with _
      
      No change in ./configure file
      8f24bb3c
    • Giovanni Bussi's avatar
      fixed changelog · 018e494a
      Giovanni Bussi authored
      [makedoc]
      018e494a
    • Giovanni Bussi's avatar
      changelog · f035deb4
      Giovanni Bussi authored
      [makedoc]
      f035deb4
    • hanatok's avatar
      Implement eABF/DRR bias method · e91ddc90
      hanatok authored
      Add extended adaptive biasing force or dynamic reference restraining method
      e91ddc90
    • Giovanni Bussi's avatar
      Added boost_serialization to configure · 488d5c4a
      Giovanni Bussi authored
      488d5c4a
    • hanatok's avatar
      Add boost_serialization check in regtest config · 49729a4e
      hanatok authored
      49729a4e
Loading