svn commit: r536530 - head/math/mlpack

Yuri Victorovich yuri at FreeBSD.org
Mon May 25 20:37:16 UTC 2020


Author: yuri
Date: Mon May 25 20:37:14 2020
New Revision: 536530
URL: https://svnweb.freebsd.org/changeset/ports/536530

Log:
  math/mlpack: Broken on i386
  
  Reported by:	fallout

Modified:
  head/math/mlpack/Makefile

Modified: head/math/mlpack/Makefile
==============================================================================
--- head/math/mlpack/Makefile	Mon May 25 20:18:56 2020	(r536529)
+++ head/math/mlpack/Makefile	Mon May 25 20:37:14 2020	(r536530)
@@ -10,6 +10,8 @@ COMMENT=	Fast, flexible machine learning library
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_i386=	undefined symbol: __atomic_load
+
 BUILD_DEPENDS=	ensmallen>0:math/ensmallen \
 		${LOCALBASE}/include/stb/stb_image.h:devel/stb
 LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \


More information about the svn-ports-head mailing list