This folder contains the deal.II CMake build system
-Extensive documentation can be found at /doc/development/cmake.html
+Extensive documentation can be found at /doc/development/cmake-internals.html
It is structured as follows:
* A TECPLOT feature has to be written
-* Enable compilation of bundled TBB under Windows/Cygwin and Windows/MinGW
-
* Provide a configuration template for cross compiling with CMake,
-* Some failing tests:
-
- 2012-12-05 19:00 2 base/thread_validity_08
- 2012-12-05 19:00 2 base/thread_validity_09
- 2012-12-05 19:01 3 deal.II/dof_renumbering_04
- 2012-12-05 19:01 3 deal.II/dof_renumbering_04a
- 2012-12-05 19:01 3 deal.II/support_point_map
-
- * This stuff looks bad...
-
- 2012-12-05 19:00 3 base/utilities_01
-
- * Random number generator
-
- 2012-12-05 19:00 0 base/path_search
-
- * broken because DEAL_II_PATH is not available any more in config.h
-
* document that we no longer need the two-lib installation of p4est
* adjust doc/development/testsuite.html
* update https://code.google.com/p/dealii/wiki/Windows
+* same for the Mac part...
<li>Mac OS X: GCC version 4.0 or later; Clang version 3.0 or later
(Please see the <a href="https://code.google.com/p/dealii/w/list"
target="_top">deal.II Wiki</a> for installation issues)
- <li><a href="http://www.cygwin.com"
- target="_top">Cygwin/Windows</a> with recent GCC or Clang
- versions. For <a href="https://code.google.com/p/dealii/wiki/Windows"
- target="_top">installing on Windows</a>, please refer to additional
- information on the <a href="https://code.google.com/p/dealii/w/list"
- target="_top">deal.II Wiki</a>!
+ <li>Windows: <a href="http://www.cygwin.com"
+ target="_top">Cygwin</a> with recent GCC or Clang versions.
+ Native Windows support with recent <a
+ href="http://www.mingw.org/">MinGW</a> compiler. For <a
+ href="https://code.google.com/p/dealii/wiki/Windows"
+ target="_top">installing on Windows</a>, please refer to
+ additional information on the <a
+ href="https://code.google.com/p/dealii/w/list"
+ target="_top">deal.II Wiki</a> and have a look at the <a
+ href="https://code.google.com/p/dealii/issues/list">bug
+ tracker</a>!
</ul>
Most other combinations of POSIX-style operating systems and C++
Standard compliant compilers should also work. <i>If they don't,