Ticket #42967: Portfile-silo.diff
File Portfile-silo.diff, 703 bytes (added by johnsonsr@…, 11 years ago) |
---|
-
Portfile
old new 71 71 configure.args-append --with-hdf5=${prefix} 72 72 } 73 73 74 # If using a macports-installed GCC, which includes a compatible fortran 75 # compiler, compile fortran bindings 76 if {( [ variant_isset gcc44 ] || [ variant_isset gcc45 ] 77 || [ variant_isset gcc46 ] || [ variant_isset gcc47 ] 78 || [ variant_isset gcc48 ] || [ variant_isset gcc49 ] )} { 79 configure.args-delete --disable-fortran 80 configure.args-append --enable-fortran 81 } 82 74 83 livecheck.type regex 75 84 livecheck.url ${homepage}downloads.html 76 85 livecheck.regex ${name}-(\[0-9.\]+)-bsd