Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

fix gcc 14 warnings #62

fix gcc 14 warnings

fix gcc 14 warnings #62

Workflow file for this run

name: Linux Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: update
run: |
sudo apt-get update
sudo apt-get install -yq gcc make libfftw3-dev liblapacke-dev libpng-dev libopenblas-dev gfortran
- name: make all
run: make all
- name: make utest
run: make utest
- name: make test
run: make test
- name: make pythontest
run: |
sudo apt-get install -yq python3 python3-numpy
make pythontest