Skip to content

Commit

Permalink
Merge branch 'ModifiedCamClayNLE-Notebook' into 'master'
Browse files Browse the repository at this point in the history
Isotropic test Notebook for the Modified Cam-Clay model

See merge request ogs/ogs!4664
  • Loading branch information
bilke committed Jul 27, 2023
2 parents 971308b + b4d4345 commit f392bab
Show file tree
Hide file tree
Showing 6 changed files with 479 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
stages:
- preparation
- build
- test
- check
- release
- package
Expand Down Expand Up @@ -69,6 +70,6 @@ include:
- local: "/scripts/ci/pipelines/win.yml"
rules:
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::win only.*/
- local: "/scripts/ci/pipelines/wheels.yml"
- local: "/scripts/ci/jobs/build-wheels.yml"
rules:
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::wheels only.*/
2 changes: 1 addition & 1 deletion MaterialLib/SolidModels/MFront/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set(_mfront_behaviours
ThermoPoroElasticity
)

if(OGS_BUILD_WHEEL)
if(OGS_BUILD_WHEEL AND NOT APPLE_ARM)
# Build behaviours lib with mfront executable
foreach(behaviour ${_mfront_behaviours})
list(APPEND _mfront_behaviour_files
Expand Down
Loading

0 comments on commit f392bab

Please sign in to comment.