-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bugs related to the compiler #2
Comments
For the hpc compiler, remarkably, this worked?
|
Actually, the above didn't use the hpc compiler, but this did:
which can be applied more generically as:
|
I'm trying to use pip install for pyradex, but it doesn't find the readme file and thus refuses to install. And when I go to the source where it takes the package from the readme file is missing. Maybe this could be added? |
Thanks @RankkaApina - that should be raised as a different issue. It is probably a problem with the |
I've been attempting a series of different compilations.
If I use gfortran-4.2.3 with no -arch flags:
I get the error:
If I try:
there's a different error:
In fact, the only way I got it working with the regular, vanilla GCC-4.2.3 is:
Or, in other words, thoroughly ridiculous.
The text was updated successfully, but these errors were encountered: