Skip to content
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

Fail to compile sibyll_dgenerator.f with gcc 4.8.1 #3

Open
DavidWalz opened this issue Aug 29, 2013 · 1 comment
Open

Fail to compile sibyll_dgenerator.f with gcc 4.8.1 #3

DavidWalz opened this issue Aug 29, 2013 · 1 comment
Labels

Comments

@DavidWalz
Copy link
Member

A current version of gfortran refuses to compile sibyll.
The following diff makes it compile.

6588a6589
>       IMPLICIT DOUBLE PRECISION (A-H,O-Z)
6608a6610
>       IMPLICIT DOUBLE PRECISION (A-H,O-Z)
@PeterSchiffer
Copy link
Contributor

This problem exists for a while now. Even with older gcc versions.
In the README we recommend to downgrade the gfortran version to 4.4
It is just a workaround, but unless a fortran expert shows up to fix it, I don't think it is worth the effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants