diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:40:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:40:31 +0000 |
commit | fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e (patch) | |
tree | acb4b2fabfae7f10029c7fcb78c44f91b703fedb /science/cdo | |
parent | eeb17e1ca98491961c26e52c69d27894af6a85aa (diff) | |
download | ports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.tar.gz ports-fc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e.zip |
Notes
Diffstat (limited to 'science/cdo')
-rw-r--r-- | science/cdo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 08dfe97f8d1d..c57d235c57a8 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -13,6 +13,8 @@ COMMENT= Climate Data Operators LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: remaplib.cc:1504:6: internal compiler error: in gsi_insert_seq_nodes_after, at gimple-iterator.c:283 + OPTIONS_DEFINE= CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID OPTIONS_DEFAULT=CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID OPTIONS_SUB= yes @@ -36,9 +38,9 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes TEST_TARGET= check +USES= compiler:c++11-lib gmake libtool localbase pathfix USE_CXXSTD= c++11 USE_LDCONFIG= yes -USES= compiler:c++11-lib gmake libtool localbase pathfix CGRIBEX_CONFIGURE_WITH= cgribex CGRIBEX_LIB_DEPENDS= libcgribex.so:science/cgribex |