diff --git a/versions.env b/versions.env index 5867fd8..ab1da47 100644 --- a/versions.env +++ b/versions.env @@ -1,8 +1,9 @@ # ============================================================================= -# versions.env - Central version definitions for VoLCA build +# versions.env - Toolchain and native-dep pins for the VoLCA LCA engine # ============================================================================= -# Used by both build.sh (Linux/macOS) and build.ps1 (Windows) -# This file ensures consistent versions across all platforms. +# Sourced by build.sh, build-mumps.sh, docker/Dockerfile and the CI workflows +# in .github/workflows/. Carries the Haskell, MUMPS and OpenBLAS pins this +# package needs to build reproducibly. # # Syntax: KEY=VALUE (no spaces around =, no quotes needed) # Lines starting with # are comments @@ -34,6 +35,3 @@ GHC_VERSION=9.12.4 # (where HASH8 is the first 8 chars of sha256 of those three files), and # `_build-matrix.yml` downloads from that exact tag. CABAL_PREBUILT_REVISION=2 -RUST_VERSION=1.85.0 -NODE_VERSION=22.22.3 -ELM_VERSION=0.19.1