diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-15 03:52:28 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-15 03:52:28 +0000 |
commit | 3e4042c189c2d7ab35eb546ce35cf9ab5e4863d9 (patch) | |
tree | 836921cd64f8bfc0bd9b17a95383f2df23f1c948 /science | |
parent | ee898217afa1238c8aa203f113cd4d57bd1e6f14 (diff) | |
download | ports-3e4042c189c2d7ab35eb546ce35cf9ab5e4863d9.tar.gz ports-3e4042c189c2d7ab35eb546ce35cf9ab5e4863d9.zip |
Notes
Diffstat (limited to 'science')
-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 \ |