-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
gfortran: revive and redesign deprecated recipe #23334
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 823b7d8gfortran/13.2.0@#d0d1da95198c72c15609448633b0304e
|
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 5c198dfgfortran/13.2.0@#44a53090003ee1933a261585ae2d673f
|
@uilianries Can you help with the missing binutils binary, please? |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit bd11ab2gfortran/13.2.0@#44a53090003ee1933a261585ae2d673f
|
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 2922932gfortran/13.2.0@#d9c1fad5d68416c619ed6c16a32b14cc
|
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit ff0fdd7gfortran/13.2.0@#bc67e66269729875c40673dae46dc637
|
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit c07574agfortran/13.2.0@#d80fb7d0d309d1558bdfad758fa91056
|
Conan v1 pipeline ❌Failure in build 7 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping See details:Failure in build 7 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Hooks produced the following warnings for commit c07574agfortran/13.2.0@#d80fb7d0d309d1558bdfad758fa91056
|
This PR revives the
gfortran
recipe by adapting the GCC recipe from #21193 to focus solely on GFortran.There is currently no usable Fortran compiler available on CCI, which is limiting for quite a few numerics libraries.
I don't think melding GFortran with the broader GCC recipe was a good idea. The additional C and C++ compilers plus the rest of the toolchain provided by the recipe are not required for Fortran compilation and they are only very likely to cause issues by accidentally overriding the C/C++ compiler. Plus, it makes for a slightly smaller package to download as well.