-
Notifications
You must be signed in to change notification settings - Fork 35
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
Problems with gfortran-4.2 #10
Comments
What was the error you got? I've been compiling under Also, how did you install |
I don't have a record of that error anymore. Yes, I installed gfortran 4.2 through homebrew. Sorry I couldn't be of more help. I guess we'll sit on this for now. |
No problem. I'm going to edit this issue a bit to try and attract people who have issues with gfortran-4.2, and leave it open in the hopes that someone else who has trouble can come here and help us figure it out. |
Well, I have on my todo to rewrite the homebrew gfortran formula to build the gfortran-4.7 from source by ripping the needed parts from the gcc-4.7 formula and delete everything other than gfortran. Meanwhile, you can |
It should, those are the instructions in the README, but I'd like people to be able to use the default |
... yep, that's why I want to update the gfortran formula. But I had no time today. Shooting for tomorrow. |
Homebrew/legacy-homebrew#15941 plz test if you have the time. |
re-tested and successfully made a clean install with the formula with gfortran 4.2 |
it wouldn't compile under gfortran 4.2. so that installing a newer gfortran instruction is now mandatory. should this be made into a 1-step process? i.e.
would also install
homebrew/dupes/gcc --enable-fortran
The text was updated successfully, but these errors were encountered: