You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed by PR #253. The header file catch.hpp was only being used by the kunit testing stub. The removal of this stub and the header file has solved the issue.
Issue Description
The project won't build for me because of an old version of Catch2 that is being used.
Steps to Reproduce (Bugs only)
ktools
(either fromktools
readme or just dopip install oasislmf
) on a Mac with the M1 chip.Similar issue here CoatiSoftware/Sourcetrail#1185
Fix
I got
make install
to work by replacingcatch.hpp
with the updated version here https://github.com/catchorg/Catch2/releases/tag/v2.13.7.The commit that fixed Catch2 can be found here catchorg/Catch2@a25c1a2
Version / Environment information
Mac OSX using M1, latest version of
ktools
Example data / logs
Error:
The text was updated successfully, but these errors were encountered: