-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fortran dockerized #114
base: master
Are you sure you want to change the base?
Fortran dockerized #114
Conversation
I had to rename the fortran directory due to docker compilation issues. Also the fortran code only reads up to the first name? (thus the test results in ' Reinier' instead of the expected 'Reinier Kip')
I'll ask @DRvanR |
thnx... its probably something with the READ command... but err... my fortran Skilzz are... "lacking" ;) |
@DRvanR told me he would look into it but it might take some time so let's just leave this one for now |
Does this pull include the fix ? |
@fruitl00p I've reopened this PR since it should to dockerize this one now right? |
I'll take another look at the current state, the current PR doesnt include the fix yet, will update! |
@lucasvanlierop could you try a rebuild on Travis? It worked locally with the updates from master merged, thus i would expect Travis to light up green too? |
Retry in progress |
I had to rename the fortran directory due to docker compilation issues.
Also the fortran code only reads up to the first name?
(thus the test results in ' Reinier' instead of the expected 'Reinier Kip')