- Feb 20, 2013
-
-
Markus Blatt authored
Initial message was : Merged latest changes from the trunk [[Imported from SVN: r1846]]
-
Markus Blatt authored
Revision r1708 .---------------------- Use GNUInstallDir to specify installation directory. .---------------------- [[Imported from SVN: r1845]]
-
Markus Blatt authored
Revision r1707 .---------------------- - Got rid off debugging output. - Removed dependency on cmake version 2.8.9 .---------------------- [[Imported from SVN: r1844]]
-
Markus Blatt authored
Revision r1706 .---------------------- [FindSuperLU.cmake] Add missing BLAS libraries for tests. .---------------------- [[Imported from SVN: r1843]]
-
Markus Blatt authored
Revision r1704 .---------------------- Added missing superlu flags. .---------------------- [[Imported from SVN: r1842]]
-
Markus Blatt authored
Revision r1703 .---------------------- [FindSuperLU.cmake] Make sure the function add_dune_superlu_flags is always defined. .---------------------- [[Imported from SVN: r1841]]
-
Markus Blatt authored
Revision r1698 .---------------------- [FindSuperLU.cmake] Fix handling of failing BLAS check. .---------------------- [[Imported from SVN: r1840]]
-
Markus Blatt authored
Revision r1696 .---------------------- [FindSuperLU.cmake] Add missing include. Improve library search. .---------------------- [[Imported from SVN: r1839]]
-
Markus Blatt authored
Revision r1695 .---------------------- [FindSuperLU.cmake] Rework SuperLU check; it conforms to the way CMake wants checks. Thanks to Markus Blatt for the hints. .---------------------- [[Imported from SVN: r1838]]
-
Markus Blatt authored
Initial message was : Synced with trunk and added new tests to CMakeLists.txt [[Imported from SVN: r1837]]
-
Markus Blatt authored
Initial message was : Merged modification from trunk. Branch is up to date now. We now append the definitions used for SuperLU to COMPILE_DEFINITIONS rather than overwriten COMPILE_FLAGS on the target. Fixed some definitions that were obviously wrong. [[Imported from SVN: r1836]]
-
Markus Blatt authored
Initial message was : Update merge info. [[Imported from SVN: r1835]]
-
Markus Blatt authored
Revision r1678 .---------------------- Export dependencies. .---------------------- [[Imported from SVN: r1834]]
-
Markus Blatt authored
Revision r1677 .---------------------- Define istl information, too. .---------------------- [[Imported from SVN: r1833]]
-
Markus Blatt authored
Revision r1676 .---------------------- Update minimum version. .---------------------- [[Imported from SVN: r1832]]
-
Markus Blatt authored
Initial message was : Synced with trunk (patches 1652-1659 These patches realized the following: - better complex support - Adapted ist autoconf test to changes in ParMETIS test. [[Imported from SVN: r1831]]
-
Markus Blatt authored
Revision r1655 .---------------------- [FindSuperLU] Add test for HAVE_MEM_USAGE_T_EXPANSIONS needed for SuperLU 3.0. This fixes CMake Bug #133. .---------------------- [[Imported from SVN: r1830]]
-
Markus Blatt authored
Revision r1654 .---------------------- Corrected enable trick. .---------------------- [[Imported from SVN: r1829]]
-
Markus Blatt authored
[[Imported from SVN: r1828]]
-
Markus Blatt authored
Revision r1653 .---------------------- Activate dotproducttest. (Sorry for reordering the tests). .---------------------- [[Imported from SVN: r1827]]
-
Markus Blatt authored
Initial message was : Merged changes from the trunk and adaped header lists in CMakeLists.txt [[Imported from SVN: r1826]]
-
Markus Blatt authored
Initial message was : Synced with trunk [[Imported from SVN: r1825]]
-
Markus Blatt authored
Initial message was : Synced with trunk [[Imported from SVN: r1824]]
-
Markus Blatt authored
Initial message was : Merged changes from the trunk [[Imported from SVN: r1823]]
-
Markus Blatt authored
Revision r1616 .---------------------- [CMake] Add MPITESTS and PARMETISTESTS only conditionally to ALLTESTS. .---------------------- [[Imported from SVN: r1822]]
-
Markus Blatt authored
Revision r1615 .--------------------------- [CMake] Add HAVE_SUPERLU et al. to config.h. Update test set up to handle SuperLU tests correctly. [[Imported from SVN: r1821]]
-
Markus Blatt authored
Revision r1614 .---------------------- Remove config.* from svn:ignore as it shadowed config.h.cmake. Added config.h.cmake .---------------------- [[Imported from SVN: r1820]]
-
Markus Blatt authored
Revision r1613 .---------------------- [CMake] Some variable from FindSuperLU.cmake are now cached. Added function add_dune_superlu_flags. .---------------------- [[Imported from SVN: r1819]]
-
Markus Blatt authored
Revision r1606 .---------------------- [CMake] Renamed SUPERLU_ROOT to SUPERLU_DIR, seems to be a more common name. .---------------------- [[Imported from SVN: r1818]]
-
Markus Blatt authored
Revision r1605 .---------------------- [CMake] A hint where SuperLU is located can be given by SUPERLU_ROOT. If it is not found there, it silencely fails and searchs the default installtion locations. .---------------------- [[Imported from SVN: r1817]]
-
Markus Blatt authored
Revision r1604 .---------------------- [CMake] Now the superlu library names are more platform independant. .---------------------- [[Imported from SVN: r1816]]
-
Markus Blatt authored
Revision r1603 .---------------------- [CMake] Use guards to conditionally set MPITESTS, otherwise cmake aborts. This differs from the way we handle tests requiring MPI compared to dune-common. Maybe we should discuss which way we want to use in Dune in general: HAVE_* macros or build guards in Makefile.am/CMakeLists.txt. .---------------------- [[Imported from SVN: r1815]]
-
Markus Blatt authored
Revision r1602 .---------------------- [CMake] Add FindSuperLU.cmake. HAVE_SUPERLU is not yet set, it'll follow. .---------------------- [[Imported from SVN: r1814]]
-
Markus Blatt authored
Revision r1598 .---------------------- Use the new macro name. .---------------------- [[Imported from SVN: r1813]]
-
Markus Blatt authored
Revision r1597 .---------------------- Renamed add_parmetis_flags to add_dune_parmetis_flags for consistency. .---------------------- [[Imported from SVN: r1812]]
-
Markus Blatt authored
Revision r1596 .---------------------- [CMake] Change project call because dune_project() was changed. .---------------------- [[Imported from SVN: r1811]]
-
Markus Blatt authored
Initial message was : synced with trunk Bugfix: initialize data member from constructor argument. Thanks to Andreas Lauser for pointing this out. [[Imported from SVN: r1810]]
-
Markus Blatt authored
Initial message was : Merged bugfix 1585 from trunk. [[Imported from SVN: r1809]]
-
Markus Blatt authored
Revision r1586 .---------------------- Use ParMETIS test. .---------------------- [[Imported from SVN: r1808]]
-
Markus Blatt authored
Revision r1584 .---------------------- Package configuration files and find_package use the regular dune modul name (lower case with dashes). These leads to kind of weired variabable names (dune-common_DIR, dune-common_LIBRARIES, etc.) but finds non-installes modules easier. You just sets CMAKE_PREFIX_PATH to the directory containing the modules. .---------------------- [[Imported from SVN: r1807]]
-