Skip to content

fix: close #83

fix: close #83 #113

name: mac autotools mpich
on:
push:
branches: [ develop ]
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- name: Install Dependencies
run: brew install ninja autoconf automake libtool mpich
- name: Get Source
uses: actions/checkout@v4
- name: Build and test
env:
NPROCS: 2
run: |
export HDF5_Make_Ignore=yes
set
./autogen.sh
./configure --enable-parallel CC=mpicc
make
make check