diff options
author | yuri <yuri@FreeBSD.org> | 2018-09-15 11:52:28 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-09-15 11:52:28 +0800 |
commit | d029dced1a5ed674707eda3fb573aa6ab8840c94 (patch) | |
tree | 836921cd64f8bfc0bd9b17a95383f2df23f1c948 | |
parent | 0cdde05e8ad20433ae2d314e1cc6407e06a2b210 (diff) | |
download | freebsd-ports-gnome-d029dced1a5ed674707eda3fb573aa6ab8840c94.tar.gz freebsd-ports-gnome-d029dced1a5ed674707eda3fb573aa6ab8840c94.tar.zst freebsd-ports-gnome-d029dced1a5ed674707eda3fb573aa6ab8840c94.zip |
science/openmx: BROKEN on i386 pending the llvm bug resolution
Reported by: fallout
-rw-r--r-- | science/openmx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/openmx/Makefile b/science/openmx/Makefile index b49baab53dd1..606f23a339e9 100644 --- a/science/openmx/Makefile +++ b/science/openmx/Makefile @@ -15,6 +15,8 @@ COMMENT= Nanoscale material simulations using density functional theories (DFT) LICENSE= GPLv2 +BROKEN_i386= undefined reference to `__atomic_load', see bug#229605 and https://reviews.llvm.org/D42154 + LIB_DEPENDS= libblas.so:math/blas \ libfftw3.so:math/fftw3 \ liblapack.so:math/lapack \ |