1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

science/eccodes: Enable AEC option by default

- Clean up CMAKE_OFF
- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2023-02-06 02:16:41 +08:00
parent 0281cacc0a
commit 2b646d9138
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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