Skip to content
Snippets Groups Projects
Commit 6ae036cc authored by Jö Fahlke's avatar Jö Fahlke
Browse files

Stop depending on dune-localfunctions

We don't use it anymore
parent a10f0cd7
No related branches found
No related tags found
1 merge request!18Don't use std::vectors inside local operators
Pipeline #19677 failed
...@@ -9,7 +9,6 @@ before_script: ...@@ -9,7 +9,6 @@ before_script:
- duneci-install-module https://gitlab.dune-project.org/core/dune-geometry.git - duneci-install-module https://gitlab.dune-project.org/core/dune-geometry.git
- duneci-install-module https://gitlab.dune-project.org/staging/dune-uggrid.git - duneci-install-module https://gitlab.dune-project.org/staging/dune-uggrid.git
- duneci-install-module https://gitlab.dune-project.org/core/dune-grid.git - duneci-install-module https://gitlab.dune-project.org/core/dune-grid.git
- duneci-install-module https://gitlab.dune-project.org/core/dune-localfunctions.git
- duneci-install-module https://gitlab.dune-project.org/core/dune-istl.git - duneci-install-module https://gitlab.dune-project.org/core/dune-istl.git
pacxx-native: pacxx-native:
...@@ -24,7 +23,6 @@ pacxx-native: ...@@ -24,7 +23,6 @@ pacxx-native:
- git clone --depth=1 https://gitlab.dune-project.org/core/dune-geometry.git - git clone --depth=1 https://gitlab.dune-project.org/core/dune-geometry.git
- git clone --depth=1 https://gitlab.dune-project.org/staging/dune-uggrid.git - git clone --depth=1 https://gitlab.dune-project.org/staging/dune-uggrid.git
- git clone --depth=1 https://gitlab.dune-project.org/core/dune-grid.git - git clone --depth=1 https://gitlab.dune-project.org/core/dune-grid.git
- git clone --depth=1 https://gitlab.dune-project.org/core/dune-localfunctions.git
- git clone --depth=1 https://gitlab.dune-project.org/core/dune-istl.git - git clone --depth=1 https://gitlab.dune-project.org/core/dune-istl.git
script: script:
- dune-common/bin/dunecontrol --opts=../ci/pacxx.opts configure - dune-common/bin/dunecontrol --opts=../ci/pacxx.opts configure
......
...@@ -7,4 +7,4 @@ Module: pacxx-projectseminar-2019 ...@@ -7,4 +7,4 @@ Module: pacxx-projectseminar-2019
Version: 0.0 Version: 0.0
Maintainer: jorrit@jorrit.de Maintainer: jorrit@jorrit.de
#depending on #depending on
Depends: dune-common dune-geometry dune-istl dune-uggrid dune-grid dune-localfunctions Depends: dune-common dune-geometry dune-istl dune-uggrid dune-grid
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment