- 24 Mar, 2015 1 commit
-
-
Thomas Fetzer authored
fixed autotools errors reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14432 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 Mar, 2015 1 commit
-
-
Thomas Fetzer authored
add a generic gnuplotinterface with a simple the gnuplot interface currently only works with CMake reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14428 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Sep, 2014 1 commit
-
-
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
-
- 29 Aug, 2014 1 commit
-
-
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
-
- 24 Feb, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7915 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Dec, 2011 1 commit
-
-
Andreas Lauser authored
if new fluid systems become available, the test should be extended. also, there the same test should be used for all fluid systems in dumux-devel. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7097 2fb0f335-1f38-0410-981e-8018bf24f1b0
-