#678 DGFParser assumes triangle is located at $HOME/bin
Metadata
Property | Value |
---|---|
Reported by | Jö Fahlke (jorrit@jorrit.de) |
Reported at | Dec 1, 2009 20:48 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Andreas Dedner (A.S.Dedner@warwick.ac.uk) |
Last edited at | Dec 1, 2009 20:59 |
Closed by | Andreas Dedner (A.S.Dedner@warwick.ac.uk) |
Closed at | Dec 1, 2009 20:59 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | in rev. 6008 |
Description
when compiling "tester" in dune/grid/io/file/dgfparser/test with
make CPPFLAGS="-DALUGRID_SIMPLEX -DGRIDDIM=2" tester
and running it with examplegrid2e.dgf I get
/src/dune/dune-grid/dune/grid/io/file/dgfparser/test$ ./tester examplegrid2e.dgf
tester: start grid reading
sh: /home/joe/bin/triangle: not found
DGFException: could not find file TMPDGFParser.S4Jfnn.1.node prehaps something went wrong with Tetgen/Triangle?
joe@paranoia:/src/dune/dune-grid/dune/grid/io/file/dgfparser/test$ which triangle
/usr/bin/triangle
joe@paranoia:Apparently the DGFParser assumes triangle is in $HOME/bin