This adds DUNE 2.8 (built from source) and the experimental DUNE adapter.
I am currently stuck at making DUNE discoverable at runtime. I am already exposing the bin/ directory via PATH, but apparently, it needs more than that.
As an alternative solution, DUNE 2.6 is available from APT, but the adapter seems to require DUNE >= 2.7. I assume that this is not a strict requirement and if I reduce it to 2.6, the adapter build successfully.
This adds DUNE 2.8 (built from source) and the experimental DUNE adapter.
I am currently stuck at making DUNE discoverable at runtime. I am already exposing the
bin/
directory viaPATH
, but apparently, it needs more than that.As an alternative solution, DUNE 2.6 is available from APT, but the adapter seems to require DUNE >= 2.7. I assume that this is not a strict requirement and if I reduce it to 2.6, the adapter build successfully.
closes #27