-
Notifications
You must be signed in to change notification settings - Fork 28
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
Permit disabling Fortran Interfaces #24
Comments
Should be possible to autodetect without needing a flag. Look at the
|
While that would be trivial, I would be in favor of asking the user to opt out if they don’t want it. That’s better in my mind to avoid building/installing in an environment that may need some extra flags set to define FC (e.g. building support for vendor compilers) and having things seemingly go ok, only to have a user find out later that their fortran symbols are missing. Perhaps a compromise would be to put some extra language around the Fortran test to notify the user that there is a “—disable-fortran” option if the autoconf fortran test fails?
|
Merged in #25 |
Let's leave them on by default (it is the language of scientific computing!) but permit disabling construction by passing a flag, such as --disable-fortan-interfaces
This may help encourage more general MASA use.
The text was updated successfully, but these errors were encountered: