Skip to content

#1012 support --with-dune parameter for configures.

Metadata

Property Value
Reported by Robert K (robertk@posteo.org)
Reported at Jan 4, 2012 14:46
Type Feature Request
Version 2.0
Operating System Unspecified / All
Last edited by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Last edited at May 18, 2012 18:35
Closed by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Closed at May 18, 2012 18:35
Closed in version Unknown
Resolution Won't implement
Comment

Description

When installing DUNE to a directory, all modules will be installed into the same directory. Therefore, it would be very convenient to allow to pass only one option to the configure of other modules using the installed DUNE version, i.e. instead of passing --with-dune-common=dunepath --with-dune-grid=unepath ...

one should only have to pass --with-dune=dunepath

and all modules searches will use the path provides with --with-dune.