Date: Sun, 5 Feb 2023 18:18:11 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2b646d9138fb - main - science/eccodes: Enable AEC option by default Message-ID: <202302051818.315IIBm5048508@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b646d9138fb500513271733c82d366b2d213889 commit 2b646d9138fb500513271733c82d366b2d213889 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 18:16:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 18:16:41 +0000 science/eccodes: Enable AEC option by default - Clean up CMAKE_OFF - Bump PORTREVISION for dependency change --- science/eccodes/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/science/eccodes/Makefile b/science/eccodes/Makefile index 8d9737890cab..9d994e936069 100644 --- a/science/eccodes/Makefile +++ b/science/eccodes/Makefile @@ -1,6 +1,6 @@ PORTNAME= eccodes PORTVERSION= 2.27.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -Source CATEGORIES= science MASTER_SITES= https://confluence.ecmwf.int/download/attachments/45757960/ \ @@ -23,7 +23,6 @@ CMAKE_OFF= ENABLE_ALIGN_MEMORY \ ENABLE_ECCODES_OMP_THREADS \ ENABLE_EXTRA_TESTS \ ENABLE_FORTRAN \ - ENABLE_GRIB_TIMER \ ENABLE_MEMFS \ ENABLE_MEMORY_MANAGEMENT \ ENABLE_PYTHON @@ -46,7 +45,7 @@ SHEBANG_FILES= tools/bufr_compare_dir OPTIONS_DEFINE= AEC OPTIONS_SINGLE= JPEG OPTIONS_SINGLE_JPEG= JASPER OPENJPEG -OPTIONS_DEFAULT=OPENJPEG +OPTIONS_DEFAULT=AEC OPENJPEG AEC_DESC= Adaptive Entropy Coding support AEC_CMAKE_BOOL= ENABLE_AEC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302051818.315IIBm5048508>