-
Notifications
You must be signed in to change notification settings - Fork 7
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
Request for adding gfortran #2
Comments
That is a great idea. I will update some of the more recent scripts to support language choices by providing the --enable-languages command line option or an environment variable like the deprecated LANGUAGES environment variable for the configuration script. Meanwhile, you can enable FORTRAN by modifying the bld.sh script following these steps:
Please note that the following language targets are available:
|
@jlinoff , that's great! Thank you very much for developing these scripts! |
@jlinoff , I've used your latest build script [https://github.com/jlinoff/gcc-4.9.2-boost-1.57] to compile the gcc-4.9.2 with gfortran. As you suggested, I modified the |
Thanks again. You are not the first person to mention --disable-multilib. I will test that option in my environments and add it with the other changes. |
Hi, @jlinoff , thank you very much for these scripts! It helps me a lot and saves me a lot of time!
If convenient, could you please add the gfortran compilation in the scripts? Thanks!
Another request is the python compilation. Because the boost-python would depend on python, could you please add a python-2.7 compilation before that? so that the compiled boost-python would only depend on the compiled python, not the old one or the system one.
The text was updated successfully, but these errors were encountered: