Skip to content
Snippets Groups Projects
  1. Feb 23, 2010
    • Jorrit Fahlke's avatar
      Clean up _slu_lib_path: · 9e63525a
      Jorrit Fahlke authored
      * Document what it does.
      * Consistently use the first argument of the macro instead of using it
        sometimes and the value of $with_superlu at other times.
      
      [[Imported from SVN: r5898]]
      9e63525a
  2. Feb 16, 2010
  3. Feb 12, 2010
  4. Feb 06, 2010
  5. Feb 01, 2010
  6. Jan 22, 2010
  7. Jan 21, 2010
  8. Jan 20, 2010
  9. Jan 19, 2010
  10. Jan 18, 2010
  11. Jan 17, 2010
    • Jorrit Fahlke's avatar
      Rewrite the DUNE_CHECK_LIB_EXT macro: · b08cbb32
      Jorrit Fahlke authored
       * Essentially copy and adapt the definition of AC_CHECK_LIB.  This should
         make sure the two macros behave the same even in corner cases (except for
         the added functionality, of course).
      
       * Properly document what exactly is allowed in the arguments.
      
      Parse arguments to DUNE_CHECK_LIBS_EXT properly in parmetis.  This avoids
      expansions like 'LDFLAGS="$LDFLAGS -L"$PARMETISLIBPATH""'.
      
      [[Imported from SVN: r5830]]
      b08cbb32
  12. Jan 15, 2010
  13. Jan 13, 2010
  14. Jan 12, 2010
  15. Jan 11, 2010
    • Jorrit Fahlke's avatar
      * Fix some bugs in the mpi stuff which were introduced in the last commit. · 36bb8dbd
      Jorrit Fahlke authored
      * Infrastructure to warn about the use of deprecated preprocessor make
        variables.
      * Use that infrastructure to war about MPI_CPPFLAGS.
      
      [[Imported from SVN: r5807]]
      36bb8dbd
    • Jorrit Fahlke's avatar
      LDFLAGS-transition for the MPI stuff: · 15839472
      Jorrit Fahlke authored
        - Introduce autoconf substitutions DUNEMPICPPFLAGS, DUNEMPILDFLAGS and
          DUNEMPILIBS.
        - Deprecate MPI_LDFLAGS and MPI_CPPFLAGS: the automake manual recommends
          against "_" in names of such variables, MPI_LDFLAGS actually contains
          mainly libraries and simply changing MPI_LDFLAGS to MPI_LIBS will probably
          break a lot of stuff.  By deprecating MPI_CPPFLAGS it is possible to make
          the preprocessor generate a deprecation warning with instructions to
          change both MPI_CPPFLAGS and MPI_LDFLAGS (though this has yet to be
          implemented).
      
      [[Imported from SVN: r5806]]
      15839472
    • Jorrit Fahlke's avatar
      merge revisions 5782 to 5803 from trunk · 10220c62
      Jorrit Fahlke authored
      [[Imported from SVN: r5804]]
      10220c62
  16. Dec 15, 2009
  17. Dec 13, 2009
  18. Dec 12, 2009
    • Jorrit Fahlke's avatar
      hopefully fix FS#695: · c6ac8b1e
      Jorrit Fahlke authored
      use AC_PROG_LIBTOOL and AC_DISABLE_SHARED instead of
      LT_INIT([disable-shared]).  LT_INIT may be the new way of doing this, but the
      other are not yet deprecated and I could not get LT_INIT to work
      
      tested with libtool 2.2.6 and 1.5.26
      
      [[Imported from SVN: r5779]]
      c6ac8b1e
Loading