-
Notifications
You must be signed in to change notification settings - Fork 13
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
Install error #60
Comments
Weird. The best my google-fu can come up with so far is maybe something compiler related? (What compiler are you using?) Do you know if you can compile something simple with Actually, I think that version of table.h, which I modified from GalSim's version, may not even depend on anymore, so you could also try removing that line. |
It looks like I am picking up c++ from my conda env (which surprised me):
Also, my cmake (which I hardly ever use) is probably quite old:
|
I just checked that my other conda envs do not shadow c++, so perhaps this is a recent feature? (I just created this env today). This is the conda version of c++:
There are some notes here about the interaction of cmake with the conda compilers that might be relevant. |
I tried again with a different conda env:
This time it worked. Looking back at my previous attempt, I realized that I included |
Thanks David, I'll try looking into using anaconda compilers. Glad you found a way around this in the meantime. FWIW, this page indicates that |
I am trying to install using:
My build log is attached: install.log
The text was updated successfully, but these errors were encountered: