Skip to content

Releases: lazy-fortran/testboard

Release v2025.10.09

09 Oct 19:08
8b376f3
Compare
Choose a tag to compare

TestBoard v2025.10.09

Binaries for Linux

This release includes binaries for x86_64 and aarch64 Linux systems.

Build Information:

  • Built on Ubuntu 22.04 (glibc 2.35)
  • Compiler: gfortran
  • Compatible with glibc ≥ 2.35

Available Architectures:

  • x86_64 (amd64)
  • aarch64 (arm64)

Download:

For x86_64:

curl -LO https://github.com/lazy-fortran/testboard/releases/download/v2025.10.09/testboard-x86_64
curl -LO https://github.com/lazy-fortran/testboard/releases/download/v2025.10.09/testboard-x86_64.sha256
sha256sum -c testboard-x86_64.sha256
chmod +x testboard-x86_64
./testboard-x86_64 --help

For aarch64:

curl -LO https://github.com/lazy-fortran/testboard/releases/download/v2025.10.09/testboard-aarch64
curl -LO https://github.com/lazy-fortran/testboard/releases/download/v2025.10.09/testboard-aarch64.sha256
sha256sum -c testboard-aarch64.sha256
chmod +x testboard-aarch64
./testboard-aarch64 --help

Building from source:

git clone https://github.com/lazy-fortran/testboard.git
cd testboard
git checkout v2025.10.09
make templates
fpm build
fpm run

Release v2025.10.03

02 Oct 22:17
Compare
Choose a tag to compare

TestBoard v2025.10.03

Binaries for Linux

This release includes binaries for x86_64 and aarch64 Linux systems.

Build Information:

  • Built on Ubuntu 22.04 (glibc 2.35)
  • Compiler: gfortran
  • Compatible with glibc ≥ 2.35

Available Architectures:

  • x86_64 (amd64)
  • aarch64 (arm64)

Download:

For x86_64:

curl -LO https://github.com/lazy-fortran/testboard/releases/download/v2025.10.03/testboard-x86_64
curl -LO https://github.com/lazy-fortran/testboard/releases/download/v2025.10.03/testboard-x86_64.sha256
sha256sum -c testboard-x86_64.sha256
chmod +x testboard-x86_64
./testboard-x86_64 --help

For aarch64:

curl -LO https://github.com/lazy-fortran/testboard/releases/download/v2025.10.03/testboard-aarch64
curl -LO https://github.com/lazy-fortran/testboard/releases/download/v2025.10.03/testboard-aarch64.sha256
sha256sum -c testboard-aarch64.sha256
chmod +x testboard-aarch64
./testboard-aarch64 --help

Building from source:

git clone https://github.com/lazy-fortran/testboard.git
cd testboard
git checkout v2025.10.03
make templates
fpm build
fpm run