git: 3f62aea538ab - main - science/eccodes: Add ONLY_FOR_ARCHS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 16:27:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f62aea538ab2a7e8c4af903ff711db27410ee17 commit 3f62aea538ab2a7e8c4af903ff711db27410ee17 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-02 16:19:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-02 16:19:16 +0000 science/eccodes: Add ONLY_FOR_ARCHS Reference: https://github.com/ecmwf/eccodes/blob/2.30.0/CMakeLists.txt#L68-L71 --- science/eccodes/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/science/eccodes/Makefile b/science/eccodes/Makefile index c8dad673f32d..926cef205387 100644 --- a/science/eccodes/Makefile +++ b/science/eccodes/Makefile @@ -10,6 +10,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= ECMWF API for WMO FM-92 GRIB and FM-94 BUFR messages WWW= https://confluence.ecmwf.int/display/ECC +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 +ONLY_FOR_ARCHS_REASON= ecCodes only supports 64 bit platforms + LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE