diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-20 18:21:02 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-20 18:21:02 +0000 |
commit | 9cf0678bfcc7476516adca6bb45a13631d0214d1 (patch) | |
tree | cc18032dbfd4909276409f79fa077d9be2f7edbf | |
parent | e9edfe619349474eb79142f71b5c6ae17331c60c (diff) |
-rw-r--r-- | science/fleur/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/fleur/Makefile b/science/fleur/Makefile index 37ab023f6d51..0d9a30e747a7 100644 --- a/science/fleur/Makefile +++ b/science/fleur/Makefile @@ -8,6 +8,8 @@ COMMENT= FLAPW code for atomic computations in quantum chemistry and physics LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= Fatal Error: Cannot find an intrinsic module named 'ieee_arithmetic' at (1) + LIB_DEPENDS= liblapack.so:math/lapack \ libopenblas.so:math/openblas |