git: 44a45ffd8de8 - main - science/cdo: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 09:34:07 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=44a45ffd8de815f47a577dad00533fb760ff40aa commit 44a45ffd8de815f47a577dad00533fb760ff40aa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-21 06:33:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-21 09:17:27 +0000 science/cdo: Cosmetic change --- science/cdo/Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/science/cdo/Makefile b/science/cdo/Makefile index a1d68bdc2124..9cd33f9e4e48 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -11,17 +11,6 @@ WWW= https://code.mpimet.mpg.de/projects/cdo LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= CGRIBEX ECCODES HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID -OPTIONS_DEFAULT=CGRIBEX ECCODES HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID -OPTIONS_SUB= yes -CGRIBEX_DESC= Use CGRIBEX library for GRIB1 files -ECCODES_DESC= Use ecCodes for GRIB files -HDF5_IMPLIES= SZIP -NETCDF_IMPLIES= HDF5 -UUID_DESC= UUID support - -PORTSCOUT= site:https://code.mpimet.mpg.de/projects/cdo/files - USES= compiler:c++20-lang gmake libtool localbase pathfix python:build CONFIGURE_ARGS= --disable-data \ @@ -41,6 +30,17 @@ TEST_TARGET= check USE_CXXSTD= c++20 USE_LDCONFIG= yes +PORTSCOUT= site:https://code.mpimet.mpg.de/projects/cdo/files + +OPTIONS_DEFINE= CGRIBEX ECCODES HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID +OPTIONS_DEFAULT=CGRIBEX ECCODES HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID +OPTIONS_SUB= yes +CGRIBEX_DESC= Use CGRIBEX library for GRIB1 files +ECCODES_DESC= Use ecCodes for GRIB files +HDF5_IMPLIES= SZIP +NETCDF_IMPLIES= HDF5 +UUID_DESC= UUID support + CGRIBEX_CONFIGURE_WITH= cgribex CGRIBEX_LIB_DEPENDS= libcgribex.so:science/cgribex ECCODES_CONFIGURE_WITH= eccodes