Skip to content

Commit

Permalink
build on other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Dec 10, 2023
1 parent 24b0f12 commit 4be305c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cfast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
container:
- "fedora:36"
- "fedora:37"
# - "fedora:38"
- "rockylinux:9"
- "fedora:38"
- "fedora:39"
- "rockylinux:8"
- "rockylinux:9"
cfast-version:
- "7.0.1"
- "7.1.0"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/fds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
matrix:
container:
# - "fedora:36"
- "fedora:36"
- "fedora:37"
# - "fedora:38"
# - "fedora:39"
# - "rockylinux:9"
# - "rockylinux:8"
- "fedora:38"
- "fedora:39"
- "rockylinux:8"
- "rockylinux:9"
fds-version:
- "5.5.3"
- "6.1.2"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/smv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
- "fedora:36"
- "fedora:37"
- "fedora:38"
# - "rockylinux:8"
# - "rockylinux:9"
- "fedora:39"
- "rockylinux:8"
- "rockylinux:9"
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion fds/template.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
module unload mkl; \
module unload icc; \
module unload compiler; \
module unload mpi;
module unload mpi/latest;

Name: fds%{?version_suffix}
Version: %{this_version}
Expand Down

0 comments on commit 4be305c

Please sign in to comment.