#485 dunecontrol doesn't allow options to be passed after the command
Metadata
Property | Value |
---|---|
Reported by | Christian Grümme (gruemme@mi.fu-berlin.de) |
Reported at | Jan 13, 2009 16:41 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Linux |
Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Last edited at | Jan 18, 2009 19:37 |
Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Closed at | Jan 18, 2009 19:37 |
Closed in version | Unknown |
Resolution | Not a bug |
Comment | The program works as stated in the documentation |
Description
Hello, I was trying to compile dune-grid with UG as in the following manner:
chris@chris-laptop:~/diploma/dev$ cat conf CONFIGURE_FLAGS="--disable-dunelibcheck --with-amiramesh=/home/chris/diploma/external/libamiramesh --with-ug=/home/chris/diploma/external/ug"
chris@chris-laptop:~/diploma/dev$ dune-common/bin/dunecontrol all --opts=conf
[...]
dune-common......: yes (/home/chris/diploma/dev/dune-common) version 1.2svn
ALBERTA..........: no
ALUGrid..........: no
AmiraMesh........: no
Grape............: no
HDF5.............: no
MPI..............: no
OpenGL...........: yes
UG...............: no
[...]
But when I compiled it that way:
chris@chris-laptop:~/diploma/dev$ dune-common/bin/dunecontrol --opts=conf --only=dune-grid all
[...]
dune-common......: yes (/home/chris/diploma/dev/dune-common) version 1.2svn
ALBERTA..........: no
ALUGrid..........: no
AmiraMesh........: yes
Grape............: no
HDF5.............: no
MPI..............: no
OpenGL...........: yes
UG...............: yes (sequential)
[...]
He finds UG.
I'm using Kubuntu 8.10 with libtool 2.2.4 on a i386 machine and the dune svn version.
Greets, Christian