Skip to content

Commit

Permalink
cdo: update to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tenomoto committed Feb 15, 2017
1 parent ddffae7 commit f8408b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions science/cdo/Portfile
Expand Up @@ -4,17 +4,16 @@ PortSystem 1.0
PortGroup mpi 1.0

name cdo
version 1.7.2
revision 2
version 1.8.0
platforms darwin
maintainers takeshi openmaintainer
license GPL-2
categories science
description Climate Data Operators
homepage https://code.zmaw.de/projects/cdo
master_sites https://code.zmaw.de/attachments/download/12760
checksums rmd160 954d0d57ad722ded3ec118ea4b23dd5dab67c4c9 \
sha256 4c43eba7a95f77457bfe0d30fb82382b3b5f2b0cf90aca6f0f0a008f6cc7e697
master_sites https://code.zmaw.de/attachments/download/13772
checksums rmd160 78f5088e46e7f904dbba1c338f0dc9dcdc69f7b5 \
sha256 2008c72740d9d485d2c857d99b8e26d801db5de3f5873fbec717d824441acf70

long_description \
CDO is a collection of command line Operators \
Expand Down Expand Up @@ -45,6 +44,7 @@ configure.args --with-netcdf=${prefix} \
--with-curl=${prefix} \
--with-zlib=${prefix}
configure.cppflags-append -I${prefix}/include/udunits2
configure.ldflags-append -lhdf5

# Setting configure.cc h5pcc has been removed because it causes error
# because -Wl,-headerpad_max_install_names does not work with -pthread.
Expand Down

0 comments on commit f8408b8

Please sign in to comment.