diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-10 23:32:12 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-10 23:32:12 -0800 |
commit | 704d61e4dba91eb78b2004d1661cef79a5fcd1ed (patch) | |
tree | d0042758e7071ff4bbb2ed0971d9b256bc70e638 | |
parent | science/py-PyNE: Broken on armv7 (diff) |
science/dalton: Broken on armv7
Reported by: fallout
-rw-r--r-- | science/dalton/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/dalton/Makefile b/science/dalton/Makefile index 95750c0b7434..fc472c17e205 100644 --- a/science/dalton/Makefile +++ b/science/dalton/Makefile @@ -8,6 +8,8 @@ WWW= https://daltonprogram.org/ LICENSE= LGPL21 +BROKEN_armv7= fortran runs out of memory + LIB_DEPENDS= liblapack.so:math/lapack \ libopenblas.so:math/openblas RUN_DEPENDS= bash:shells/bash |