svn commit: r479814 - head/science/openmx

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 15 03:52:29 UTC 2018


Author: yuri
Date: Sat Sep 15 03:52:28 2018
New Revision: 479814
URL: https://svnweb.freebsd.org/changeset/ports/479814

Log:
  science/openmx: BROKEN on i386 pending the llvm bug resolution
  
  Reported by:	fallout

Modified:
  head/science/openmx/Makefile

Modified: head/science/openmx/Makefile
==============================================================================
--- head/science/openmx/Makefile	Sat Sep 15 03:48:24 2018	(r479813)
+++ head/science/openmx/Makefile	Sat Sep 15 03:52:28 2018	(r479814)
@@ -15,6 +15,8 @@ COMMENT=	Nanoscale material simulations using density 
 
 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 \


More information about the svn-ports-head mailing list