- Sep 05, 2014
-
-
Bernd Flemisch authored
correct use of wildcards, add ALUGrid flags to tests with AMG. Merge revisions 12949, 13246 and 13248 from the strip-pdelab branch. They all improve the buildsystem behavior. Thanks to Markus Blatt for the work. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13282 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 29, 2014
-
-
Markus Blatt authored
The correct usage of wildcards is "$(wildcard *.hh)". With this patch we use these instead of "*.hh". Quoting from https://www.gnu.org/software/make/manual/html_node/Wildcard-Examples.html#Wildcard-Examples Wildcard expansion does not happen when you define a variable. Thus, if you write this: objects = *.o then the value of the variable objects is the actual string ‘*.o’. However, if you use the value of objects in a target or prerequisite, wildcard expansion will take place there. If you use the value of objects in a recipe, the shell may perform wildcard expansion when the recipe runs. To set objects to the expansion, instead use: objects := $(wildcard *.o) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@13248 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 29, 2014
-
-
Christoph Grüninger authored
The files are now automatically generated from the dune-common macros. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12390 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 15, 2013
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11658 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 24, 2013
-
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10753 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 07, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10362 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 31, 2012
-
-
Christoph Grüninger authored
Reflect renamed and deleted files in EXTRA_DIST. (review by vishal) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9019 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 24, 2012
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7920 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Added files to EXTRA_DIST. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7914 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
[CMake] Adjustet timeout to an hour for test_3p3c and test_3p3cni. [CMake] Remove HAVE_ARRAY completley to avoid errors by caching. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7911 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 21, 2012
-
-
Andreas Lauser authored
since ubuntu 8.04LTS had 1.10, I was not able to test it. The BWGrid cluster has 1.9 and it seems to work. Thank goes to Lena for catching this! git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7836 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 08, 2012
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7673 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 07, 2012
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7648 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 19, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7156 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 25, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5295 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 05, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4970 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4969 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 14, 2010
-
-
Bernd Flemisch authored
everything in dumux stable compiles except 1p2c and richards since the old material system is used there git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3837 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 13, 2010
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3825 2fb0f335-1f38-0410-981e-8018bf24f1b0
-