Changes between Initial Version and Version 2 of Ticket #56938


Ignore:
Timestamp:
Aug 7, 2018, 7:06:09 PM (6 years ago)
Author:
eborisch (Eric A. Borisch)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56938

    • Property Status changed from new to assigned
    • Property Cc seanfarley removed
    • Property Summary changed from Processing of port mpich-default failed to gcc7 fortran fails simple tests
    • Property Owner set to cjones051073
    • Property Port gcc7 added; mpich-default removed
  • Ticket #56938 – Description

    initial v2  
     1gfortran-mp-7 is failing simple tests.
     2
     3Trying to compile simple testfile conftest.f (as created by mpich during configure):
     4{{{
     5        program main
     6
     7        end
     8}}}
     9
     10fails when called with {{{/opt/local/bin/gfortran-mp-7 -o conftest conftest.f}}} for 7.3.0 revision 2, but works with 7.3.0 revision 1. (As tested by deactivating / activating using the pre-compiled packages from macports.)
     11
     12I don't know if this is something that changed outside of gcc7 in the interim that broke the new builds, but the end result appears broken.