-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config/fortran: use enable_{f77,f90,f08} separately
By default we will build all Fortran interfaces. However, sometime user may desire disable certain interface. Use separate options so user can easily do so. Currently the f90 interface depends on f77 interface. But it should be possible to only build f77, or only build f08, or build f77 + f08. Remove and replace the variable enable_fc from configure since it is ambiguous whether it refers to the FC compiler or the interface features.
- Loading branch information
Showing
2 changed files
with
28 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters