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

Don't require compiler field in fpm.toml #63

Closed
milancurcic opened this issue Apr 29, 2020 · 1 comment · Fixed by #72
Closed

Don't require compiler field in fpm.toml #63

milancurcic opened this issue Apr 29, 2020 · 1 comment · Fixed by #72

Comments

@milancurcic
Copy link
Member

Following up on the discussion in #60, let's remove the requirement for the compiler setting in the package-specific fpm.toml.

For now, FPM should default to gfortran, and we can put a note in the README or the packaging guide that gfortran is currently the only compiler supported. We can relax this at a later time. The compiler setting can still remain in the toml parser as optional--perhaps we will want to allow package-specific choice of compiler.

@everythingfunctional
Copy link
Member

That's reasonable for now. I'll make that change on my PR

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

Successfully merging a pull request may close this issue.

2 participants