Date: Fri, 12 Jan 2024 05:41:41 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f815d9ba4eda - main - science/gbtolib: Broken on powerpc64 and powerpc64le Message-ID: <202401120541.40C5ffxD059807@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f815d9ba4eda00cce03dfd8deb07a24e6ea3fe8c commit f815d9ba4eda00cce03dfd8deb07a24e6ea3fe8c 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:39 +0000 science/gbtolib: Broken on powerpc64 and powerpc64le Reported by: fallout --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401120541.40C5ffxD059807>