aboutsummaryrefslogtreecommitdiff
path: root/science/gbtolib
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-12 05:40:48 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-12 05:41:39 +0000
commitf815d9ba4eda00cce03dfd8deb07a24e6ea3fe8c (patch)
treef17071667bd15697dc797392990b02e1a4228799 /science/gbtolib
parent0fa60da1a6648476788afc7210b7dbc0ef8b10eb (diff)
downloadports-f815d9ba4eda00cce03dfd8deb07a24e6ea3fe8c.tar.gz
ports-f815d9ba4eda00cce03dfd8deb07a24e6ea3fe8c.zip
science/gbtolib: Broken on powerpc64 and powerpc64le
Reported by: fallout
Diffstat (limited to 'science/gbtolib')
-rw-r--r--science/gbtolib/Makefile2
1 files changed, 2 insertions, 0 deletions
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