Skip to content

Disable Fortran for 4.9.3 SERIAL build Fix Issue #4238

James Willenbring requested to merge ZUUL42:no_fortran into develop

Created by: ZUUL42

@trilinos/framework

Description

Disabled Fortran for the automated GCC 4.9.3 SERIAL build.

Motivation and Context

This should address Issue #4238 . There are several projects and OSX users that disable Fortran when building Trilinos. This will make sure there is a Fortran-less configuration and PR build running to cover that.

How Has This Been Tested?

Had this branch built successfully by Jenkins. Everything builds and tests successfully.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports