]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Several bugfixes
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Oct 2012 17:39:04 +0000 (17:39 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Oct 2012 17:39:04 +0000 (17:39 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27247 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/bundled/functionparser/README
deal.II/config/distclean.cmake.in
deal.II/contrib/README.contrib
deal.II/examples/CMakeLists.txt

index b39c62b31754044d12976c16df3b17e37b280995..d275e78d72b6b9bfe1d6793f8829ee9f9962cae0 100644 (file)
@@ -1,6 +1,6 @@
 This directory contains the functionparser project which is copyrighted
 by Juha Nieminen and licensed under the GNU Lesser General Public License
-(LGPL) Version 3.  See ./docs/fparser.html
+(LGPL) Version 3.  See ./docs/fparser.html or
 http://warp.povusers.org/FunctionParser/.
 
 A full version of the functionparser project can be downloaded at
index 91beac77b644e00c7ea9c97c86dab48077c01409..0057d6a0426c685f65ce8f8f5089c8c13932a429 100644 (file)
@@ -40,7 +40,7 @@ file(GLOB _files_to_remove
   ${CMAKE_BINARY_DIR}/examples/cmake_install.cmake
   ${CMAKE_BINARY_DIR}/examples/Makefile
   ${CMAKE_BINARY_DIR}/include/*/base/config.h
-  ${CMAKE_BINARY_DIR}/install_manifest.txt
+  ${CMAKE_BINARY_DIR}/install_manifest*.txt
   ${CMAKE_BINARY_DIR}/Makefile
   ${CMAKE_BINARY_DIR}/summary.log
   )
index 40b9c2bf37bc3e882e5de7889fd048df24277727..8d1049c16ead11ead52c7ba66e8553f7fc954c6d 100644 (file)
@@ -5,6 +5,13 @@ deal.II AUTHORS, but are included by permission. For details, consult the
 stated licenses below.
 
 
+lapack_templates
+================
+
+A small perl script for automatically generating lapack function
+definitions.
+
+
 mesh_conversion
 ===============
 
@@ -20,3 +27,9 @@ Is a program written by Martin Steigemann and Wolfgang Bangerth and
 licensed under the GNU Lesser General Public License (LGPL) Version 2.1 or
 later. See parameter_gui/README, parameter_gui/lgpl-2.1.txt.
 
+
+utilities
+=========
+
+A collection of small programs for various purposes.
+
index c5ed4b44711df88b776274dc63071aeda2a5a4ec..00c55439116653afb2ac71361724e4c9e56693da 100644 (file)
@@ -17,17 +17,10 @@ IF(DEAL_II_COMPONENT_EXAMPLES)
   # Add a rule on how to install the examples:
   #
 
-  SET(deal_ii_examples
-    step-1 step-2 step-3 step-4 step-5 step-6 step-7 step-8 step-9
-    step-10 step-11 step-12 step-13 step-14 step-15 step-16 step-17
-    step-18 step-19 step-20 step-21 step-22 step-23 step-24 step-25
-    step-26 step-27 step-28 step-29 step-30 step-31 step-32 step-33
-    step-34 step-35 step-36 step-37 step-38 step-39 step-40 step-41
-    step-42 step-43 step-44 step-45 step-46 step-47 step-48
-    )
+  file(GLOB _steps ${CMAKE_CURRENT_SOURCE_DIR}/step-*)
 
-  FOREACH(step ${deal_ii_examples})
-    INSTALL(DIRECTORY ${step}
+  FOREACH(_step ${_steps})
+    INSTALL(DIRECTORY ${_step}
       DESTINATION ${DEAL_II_EXAMPLES_RELDIR}
       COMPONENT examples
       PATTERN ".svn" EXCLUDE

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.