Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/1.8.0: bug fix for compiling [email protected] with gfortran < 10 in spack package, remove from container configs #1287

Merged
merged 7 commits into from
Sep 5, 2024
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-ci-containers-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# - '**.md'
# - '.github/ISSUE_TEMPLATE/*'
# - '.gitignore'
#
#
schedule:
- cron: '0 8 * * *'
workflow_dispatch:
Expand Down
6 changes: 0 additions & 6 deletions configs/containers/docker-ubuntu-clang-mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ spack:
externals:
- spec: [email protected]
prefix: /usr
g2:
# https://github.com/NOAA-EMC/NCEPLIBS-g2/issues/745
require:
- any_of: ['fflags="-fno-range-check"']
when: "@3.5.1 %clang"
message: "Extra g2 compile options for version 3.5.1 with clang"
g2tmpl:
# https://github.com/JCSDA/spack-stack/issues/525
require:
Expand Down
6 changes: 0 additions & 6 deletions configs/containers/docker-ubuntu-gcc-openmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ spack:
externals:
- spec: [email protected]
prefix: /usr
g2:
# https://github.com/NOAA-EMC/NCEPLIBS-g2/issues/745
require:
- any_of: ['fflags="-fno-range-check"']
when: "@3.5.1 %gcc"
message: "Extra g2 compile options for version 3.5.1 with gcc/gfortran"
diffutils:
buildable: false
externals:
Expand Down
2 changes: 1 addition & 1 deletion configs/containers/specs/jedi-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
[email protected],
[email protected],
[email protected],
py-numpy@1.25.2,
py-numpy@1.23.5,
[email protected],
py-pip,
[email protected],
Expand Down
Loading