[ug] Don't use dune-uggrid's symlinks
Use proper include paths instead
This breaks compatibility with UG 3.13, not dune-uggrid.
Requires staging/dune-uggrid!143 (merged)
Merge request reports
Activity
changed milestone to %DUNE 2.7.0
@ansgar @oliver.sander This MR gives up compatibility to UG prior to dune-uggrid. This and the related change in dune-uggrid is a first step towards a layout that matches a Dune module. Further down the road we have to move the headers below dune/uggrid and simplify the folder structure. Many names are abbreviations and some folders contain only a single header. I think thats post 2.7.
12 12 therein. 13 13 */ 14 14 15 #include <ug/gm.h> 16 #include <ug/std_domain.h> 17 #include <ug/initug.h> 18 #include <ug/commands.h> 19 #include <ug/formats.h> 20 #include <ug/elements.h> 21 #include <ug/shapes.h> 22 #include <ug/algebra.h> 23 #include <ug/refine.h> 24 #include <ug/ugm.h> 25 #include <ug/rm.h> 15 #include <initug.h> changed this line in version 3 of the diff
added 5 commits
-
6a52ec4d...e9df2002 - 4 commits from branch
master
- d5f9d3a0 - [ug] Don't use dune-uggrid's symlinks
-
6a52ec4d...e9df2002 - 4 commits from branch
mentioned in merge request staging/dune-uggrid!137 (closed)
Can you please rename the branch of staging/dune-uggrid!137 (closed) to match the name of the branch used here? That way, the CI system will test the two branches together.
added 18 commits
-
d5f9d3a0...9d2bf027 - 17 commits from branch
master
- 5c92e15f - [ug] Don't use dune-uggrid's symlinks
-
d5f9d3a0...9d2bf027 - 17 commits from branch
@oliver.sander Can you have a look why the UG tests are crashing? On my computer I cannot reproduce the crashes. I also checked with AddressSanitizer and Valgrind, but I could not get any clue.
I tried this locally, and I do get a crash and the error message
ERROR in NewCommand: Unknown option 'h 500M'
That's because this merge request does not contain !345 (merged) yet. Can you please rebase?
added 6 commits
-
5c92e15f...f1fe83ed - 5 commits from branch
master
- 0e22b22b - [ug] Don't use dune-uggrid's symlinks
-
5c92e15f...f1fe83ed - 5 commits from branch