Ticket #54607: Portfile-cdo.diff
File Portfile-cdo.diff, 1.7 KB (added by aaschwanden (Andy Aschwanden), 7 years ago) |
---|
-
(a) Portfile vs. (b) /Users/andy/Portfile_openmp_1.9.1
a b 5 5 PortGroup cxx11 1.0 6 6 7 7 name cdo 8 version 1.9. 08 version 1.9.1 9 9 platforms darwin 10 10 maintainers takeshi openmaintainer 11 11 license GPL-2 12 12 categories science 13 13 description Climate Data Operators 14 14 homepage https://code.zmaw.de/projects/cdo 15 master_sites https://code. zmaw.de/attachments/download/1518716 checksums rmd160 b93ab949d56bc0dbaea3998a8995678c703c9f95\17 sha256 df367f8c3abf4ab085bcfc61e0205b28a5ecc69b7b83ba398b4d3c874dd6900815 master_sites https://code.mpimet.mpg.de/attachments/download/15653 16 checksums rmd160 19571f411157737f5dd2707cde36a94029ddf003 \ 17 sha256 33cba3cfcc27e5896769143c5f8e2f300ca14c7a40d1f19ffd1ed24b49ea3d55 18 18 19 19 long_description \ 20 20 CDO is a collection of command line Operators \ … … 24 24 25 25 fetch.ignore_sslcert yes 26 26 27 compilers.choose cc 28 mpi.setup - clang -dragonegg27 compilers.choose cc cxx 28 mpi.setup -dragonegg 29 29 mpi.enforce_variant hdf5 30 30 31 31 depends_lib port:netcdf \ … … 64 64 configure.args-append --enable-openmp 65 65 } 66 66 67 if {[clang_variant_isset]} { 68 configure.args-delete --disable-openmp 69 configure.args-append --enable-openmp 70 } 71 67 72 if {[variant_isset magicspp]} { 68 73 default_variants +grib_api 69 74 }