git: d71b7d500c44 - 2024Q1 - science/gbtolib: Broken on powerpc64 and powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 05:42:01 UTC
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d71b7d500c44d718a181f31bb5e63d7778a8a7e2 commit d71b7d500c44d718a181f31bb5e63d7778a8a7e2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 05:40:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 05:41:56 +0000 science/gbtolib: Broken on powerpc64 and powerpc64le Reported by: fallout (cherry picked from commit f815d9ba4eda00cce03dfd8deb07a24e6ea3fe8c) --- science/gbtolib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/gbtolib/Makefile b/science/gbtolib/Makefile index e35ebf9dda4d..8e16eefd3799 100644 --- a/science/gbtolib/Makefile +++ b/science/gbtolib/Makefile @@ -12,6 +12,8 @@ WWW= https://zenodo.org/record/5798035 #.Yo1sazXMKV4 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= compilation fails in the Fortran code: Error: Kind -1 not supported for type REAL at (1) +BROKEN_powerpc64le= compilation fails in the Fortran code: Error: Kind -1 not supported for type REAL at (1) .if !exists(/usr/include/omp.h) BROKEN= requires OpenMP support that is missing on this architecture .endif