Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# =============================================================================

# MUMPS sequential solver (built from source by build-mumps.sh)
MUMPS_VERSION=5.8.1
MUMPS_VERSION=5.9.0
# Bump this when build-mumps.sh changes (or to force a rebuild without
# changing MUMPS_VERSION). The CI workflow `prebuild-mumps.yml` writes its
# output to a GH Release tagged `mumps-prebuilt-${MUMPS_VERSION}-r${REV}`,
Expand All @@ -22,10 +22,7 @@ MUMPS_PREBUILT_REVISION=4
# -llapack / -lblas. OpenBLAS bundles both into one libopenblas.a, fixing
# this with a single source build. Consumed by setup-haskell-env's Alpine
# branch and by docker/Dockerfile's musl runtime image.
OPENBLAS_VERSION=0.3.27

# Downloaded dependencies (fetched and built by build scripts)
PETSC_VERSION=3.24.2
OPENBLAS_VERSION=0.3.33

# Build tool versions (exact versions for reproducible builds)
# These are checked at build start - mismatches are warnings, not errors
Expand All @@ -38,5 +35,5 @@ GHC_VERSION=9.12.4
# `_build-matrix.yml` downloads from that exact tag.
CABAL_PREBUILT_REVISION=2
RUST_VERSION=1.85.0
NODE_VERSION=22.17.1
NODE_VERSION=22.22.3
ELM_VERSION=0.19.1
Loading