Open siggmo opened 1 month ago
So far I got it to compile, so I guess the depencies are fine now. But running the tests raises some HDF5 related errors. I've never worked with HDF5 in C++, so maybe @sanathkeshav could you please have a look at the errors?
The tests fail with both hdf5
and hdf5-mpi
brew packages. They can't be installed at the same time:
Error: Cannot install hdf5-mpi because conflicting formulae are installed.
hdf5: because hdf5-mpi is a variant of hdf5, one can only use one or the other
Closes #21
Add support for macOS.
Changes in
CMakeLists.txt
:New GitHub Actions workflow file for building and testing on macOS:
macos-14
GitHub hosted runner (M1 CPU)clang
C++ compiler (CMake default on macOS)