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

Permit disabling Fortran Interfaces #24

Closed
nicholasmalaya opened this issue Feb 27, 2015 · 3 comments
Closed

Permit disabling Fortran Interfaces #24

nicholasmalaya opened this issue Feb 27, 2015 · 3 comments

Comments

@nicholasmalaya
Copy link
Member

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.

@RhysU
Copy link
Contributor

RhysU commented Feb 27, 2015

Should be possible to autodetect without needing a flag. Look at the
Autoconf. Could take a stab early next week if you like.

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.


Reply to this email directly or view it on GitHub
#24.

@koomie
Copy link
Contributor

koomie commented Feb 27, 2015

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?

On Feb 27, 2015, at Feb 27, 5:49 PM, Rhys Ulerich notifications@github.com wrote:

Should be possible to autodetect without needing a flag. Look at the
Autoconf. Could take a stab early next week if you like.

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.


Reply to this email directly or view it on GitHub
#24.


Reply to this email directly or view it on GitHub #24 (comment).

@nicholasmalaya
Copy link
Member Author

Merged in #25

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

No branches or pull requests

3 participants