Skip to content
Snippets Groups Projects
  1. Apr 03, 2012
  2. Mar 26, 2012
    • Markus Blatt's avatar
      By default cmake prefers to use shared libraries resulting in a mix of shared · 6c64df05
      Markus Blatt authored
      and static (dune-common) linkage. For supercomputer we need pure statically 
      linked binaries.
      
      This patch maked Cmake prefer static linkage on request (i.e. setting 
      DUNE_USE_ONLY_STATIC_LIB to true).
      
      Unfortunately, this breaks the Lapack test on ubuntu and Debian (at least 
      wheezy) as there are multiple definitions in libblas.a and liblapack.a.
      
      
      [[Imported from SVN: r6598]]
      6c64df05
  3. Mar 25, 2012
  4. Mar 20, 2012
  5. Mar 15, 2012
    • Christoph Grüninger's avatar
      [CMake] · f2b6ba71
      Christoph Grüninger authored
      Fixed mismatching condition in endforeach in FindSharedPtr.cmake
      
      [[Imported from SVN: r6592]]
      f2b6ba71
    • Christoph Grüninger's avatar
      [CMake] · a314d08d
      Christoph Grüninger authored
      Temporarilly remove syncertest from building.
      Add some comments to config.h.cmake.
      
      [[Imported from SVN: r6591]]
      a314d08d
  6. Mar 14, 2012
    • Christoph Grüninger's avatar
      [CMake] · 2b015225
      Christoph Grüninger authored
      Exclude linking to MPI_CXX_LIBRARIES if MPI not found.
      
      [[Imported from SVN: r6590]]
      2b015225
    • Christoph Grüninger's avatar
      [CMake] · d0f02ad2
      Christoph Grüninger authored
      Create libdunecommon.la in the right directory.
      
      [[Imported from SVN: r6589]]
      d0f02ad2
    • Christoph Grüninger's avatar
      [CMake] · f2f529b1
      Christoph Grüninger authored
      Added support for MPI.
      Write module version information to config.h.
      
      [[Imported from SVN: r6588]]
      f2f529b1
    • Christoph Grüninger's avatar
      [CMake] · 22a9d2a8
      Christoph Grüninger authored
      Most tests are run correctly, some fail due to an exception or missing MPI support.
      Module name, version and email address is extracted from dune.module.
      
      [[Imported from SVN: r6587]]
      22a9d2a8
  7. Mar 13, 2012
    • Christoph Grüninger's avatar
      [CMake] · 5b0bef05
      Christoph Grüninger authored
      Include config.h even if built ot-of-source.
      Include static_assert_test to be build on test and not run.
      
      [[Imported from SVN: r6586]]
      5b0bef05
  8. Mar 09, 2012
  9. Mar 04, 2012
  10. Mar 03, 2012
  11. Feb 29, 2012
  12. Feb 13, 2012
  13. Feb 11, 2012
  14. Feb 10, 2012
  15. Feb 09, 2012
  16. Feb 08, 2012
  17. Feb 07, 2012
  18. Feb 06, 2012
  19. Jan 26, 2012
  20. Jan 25, 2012
  21. Jan 23, 2012
  22. Jan 22, 2012
  23. Jan 20, 2012
  24. Jan 18, 2012
    • Jorrit Fahlke's avatar
      Only append to CPPFLAGS · 8d142219
      Jorrit Fahlke authored
      Otherwise, the tests will just fail to compile because of missing headers
      
      Author: Elias Pipping <pipping@exherbo.org>
      
      [[Imported from SVN: r6552]]
      8d142219
Loading