-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS error reappearing again #280
Comments
OK, closing this issue, as I remembered the fix, which is: use |
Ah, great you remembered! Shouldn't we change the code then? |
Using |
Hmm interested. Just removing |
This is tricky: When you change the GHC options in the cabal files, it doesn't necessarily recompile (although it morally should). Can you maybe add a line of comment, recompile, and check whether changing |
I did |
I would have thought it should. This is confusing. Can you try the following:
If the last steps are as predicted, then using |
I stand corrected! After 4, the bug is resolved. Sorry for the confusion. |
So yeah, maybe we can disable -threaded conditionally on mac. |
Fantastic, thanks! |
Running on a Mac (recently updated), when I run the rhine-bayes executable via
cabal run rhine-bayes-gloss
I get(after selecting any of the 3 options in the list).
Curiously, I wasn't having this problem earlier today, and am on the master branch, and did
cabal clean
. Any ideas? (I'm on ghc 9.4.8)(I've previously been able to resolve this issue, e.g. in my rhine-bayes-examples repo, but I can't presently remember how).
The text was updated successfully, but these errors were encountered: