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
10 changes: 4 additions & 6 deletions versions.env
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Loading