Ticket #42077: Portfile-silo.diff
File Portfile-silo.diff, 2.5 KB (added by ghweber@…, 11 years ago) |
---|
-
(a) /Volumes/LBNL vs. (b) Portfile
a b 4 4 PortSystem 1.0 5 5 6 6 name silo 7 version 4.9 8 revision 1 7 version 4.9.1 9 8 categories science 10 9 platforms darwin 11 10 maintainers nomaintainer … … 18 17 homepage https://wci.llnl.gov/codes/silo/ 19 18 master_sites ${homepage}silo-${version}/ 20 19 21 checksums sha1 47534662d880e9fec61aa7f55a72fa130a70c201\22 rmd160 6939158da08946c81f626ba5e0840cfe44a05f1d20 checksums sha1 f97b62dd8b2e1f0266ab2ba2924ecaa68303d28c \ 21 rmd160 4228345a7fb2994c7e331c098712aaaafe0f2782 23 22 24 23 distname ${name}-${version}-bsd 25 24 … … 35 34 configure.args --enable-optimization \ 36 35 --disable-fortran \ 37 36 --with-zlib \ 37 --enable-install-lite-headers \ 38 --enable-shared \ 38 39 --enable-browser=no \ 39 40 --enable-silex=no 40 41 … … 48 49 49 50 variant gcc44 description { 50 51 Build with MacPorts gcc44 compiler. 51 } conflicts gcc45 gcc46 gcc47 {52 } conflicts gcc45 gcc46 gcc47 gcc48 gcc49 { 52 53 configure.compiler macports-gcc-4.4 53 54 } 54 55 55 56 variant gcc45 description { 56 57 Build with MacPorts gcc45 compiler. 57 } conflicts gcc44 gcc46 gcc47 {58 } conflicts gcc44 gcc46 gcc47 gcc48 gcc49 { 58 59 configure.compiler macports-gcc-4.5 59 60 } 60 61 61 62 variant gcc46 description { 62 63 Build with MacPorts gcc46 compiler. 63 } conflicts gcc44 gcc45 gcc47 {64 } conflicts gcc44 gcc45 gcc47 gcc48 gcc49 { 64 65 configure.compiler macports-gcc-4.6 65 66 } 66 67 67 68 variant gcc47 description { 68 69 Build with MacPorts gcc47 compiler. 69 } conflicts gcc44 gcc45 gcc46 {70 } conflicts gcc44 gcc45 gcc46 gcc48 gcc49 { 70 71 configure.compiler macports-gcc-4.7 71 72 } 72 73 74 variant gcc48 description { 75 Build with MacPorts gcc48 compiler. 76 } conflicts gcc44 gcc45 gcc46 gcc47 gcc49 { 77 configure.compiler macports-gcc-4.8 78 } 79 80 variant gcc49 description { 81 Build with MacPorts gcc49 compiler. 82 } conflicts gcc44 gcc45 gcc46 gcc47 gcc48 { 83 configure.compiler macports-gcc-4.9 84 } 85 73 86 livecheck.type regex 74 87 livecheck.url ${homepage}downloads.html 75 88 livecheck.regex ${name}-(\[0-9.\]+)-bsd