-
Notifications
You must be signed in to change notification settings - Fork 0
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
Astrochem compilation fails #44
Comments
thanks for the issue, I fixed the python problem (just with depends_on python instead of a specific version). However there seems to be a genuine bug/issue with compiling from your main GitHub branch:
I would add that I wrote the brew package for a student was having trouble with dependencies, we were also playing with astrochem as a dependency for mcfost so helpful to have it packaged. Feel free to reuse / adapt |
also tried installing the stable release instead, but same error. |
Which version of SUNDIALS do you use ? |
I just used depends_on "sundials", without specifying a version:
gives the following:
which I guess is the latest. Should astrochem be compiled with a specific (older) version? |
I need to modify the code for latest version (see smaret/astrochem#88) |
Out of curiosity I tried to install
astrochem
with your tap. It failed with the following error:I'll look into this, but I'm reporting it for bookkeeping.
The text was updated successfully, but these errors were encountered: