Ticket #46349: gildas.diff

File gildas.diff, 622 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago)

patch to blacklist old compilers

  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           compiler_blacklist_versions 1.0
    56PortGroup           compilers 1.0
    67
    78name                gildas
     
    5152# need x11 and cannot be used with quartz; see ticket #42886
    5253require_active_variants gtk2 x11 quartz
    5354
     55compiler.blacklist  {clang < 137} *gcc-4.0 *gcc-4.2
     56
    5457compilers.choose    fc
    5558compilers.setup     -g95 -gcc44 -gcc45 -gcc46 require_fortran
    5659configure.python    ${prefix}/bin/python2.7