From 5fd3de30bafc903a736506154d33eba154437ad7 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 14 Aug 2022 22:43:14 -0700 Subject: [PATCH] science/dirac: Broken on i386 Reported by: fallout --- science/dirac/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/dirac/Makefile b/science/dirac/Makefile index c65e3d3f1179..e38c100d0775 100644 --- a/science/dirac/Makefile +++ b/science/dirac/Makefile @@ -11,6 +11,8 @@ COMMENT= Program for atomic & molecular relativistic all-electron calculations LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= error: Type mismatch in argument 'dsetid' at (1); passed INTEGER(8) to INTEGER(4), see https://gitlab.com/dirac/dirac/-/issues/36 + BUILD_DEPENDS= gmake:devel/gmake LIB_DEPENDS= libblas.so:math/blas \ libhdf5.so:science/hdf5 \