Skip to content

Commit

Permalink
Merge branch 'guix-enh' into 'master'
Browse files Browse the repository at this point in the history
[guix] Some build enhancements

See merge request ogs/ogs!4796
  • Loading branch information
bilke committed Nov 15, 2023
2 parents 1bf154a + 04d8b2d commit f1bb141
Show file tree
Hide file tree
Showing 14 changed files with 110 additions and 363 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
*.h hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify

# git archive ignores
Tests/Data export-ignore
web/content export-ignore
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ workflow:
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::win only.*/
variables:
PIPELINE_NAME: "win only MR pipeline: $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::guix only.*/
variables:
PIPELINE_NAME: "guix only MR pipeline: $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"
- if: $CI_MERGE_REQUEST_IID # merge requests
variables:
PIPELINE_NAME: "MR pipeline: $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"
Expand Down Expand Up @@ -73,6 +76,9 @@ include:
- local: "/scripts/ci/pipelines/win.yml"
rules:
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::win only.*/
- local: "/scripts/ci/pipelines/guix.yml"
rules:
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::guix only.*/
- local: "/scripts/ci/jobs/build-wheels.yml"
rules:
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::wheels only.*/
5 changes: 0 additions & 5 deletions .guix-channel

This file was deleted.

330 changes: 0 additions & 330 deletions .guix/modules/ogs-package.scm

This file was deleted.

1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ option(EIGEN_NO_DEBUG "Disables Eigen's assertions" OFF)
# ---- CMake includes ----
include(Versions)
include(GitSetup)
include(GuixSetup)
include(PythonSetup)
include(ProcessesSetup)
include(ProjectSetup)
Expand Down
1 change: 1 addition & 0 deletions Documentation/.vale/Vocab/ogs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Fortran
Francesco
Frieder
frontmatter
Futurile
Galerkin
Genuchten
Geoenergy
Expand Down
1 change: 0 additions & 1 deletion guix.scm

This file was deleted.

Loading

0 comments on commit f1bb141

Please sign in to comment.