Changeset 80275
- Timestamp:
- 07/08/11 06:56:10 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/libnc-dap/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/libnc-dap/Portfile
r68906 r80275 6 6 name libnc-dap 7 7 version 3.7.3 8 revision 1 8 9 platforms darwin 9 10 maintainers takeshi 10 11 categories science 11 12 description an alternative implementation of Unidata's netCDF 3.6 API 12 master_sites ftp://ftp.unidata.ucar.edu/pub/opendap/source/ \ 13 http://opendap.org/pub/source/ 13 master_sites http://www.opendap.org/pub/source/ 14 14 checksums md5 b69f3fb1b26b65903e41c2aa832cab34 \ 15 15 sha1 785726c7920daeb11de8989753da44e166ebd8e5 \ … … 28 28 port:libxml2 29 29 30 if {![variant_isset g95] && ![variant_isset gcc43]} { 31 default_variants +gcc44 32 } 33 34 variant gcc43 conflicts g95 gcc44 description {Build using gcc43} { 30 variant gcc43 conflicts g95 gcc44 gcc45 description {Build fortran interface using gcc43} { 31 configure.args-delete --disable-f77 35 32 depends_build-append port:gcc43 36 33 configure.fc ${prefix}/bin/gfortran-mp-4.3 37 34 } 38 35 39 variant gcc44 conflicts g95 gcc43 description {Build using gcc44} { 36 variant gcc44 conflicts g95 gcc43 gcc45 description {Build fortran interface using gcc44} { 37 configure.args-delete --disable-f77 40 38 depends_build-append port:gcc44 41 39 configure.fc ${prefix}/bin/gfortran-mp-4.4 42 40 } 43 41 44 variant g95 conflicts gcc43 gcc44 description {Build using g95} { 42 variant gcc45 conflicts g95 gcc43 gcc45 description {Build fortran interface using gcc45} { 43 configure.args-delete --disable-f77 44 depends_build-append port:gcc45 45 configure.fc ${prefix}/bin/gfortran-mp-4.5 46 } 47 48 variant g95 conflicts gcc43 gcc44 gcc45 description {Build fortran interface using g95} { 49 configure.args-delete --disable-f77 45 50 depends_build-append port:g95 46 51 configure.fc ${prefix}/bin/g95 47 52 } 53 54 configure.args-append --disable-f77 48 55 49 56 pre-build {
Note: See TracChangeset
for help on using the changeset viewer.

