Changes between Initial Version and Version 1 of Ticket #59911, comment 2


Ignore:
Timestamp:
Jan 4, 2020, 7:19:09 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59911, comment 2

    initial v1  
    1 This port doesn't seem to respond to setting configure.compiler=macports-gcc-7, and the `compilers-1.0.tcl` PortGroup is voodoo to me.
    2 
    3 I tried adding a block on `-gcc42` but that isn't recognized in the PortGroup.
    4 
    5 I have no idea how to get this port to build with `configure.cc` set to macports-gcc-7, but somebody should know.
    6 
    7 If we can do that, it might build without further adoo -- hard to be sure at this point.
     1Setting `compiler.cxx_standard 2011` in the Portfile seems to work to configure it to use gcc7 for the c++ compiler. It still uses gcc6 for the fortran compiler as I guess that is in the `compilers-1.0` PortGroup. Building now. Will report back success or failure once done.