Skip to content
Snippets Groups Projects
Unverified Commit c340ea5d authored by Lars Bilke's avatar Lars Bilke
Browse files

Remove ThirdParty/container-maker

parent 53e0da13
No related branches found
No related tags found
No related merge requests found
# .git
Tests/Data
_out/images
ThirdParty/container-maker
[submodule "ThirdParty/container-maker"]
path = ThirdParty/container-maker
url = https://gitlab.opengeosys.org/ogs/container-maker.git
[submodule "ThirdParty/ogs6py"]
path = ThirdParty/ogs6py
url = https://github.com/joergbuchwald/ogs6py.git
......@@ -22,12 +22,6 @@ cmake -DCMAKE_BUILD_TYPE=Release -DOGS_USE_INSITU=ON \
-DOGS_BUILD_PROCESSES=SteadyStateDiffusion ../ogs
```
**OR:** Build with [ogs-container-maker](https://github.com/ufz/ogs-container-maker):
```bash
ogscm compiler.py ogs.py --cmake_args ' -DOGS_BUILD_PROCESSES=SteadyStateDiffusion' --insitu -B -C -R
```
### Run benchmark
```bash
......
Subproject commit ca9223670c32601af2945be988813c47b7fbdcd6
.container-maker-setup:
before_script:
- git submodule update --init --force ThirdParty/container-maker
- cd ThirdParty/container-maker
- rm -rf _out .venv
- poetry install
build container:
stage: build
tags: [envinf, shell]
needs: [meta]
extends:
- .container-maker-setup
script:
# Test local dependency builds (--pm off)
- >
poetry run ogscm compiler.py mpi.py ogs.py -B --ogs ../..
--build_args ' --progress=plain'
--cvode --ccache --cpmcache --mfront
--pm off
--cmake_args ' -DOGS_BUILD_PROCESSES=SteadyStateDiffusion'
......@@ -7,7 +7,6 @@ include:
- local: "/scripts/ci/pipelines/mac.yml"
- local: "/scripts/ci/pipelines/win.yml"
- local: "/scripts/ci/jobs/build-docs.yml"
- local: "/scripts/ci/jobs/build-container.yml"
- local: "/scripts/ci/jobs/jupyter.yml"
- local: "/scripts/ci/jobs/code-quality.yml"
- local: "/scripts/ci/jobs/code-coverage.yml"
......@@ -18,7 +17,6 @@ include:
- local: "/scripts/ci/jobs/web-preview.yml"
- local: "/scripts/ci/jobs/web-check.yml"
- local: "/scripts/ci/jobs/web-deploy.yml"
- local: "/scripts/ci/jobs/container.yml"
- local: "/scripts/ci/jobs/release.yml"
- local: "/scripts/ci/jobs/package.yml"
......
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