Ticket #46935: Portfile-wcslib.diff
File Portfile-wcslib.diff, 3.2 KB (added by john@…, 10 years ago) |
---|
-
Portfile
old new 5 5 6 6 name wcslib 7 7 version 4.25.1 8 revision 1 8 9 categories science 9 10 license LGPL-3+ 10 11 platforms darwin 11 maintainers macports.swinbank.org:john12 maintainers nomaintainer 12 13 description Library for handling World Coordinate System in FITS files 13 14 long_description A C library, with a set of Fortran wrappers, that \ 14 15 implements the World Coordinate System (WCS) standard \ 15 16 in FITS (Flexible Image Transport System). 16 17 homepage http://www.atnf.csiro.au/people/mcalabre/WCS/index.html 17 master_sites ftp://ftp.atnf.csiro.au/pub/software/wcslib/ 18 master_sites ftp://ftp.atnf.csiro.au/pub/software/wcslib/ \ 19 ftp://ftp.eso.org/pub/dfs/pipelines/libraries/wcslib/ 18 20 use_bzip2 yes 19 21 20 22 checksums rmd160 114a0c866347380561788f1773dd94932a98f0bf \ … … 32 34 livecheck.url http://www.atnf.csiro.au/people/mcalabre/WCS/CHANGES 33 35 livecheck.regex "WCSLIB version (\\d+\\.\\d+\(\\.\\d+\)?)" 34 36 35 variant gcc44 conflicts gcc45 gcc46 gcc47 gcc48 description {Build with GCC 4.4; enables Fortran support} {37 variant gcc44 conflicts gcc45 gcc46 gcc47 gcc48 gcc49 description {Build with GCC 4.4; enables Fortran support} { 36 38 configure.compiler macports-gcc-4.4 37 39 depends_lib-append port:pgplot 38 40 configure.args-delete --disable-fortran 39 41 } 40 42 41 variant gcc45 conflicts gcc44 gcc46 gcc47 gcc48 description {Build with GCC 4.5; enables Fortran support} {43 variant gcc45 conflicts gcc44 gcc46 gcc47 gcc48 gcc49 description {Build with GCC 4.5; enables Fortran support} { 42 44 configure.compiler macports-gcc-4.5 43 45 depends_lib-append port:pgplot 44 46 configure.args-delete --disable-fortran 45 47 } 46 48 47 variant gcc46 conflicts gcc44 gcc45 gcc47 gcc48 description {Build with GCC 4.6; enables Fortran support} {49 variant gcc46 conflicts gcc44 gcc45 gcc47 gcc48 gcc49 description {Build with GCC 4.6; enables Fortran support} { 48 50 configure.compiler macports-gcc-4.6 49 51 depends_lib-append port:pgplot 50 52 configure.args-delete --disable-fortran 51 53 } 52 54 53 variant gcc47 conflicts gcc44 gcc45 gcc46 gcc48 description {Build with GCC 4.7; enables Fortran support} {55 variant gcc47 conflicts gcc44 gcc45 gcc46 gcc48 gcc49 description {Build with GCC 4.7; enables Fortran support} { 54 56 configure.compiler macports-gcc-4.7 55 57 depends_lib-append port:pgplot 56 58 configure.args-delete --disable-fortran 57 59 } 58 60 59 variant gcc48 conflicts gcc44 gcc45 gcc46 gcc47 description {Build with GCC 4.8; enables Fortran support} {61 variant gcc48 conflicts gcc44 gcc45 gcc46 gcc47 gcc49 description {Build with GCC 4.8; enables Fortran support} { 60 62 configure.compiler macports-gcc-4.8 61 63 depends_lib-append port:pgplot 62 64 configure.args-delete --disable-fortran 63 65 } 66 67 variant gcc49 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 description {Build with GCC 4.9; enables Fortran support} { 68 configure.compiler macports-gcc-4.9 69 depends_lib-append port:pgplot 70 configure.args-delete --disable-fortran 71 }