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
I have this issue myself (not only on NJOY21 but also other njoy libraries like ENDFtk). I can get around it by adding -DCMAKE_OSX_ARCHITECTURES="x86_64" to my cmake command when I configure. However, as Nathan mentioned, I would suggest using NJOY2016 instead. I try to update NJOY21 with the latest version of NJOY2016 but I haven;t done so with the latest version (2016.72).
I'm hoping that upgrading to a newer version of Catch will solve the issue.
I'm getting an error that is seemingly related to "catch-adapter" when trying to compile NJOY21. I can compile NJOY2016 fine.
It looks similar to the issue defined here: CoatiSoftware/Sourcetrail#1185
I tried switching the
FetchContent
to go get Catch2, but it resulted in more errors b/c it's looking for acatch.hpp
in the wrong place.The error looks like this:
The text was updated successfully, but these errors were encountered: