Skip to content

Commit 6b06573

Browse files
authored
Reactivate some GitHub actions on PRs (OpenFUSIONToolkit#343)
- Add Spack hash for v26.9
1 parent 73d8eb0 commit 6b06573

5 files changed

Lines changed: 9 additions & 28 deletions

File tree

.github/workflows/cd_combined.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@ on:
66
- main
77
- pypi_release
88
pull_request:
9-
types:
10-
- opened
11-
- synchronize
12-
- reopened
13-
- ready_for_review
14-
paths:
15-
- .github/workflows/cd_combined.yaml
16-
- src/utilities/build_libs.py
17-
- src/python/pyproject.toml.in
18-
- src/python/make_package.sh.in
9+
types: [opened, synchronize, reopened, ready_for_review]
1910

2011
concurrency:
2112
group: cd_comb-${{ github.ref }}

.github/workflows/container_cd.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@ on:
55
branches:
66
- container_release
77
pull_request:
8-
types:
9-
- opened
10-
- synchronize
11-
- reopened
12-
- ready_for_review
13-
paths:
14-
- .github/workflows/container_cd.yaml
15-
- src/utilities/build_libs.py
16-
- docker/Dockerfile.*
8+
types: [opened, synchronize, reopened, ready_for_review]
179

1810
concurrency:
1911
group: cd_container-${{ github.ref }}

.github/workflows/cov_build.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ on:
66
- main
77
- cov_debug
88
pull_request:
9-
types:
10-
- opened
11-
- synchronize
12-
- reopened
13-
- ready_for_review
14-
paths:
15-
- .github/workflows/cov_build.yaml
9+
types: [opened, synchronize, reopened, ready_for_review]
1610

1711
concurrency:
1812
group: cov-${{ github.ref }}

spack/repo/packages/openfusiontoolkit/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Openfusiontoolkit(CMakePackage):
3131

3232
# Version list supported by spack build (needs 26.6 or newer)
3333
version("main", branch="main")
34-
# version("26.9", sha256="DUMMY") # FIXME: Uncomment and update hash when available
34+
version("26.9", sha256="1002664395ea014f7ba34246b899dafa39711f2c41e8e943e965ec0872a99192")
3535
version("26.6", sha256="e456465322f0a0f9097ca49fcf57cc2e983452db879fb5d7a884626df98a198f")
3636

3737
# Build variants

src/docs/Doxyfile.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/docs/images \
3232
@CMAKE_CURRENT_SOURCE_DIR@/docs/generated/images \
3333
@CMAKE_CURRENT_SOURCE_DIR@/../logos
3434
RECURSIVE = YES
35-
EXCLUDE = @CMAKE_CURRENT_SOURCE_DIR@/base/oft_sort_c.cxx
35+
EXCLUDE = @CMAKE_CURRENT_SOURCE_DIR@/base/oft_sort_c.cxx \
36+
@CMAKE_CURRENT_SOURCE_DIR@/docs/website \
37+
@CMAKE_CURRENT_SOURCE_DIR@/docs/filter_python_doxygen.py \
38+
@CMAKE_CURRENT_SOURCE_DIR@/python/create_stub.py \
3639
EXCLUDE_PATTERNS =
3740
FILE_PATTERNS = *.f90 \
3841
*.F90 \
@@ -106,6 +109,7 @@ WARN_AS_ERROR = NO
106109
WARN_LOGFILE = @CMAKE_CURRENT_SOURCE_DIR@/doxy_warnings.log
107110

108111
SOURCE_BROWSER = NO
112+
REFERENCES_LINK_SOURCE = NO
109113

110114

111115
GENERATE_HTML = YES

0 commit comments

Comments
 (0)