Ticket #41658: Portfile-metis-gcc48.diff

File Portfile-metis-gcc48.diff, 509 bytes (added by sylvain.desroziers@…, 10 years ago)
  • Portfile

    old new  
    6161    configure.args-append   openmp=1
    6262}
    6363
     64# gcc48
     65variant gcc48 description {Build Metis with macports-gcc-4.8} {
     66    depends_build-append port:gcc48
     67   
     68    configure.cc    ${prefix}/bin/gcc-mp-4.8
     69    configure.cxx   ${prefix}/bin/g++-mp-4.8
     70}
     71
    6472livecheck.type  regex
    6573livecheck.url   http://glaros.dtc.umn.edu/gkhome/metis/metis/changes
    6674livecheck.regex {Ver: ([0-9.]+),}